CVE-2026-31833 PUBLISHED

Umbraco has Stored XSS in UFM Rendering Pipeline via Permissive DOMPurify Attribute Filtering

Assigner: GitHub_M
Reserved: 09.03.2026 Published: 10.03.2026 Updated: 10.03.2026

Umbraco is an ASP.NET CMS. From 16.2.0 to before 16.5.1 and 17.2.2, An authenticated backoffice user with access to Settings can inject malicious HTML into property type descriptions. Due to an overly permissive attributeNameCheck configuration (/.+/) in the UFM DOMPurify instance, event handler attributes such as onclick and onload, when used within Umbraco web components (umb-, uui-, ufm-*) were not filtered. This vulnerability is fixed in 16.5.1 and 17.2.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:L
CVSS Score: 6.7

Product Status

Vendor umbraco
Product Umbraco-CMS
Versions
  • Version >= 16.2.0, < 16.5.1 is affected
  • Version >= 17.0.0, < 17.2.1 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE