External risk intelligence

Etherpad Stored Cross-Site Scripting via Unsanitized Numbered List Start Attribute.

CVE advisorySeverity: CRITICAL (CVSS 9.6)

CVE-2026-55085

Etherpad is a collaborative web-based editing application designed to be accessed via a browser over a network. It is commonly deployed as a web application available to users, making its interface and content-handling features reachable in normal operational deployments.

Cross-site Scripting

Halo Surface Signal: 4 out of 5 — likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

This advisory concerns a vulnerability in Etherpad, a real-time collaborative editing tool. The issue allows malicious code to be injected and executed when users, including administrators, access a compromised document or a timeslider view. While the primary concern is confirming relevance and exposure, this type of vulnerability could potentially lead to unauthorized actions within the application.

  • Malicious code can run via shared documents.
  • Protects collaborative editing environments from attack.
  • Confirm relevance to our deployed collaboration tools.

Attack Path

How an attacker could exploit the issue

An attacker can exploit this vulnerability by creating a malicious Etherpad document containing specially crafted markup. When another user, including an administrator, opens this document or accesses the timeslider, the embedded malicious markup can execute as cross-site scripting. This could lead to the theft of sensitive information or unauthorized actions within the application.

  • Entry condition: Write access to a pad.
  • Trigger point: Opening a malicious pad or timeslider.
  • Resulting risk: Sensitive information theft and unauthorized actions.

Live Threat

Current exploitation, exposure, and threat context

This vulnerability could allow a malicious user to inject harmful scripts into Etherpad documents. When another user, including an administrator, opens a compromised pad or accesses the timeslider, these scripts could execute in their browser.

  • Pad content and user sessions at risk.
  • Malicious markup can be stored in pads.
  • Unauthorized actions and data compromise may occur.

Operational Fix

Recommended remediation, mitigation, and detection steps

Application owners and platform teams are likely responsible for addressing this cross-site scripting vulnerability in Etherpad, as it affects user-accessible pads and administrative interfaces. The immediate first step is to identify all instances of Etherpad within the environment, assess their exposure and business criticality, and confirm the accountable owner for each. Remediation planning should then be based on this risk assessment.

  • Application owners should manage the issue.
  • Verify Etherpad instances and exposure.
  • Plan remediation based on risk assessment.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is Etherpad?

Etherpad is a web-based, real-time collaborative editor. It allows multiple users to edit the same document simultaneously within a browser. Because it is designed to handle shared, dynamic content, it relies on complex internal processing to render documents, including formatting features like numbered lists.

What does CVE-2026-55085 mean?

This CVE identifies a Cross-Site Scripting (XSS) vulnerability, classified as CWE-79. It occurs because the software fails to properly sanitize input when processing numbered lists. An attacker can embed malicious code that the application incorrectly interprets as executable instructions rather than simple text.

How is this vulnerability triggered?

The flaw is triggered when a user with write access to a document saves a specially crafted .etherpad file containing malicious markup. The vulnerability is not triggered by simply having the software installed; it requires the active storage and subsequent viewing of this manipulated content, such as opening the document or its timeslider.

Is my Etherpad instance at risk?

According to Halo Surface Signal, this vulnerability is likely relevant to your environment because Etherpad is typically deployed as a browser-accessible web application. If your instance is reachable over a network, it is exposed to the conditions described, as the threat relies on the standard way users interact with the platform.

What should I do to address this?

Your first step is to locate all active Etherpad instances in your environment. Once you have identified them, confirm the owners responsible for each deployment and coordinate an upgrade to version 3.3.1 or higher, which includes the necessary fix for this vulnerability.

References