Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-27954 β€” AI Deep Analysis Summary

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Path Traversal & SSRF in WP Automatic. πŸ’₯ **Consequences**: Unauthenticated arbitrary file download. Sensitive data (creds, backups) exposed. Server-side request forgery possible.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-22 (Improper Limitation of a Pathname). πŸ” **Flaw**: Lack of input validation on file paths. Allows `../` traversal and `file://` injection vectors.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Vendor**: WP Automatic. πŸ“‰ **Affected**: Versions **3.92.0 and earlier**. βœ… **Fixed**: Version 3.92.1+.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Read arbitrary server files. πŸ“‚ **Data Risk**: `/etc/passwd`, config files, login credentials, backup archives. 🌐 **SSRF**: Internal network scanning.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: LOW. 🚫 **Auth**: Unauthenticated. βš™οΈ **Config**: No special setup needed. Just access the vulnerable endpoint.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ”₯ **Exploits**: YES. Multiple PoCs on GitHub (GhostSec, Quantum-Hacker, r0t k3r). πŸ› οΈ **Tools**: Python LFI scanners, Nuclei templates available.

Q7How to self-check? (Features/Scanning)

πŸ” **Detection**: Search FOFA/Shodan for `wp-content/plugins/wp-automatic`. πŸ“‹ **Check**: Look for `downloader.php` endpoint. 🚨 **Scan**: Use Nuclei template `CVE-2024-27954.yaml`.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ”§ **Fix**: Upgrade to **WP Automatic 3.92.1** or later. πŸ“₯ **Action**: Update plugin immediately via WordPress dashboard.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Block external access to `downloader.php`. πŸ›‘ **WAF**: Filter `../` and `file://` in HTTP requests. πŸ”’ **Isolate**: Restrict server file permissions.

Q10Is it urgent? (Priority Suggestion)

⚑ **Priority**: CRITICAL. 🚨 **Urgency**: HIGH. Unauthenticated RCE/File Read. Active exploits exist. Patch NOW.