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.
As property type descriptions support Markdown/HTML via the UFM rendering pipeline, injected event handlers are rendered in the backoffice interface, resulting in a stored XSS affecting other backoffice users.
The issue is patched in 16.5.1 and 17.2.2.
There is no workaround other than upgrading.
https://docs.umbraco.com/umbraco-cms/reference/umbraco-flavored-markdown
{
"cwe_ids": [
"CWE-79"
],
"github_reviewed": true,
"github_reviewed_at": "2026-03-11T14:54:00Z",
"nvd_published_at": "2026-03-10T22:16:21Z",
"severity": "MODERATE"
}