Name | CVE-2020-4054 |
Description | In Sanitize (RubyGem sanitize) greater than or equal to 3.0.0 and less than 5.2.1, there is a cross-site scripting vulnerability. When HTML is sanitized using Sanitize's "relaxed" config, or a custom config that allows certain elements, some content in a math or svg element may not be sanitized correctly even if math and svg are not in the allowlist. You are likely to be vulnerable to this issue if you use Sanitize's relaxed config or a custom config that allows one or more of the following HTML elements: iframe, math, noembed, noframes, noscript, plaintext, script, style, svg, xmp. Using carefully crafted input, an attacker may be able to sneak arbitrary HTML through Sanitize, potentially resulting in XSS (cross-site scripting) or other undesired behavior when that HTML is rendered in a browser. This has been fixed in 5.2.1. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
References | DSA-4730-1 |
Debian Bugs | 963808 |
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|---|---|---|
ruby-sanitize (PTS) | bullseye (security), bullseye | 5.2.1-2+deb11u1 | fixed |
bookworm, bookworm (security) | 6.0.0-1.1+deb12u1 | fixed | |
sid, trixie | 6.0.2-2 | fixed |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|---|---|---|---|---|---|
ruby-sanitize | source | jessie | (not affected) | |||
ruby-sanitize | source | stretch | (not affected) | |||
ruby-sanitize | source | buster | 4.6.6-2.1~deb10u1 | DSA-4730-1 | ||
ruby-sanitize | source | (unstable) | 4.6.6-2.1 | 963808 |
[stretch] - ruby-sanitize <not-affected> (Vulnerable code introduced later)
[jessie] - ruby-sanitize <not-affected> (Vulnerable code introduced later)
https://github.com/rgrove/sanitize/security/advisories/GHSA-p4x4-rw2p-8j8m
Fixed by: https://github.com/rgrove/sanitize/commit/a11498de9e283cd457b35ee252983662f7452aa9 (v5.2.1)
Only in 5.0.0 removing of useless filtered elements content is done by default
with: https://github.com/rgrove/sanitize/commit/faf9a0f432fda3cef29f0f8aad99d4dedf079d67 (v5.0.0)