CVE-2019-11869
yuzopro yuzo Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Record summary
CVE-2019-11869 has a selected CVSS score of 6.1 (medium); EIP currently links 1 repository PoC and 1 Nuclei template.
Description
The Yuzo Related Posts plugin 5.12.94 for WordPress has XSS because it mistakenly expects that is_admin() verifies that the request comes from an admin user (it actually only verifies that the request is for an admin page). An unauthenticated attacker can inject a payload into the plugin settings, such as the yuzo_related_post_css_and_style setting.
Exploitation context
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
| VulnCheck | Version data not supplied | ||
Proofs of concept
1Repository PoCs
GitHubgitrecon1455/CVE-2019-11869Repository PoCby gitrecon1455Stars: 0Not analyzed2 files
Nuclei templates
1ProjectDiscoveryMEDIUMWordPress Yuzo <5.12.94 - Cross-Site ScriptingCVSS 6.1
WordPress Yuzo Related Posts plugin before 5.12.94 is vulnerable to cross-site scripting because it mistakenly expects that is_admin() verifies that the request comes from an admin user (it actually only verifies that the request is for an admin page). An unauthenticated attacker can consequently inject a payload into the plugin settings, such as the yuzo_related_post_css_and_style setting.
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 of the affected website.
Remediation
Update to the latest version of the Yuzo plugin (5.12.94 or higher) to mitigate this vulnerability.
Source: ProjectDiscovery