PatchSiren cyber security CVE debrief
CVE-2026-55090 ether CVE debrief
CVE-2026-55090 is a medium-severity vulnerability in Etherpad, a real-time collaborative editor. The issue arises from inadequate HTML attribute escaping in the getHTMLFromAtext function, which allows for cross-site scripting (XSS) attacks via HTML exports. An attacker can exploit this by manipulating the exportHtmlAdditionalTagsWithData plugin hook to inject malicious values into span data attributes. This vulnerability is fixed in Etherpad version 3.3.0.
- Vendor
- ether
- Product
- etherpad
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-19
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-19
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for Etherpad deployments should assess exposure and apply the patch. Review of user-supplied content and monitoring for suspicious activity are also recommended.
Why it matters
CVE-2026-55090 is a medium-severity vulnerability in Etherpad that allows for cross-site scripting (XSS) attacks via HTML exports due to inadequate HTML attribute escaping. Defenders should prioritize verifying exposure and applying the patch.
- XSS attacks through HTML exports require verification from official sources.
- Defenders must verify exposure and apply the patch to prevent potential attacks.
- Monitoring for suspicious activity related to HTML exports and user-supplied content is necessary.
Technical summary
The getHTMLFromAtext function in Etherpad's ExportHtml.ts file interpolates values from the exportHtmlAdditionalTagsWithData plugin hook into span data attributes without proper HTML attribute escaping. This allows an attacker to inject malicious values, potentially leading to cross-site scripting (XSS) attacks when the resulting HTML export is opened. The vulnerability is fixed in Etherpad version 3.3.0. An attacker can exploit this by manipulating the exportHtmlAdditionalTagsWithData plugin hook to inject malicious values into span data attributes. Defenders should prioritize verifying exposure and applying the patch, as the vulnerability allows for XSS attacks through HTML exports.
Defensive priority
Defenders should prioritize verifying exposure and applying the patch, as the vulnerability allows for XSS attacks through HTML exports.
Recommended defensive actions
- Verify if the deployed Etherpad version is prior to 3.3.0 and apply the patch if necessary.
- Review and restrict usage of the exportHtmlAdditionalTagsWithData plugin hook to prevent malicious input.
- Monitor for suspicious activity related to HTML exports and user-supplied content.
- Perform a thorough review of user-supplied content for potential malicious activity.
- Inventory and track Etherpad deployments to ensure all instances are updated.
- Implement compensating controls for exposed systems while remediation is scheduled and verified.
- Review and update incident response plans to include procedures for handling potential XSS attacks.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, its impact, and the fixed version. However, additional information on potential exploitation or affected deployments is limited. Defenders should verify exposure and apply the patch. The vulnerability allows for cross-site scripting (XSS) attacks through HTML exports due to inadequate HTML attribute escaping in the getHTMLFromAtext function. Limited information is available on potential exploitation or affected deployments. Official sources indicate the issue is fixed,
Sources and references
Verified primary and authoritative sources
-
CVE-2026-55090 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-55090
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-55090 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55090
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/ether/etherpad/commit/86c56cf827dd6e5ff1b6cd3760f87adc47f58bb1
-
Source reference
Unverified legacy reference
URL: https://github.com/ether/etherpad/pull/7905
-
Source reference
Unverified legacy reference
URL: https://github.com/ether/etherpad/releases/tag/v3.3.0
-
Source reference
Unverified legacy reference
URL: https://github.com/ether/etherpad/security/advisories/GHSA-2jp7-wwpg-3p9w
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.