Bug 2520416 - CVE-2026-65911 nextcloud: DOMPurify: Cross-site scripting due to state leakage in sanitization. [epel-all]
Summary: CVE-2026-65911 nextcloud: DOMPurify: Cross-site scripting due to state leakag...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: nextcloud
Version: epel10
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Andrew Bauer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["b0b9a98e-4133-4b50-a30c-e...
Depends On:
Blocks: CVE-2026-65911
TreeView+ depends on / blocked
 
Reported: 2026-08-20 15:58 UTC by Ganesh
Modified: 2026-08-20 16:38 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-08-20 16:38:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ganesh 2026-08-20 15:58:42 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

In DOMPurify through 3.3.3, function predicates supplied via ADD_ATTR or ADD_TAGS to DOMPurify.sanitize() persist in internal state (EXTRA_ELEMENT_HANDLING) across subsequent sanitize() calls on the same instance. If a later call on the same instance provides ADD_ATTR or ADD_TAGS as an array rather than a function, the previously set function handler is neither cleared nor overwritten, so it continues to approve attacker-controlled attributes or tags. This can allow dangerous event-handler attributes or forbidden tags (bypassing FORBID_TAGS) to survive sanitization, resulting in cross-site scripting. The vendor (Cure53) considers this an edge case outside DOMPurify's threat model; the referenced advisory lists 3.4.0 as the patched version.

Comment 1 Andrew Bauer 2026-08-20 16:38:29 UTC
This bug is not valid. As of this writing, the current Nextcloud 34.0.3 release contain DOMPurify 3.4.13 which does not contain this CVE.

See:
https://github.com/nextcloud/server/blob/v34.0.3/package-lock.json#L6512


Note You need to log in before you can comment on or make changes to this bug.