CVE-2015-4065
Landing Pages < 1.8.4 - Authenticated Cross-Site Scripting via Post Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2015-4065. PoCs published by Adrián M. F..
AI-analyzed exploit summary The code describes two vulnerabilities in the WordPress Landing Pages plugin: an authenticated SQL injection (CVE-2015-4064) and an authenticated XSS (CVE-2015-4065). It includes proof-of-concept URLs and SQLMap output for the SQLi, as well as a payload for the XSS.
Description
Cross-site scripting (XSS) vulnerability in shared/shortcodes/inbound-shortcodes.php in the Landing Pages plugin before 1.8.5 for WordPress allows remote authenticated users to inject arbitrary web script or HTML via the post parameter to wp-admin/post-new.php.
Exploits (1)
The code describes two vulnerabilities in the WordPress Landing Pages plugin: an authenticated SQL injection (CVE-2015-4064) and an authenticated XSS (CVE-2015-4065). It includes proof-of-concept URLs and SQLMap output for the SQLi, as well as a payload for the XSS.