CVE-2022-1756
Newsletter < 7.4.5 - Reflected Cross-Site Scripting
Record summary
CVE-2022-1756 has a selected CVSS score of 6.1 (medium); EIP currently links 1 Nuclei template.
Description
The Newsletter WordPress plugin before 7.4.5 does not sanitize and escape the $_SERVER['REQUEST_URI'] before echoing it back in admin pages. Although this uses addslashes, and most modern browsers automatically URLEncode requests, this is still vulnerable to Reflected XSS in older browsers such as Internet Explorer 9 or below.
Exploitation context
Available material
- Nuclei templates
- 1
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
Newsletter – Send awesome emails from WordPress | CVE List | 7.4.5 to < 7.4.5 | affected |
Nuclei templates
1ProjectDiscoveryMEDIUMNewsletter < 7.4.5 - Cross-Site ScriptingCVSS 6.1
The Newsletter WordPress plugin before 7.4.5 does not sanitize and escape the $_SERVER['REQUEST_URI'] before echoing it back in admin pages. Although this uses addslashes, and most modern browsers automatically URLEncode requests, this is still vulnerable to Reflected XSS in older browsers such as Internet Explorer 9 or below.
Impact
Allows attackers to inject malicious scripts into web pages viewed by users, leading to potential data theft or unauthorized actions.
Remediation
Fixed in version 7.4.5
Source: ProjectDiscovery