Lucene search
+L

Plone Docker - Host Header Injection

🗓️ 26 Sep 2026 02:05:07Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 51 Views

Plone Docker Official Image 5.2.13 has Host Header Injection enabling Cross Site Scripting; update to the latest.

Related
Refs
Code
id: CVE-2024-23055

info:
  name: Plone Docker - Host Header Injection
  author: theamanrawat
  severity: medium
  description: |
    Plone Docker Official Image 5.2.13 (5221) is vulnerable to Host Header Injection due to improper validation of input by the HOST headers. This can lead to Cross-Site Scripting (XSS) attacks when the malicious Host header value is reflected in the response.
  impact: |
    Remote attackers can execute arbitrary code on the server, potentially leading to full system compromise.
  remediation: |
    Update to the latest version of Plone Docker or apply security patches addressing HOST header validation.
  reference:
    - https://github.com/c0d3x27/CVEs/tree/main/CVE-2024-23055
    - https://github.com/advisories/GHSA-fpqg-fv5v-vhpr
    - https://nvd.nist.gov/vuln/detail/CVE-2024-23055
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2024-23055
    epss-score: 0.00918
    epss-percentile: 0.58584
    cwe-id: CWE-79
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.component:"Plone"
  tags: cve,cve2024,plone,xss,host-header,injection,vuln

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{randstr}}.tld

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

      - type: word
        part: header
        words:
          - "text/html"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100c7ac665d3dfc4ba580f3663071143df7c1ea8a11dec83ef9aa3d52d4fde7a3cd0220622cc10e7035012d59c98d0d609087b403601f0dbf4afbc48d998b6a46db25c5: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

20 Jan 2026 07:32Current
7High risk
Vulners AI Score7
CVSS 3.16.1
EPSS0.00918
SSVC
51