CVE-2026-25543
Unknown
Unknown - Not Provided
XSS Vulnerability in HtmlSanitizer Template Tag Content
Publication date: 2026-02-04
Last updated on: 2026-02-24
Assigner: GitHub, Inc.
Description
Description
HtmlSanitizer is a .NET library for cleaning HTML fragments and documents from constructs that can lead to XSS attacks. Prior to versions 9.0.892 and 9.1.893-beta, if the template tag is allowed, its contents are not sanitized. The template tag is a special tag that does not usually render its contents, unless the shadowrootmode attribute is set to open or closed. This issue has been patched in versions 9.0.892 and 9.1.893-beta.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| htmlsanitizer_project | htmlsanitizer | to 9.0.892 (exc) |
| htmlsanitizer_project | htmlsanitizer | From 9.1.878 (inc) to 9.1.893 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
| CWE-116 | The product prepares a structured message for communication with another component, but encoding or escaping of the data is either missing or done incorrectly. As a result, the intended structure of the message is not preserved. |