Lucene search
K

ExponentCMS <= 2.6 - Host Header Injection

🗓️ 03 Jun 2026 06:04:49Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 17 Views

ExponentCMS <= 2.6 - HTTP Host Header Injection allows for attacks like phishing, session hijacking, and cache poisoning. Fix by updating to a version higher than 2.6 or applying the provided patch

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2021-38751
16 Aug 202118:15
circl
CNNVD
ExponentCMS安全漏洞
16 Aug 202100:00
cnnvd
CNVD
ExponentCMS has an unspecified vulnerability
18 Aug 202100:00
cnvd
CVE
CVE-2021-38751
16 Aug 202113:53
cve
Cvelist
CVE-2021-38751
16 Aug 202113:53
cvelist
NVD
CVE-2021-38751
16 Aug 202114:15
nvd
Prion
Hardcoded credentials
16 Aug 202114:15
prion
RedhatCVE
CVE-2021-38751
22 May 202520:10
redhatcve
id: CVE-2021-38751

info:
  name: ExponentCMS <= 2.6 - Host Header Injection
  author: dwisiswant0
  severity: medium
  description: An HTTP Host header attack exists in ExponentCMS 2.6 and below in /exponent_constants.php. A modified HTTP header can change links on the webpage to an arbitrary value,leading to a possible attack vector for MITM.
  impact: |
    An attacker can manipulate the Host header to perform various attacks, including phishing, session hijacking, and cache poisoning.
  remediation: |
    Upgrade ExponentCMS to a version higher than 2.6 or apply the provided patch to fix the Host Header Injection vulnerability.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2021-38751
    - https://github.com/exponentcms/exponent-cms/issues/1544
    - https://github.com/exponentcms/exponent-cms/blob/a9fa9358c5e8dc2ce7ad61d7d5bea38505b8515c/exponent_constants.php#L56-L64
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
    cvss-score: 4.3
    cve-id: CVE-2021-38751
    cwe-id: CWE-116
    epss-score: 0.08314
    epss-percentile: 0.92415
    cpe: cpe:2.3:a:exponentcms:exponentcms:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: exponentcms
    product: exponentcms
  tags: cve2021,cve,exponentcms,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    headers:
      Host: '{{randstr}}.tld'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '{{randstr}}.tld'
          - 'EXPONENT.PATH'
          - 'EXPONENT.URL'
        condition: and

      - type: status
        status:
          - 200
# digest: 490a0046304402203e9617c124bac41dd80b19da538846ee39a4a37c2bcd2f6d0655d44c15dce85d022008668336d10ede211908c86b85c442c66c9d758e925055ce66e8b94aedfd31b7: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
6Medium risk
Vulners AI Score6
CVSS 3.14.3
CVSS 24.3
EPSS0.08314
17