CVE-2015-9312
NewStatPress <=1.0.4 - Cross-Site Scripting
Record summary
CVE-2015-9312 has a selected CVSS score of 6.1 (medium); EIP currently links 1 Nuclei template.
Description
The newstatpress plugin before 1.0.5 for WordPress has XSS related to an IMG element.
Exploitation context
Available material
- Nuclei templates
- 1
Nuclei templates
1ProjectDiscoveryMEDIUMNewStatPress <=1.0.4 - Cross-Site ScriptingCVSS 6.1
WordPress NewStatPress plugin through 1.0.4 contains a cross-site scripting vulnerability. The plugin utilizes, on lines 28 and 31 of the file "includes/nsp_search.php", several variables from the $_GET scope without sanitation. While WordPress automatically escapes quotes on this scope, the outputs on these lines are outside of quotes, and as such can be utilized to initiate a cross-site scripting attack.
Impact
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary script code in the context of the affected website, potentially leading to session hijacking, defacement, or theft of sensitive information.
Remediation
Fixed in version 1.0.6
Source: ProjectDiscovery