Skip to content

mutation XSS via whitelisted math or svg and RCDATA tag with strip=False

Moderate
g-k published GHSA-m6xf-fq7q-8743 Mar 17, 2020

Package

bleach (python)

Affected versions

<=3.1.1

Patched versions

3.1.2

Description

Impact

A mutation XSS affects users calling bleach.clean with all of:

  • the svg or math in the allowed/whitelisted tags
  • an RCDATA tag (see below) in the allowed/whitelisted tags
  • the keyword argument strip=False

Patches

Users are encouraged to upgrade to bleach v3.1.2 or greater.

Workarounds

  • modify bleach.clean calls to use strip=True, or not whitelist math or svg tags and one or more of the following tags:
script
noscript
style
noframes
xmp
noembed
iframe

References

Credits

  • Reported by Yaniv Nizry from the CxSCA AppSec group at Checkmarx

For more information

If you have any questions or comments about this advisory:

Severity

Moderate

CVE ID

CVE-2020-6816

Weaknesses

No CWEs