CVE-2023-36823

unknown
Published 2023-07-06 · Modified 2024-02-16
CVSS v3
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
CVSS v2
VIR risk

Description

Sanitize is an allowlist-based HTML and CSS sanitizer. Using carefully crafted input, an attacker may be able to sneak arbitrary HTML and CSS through Sanitize starting with version 3.0.0 and prior to version 6.0.2 when Sanitize is configured to use the built-in "relaxed" config or when using a custom config that allows `style` elements and one or more CSS at-rules. This could result in cross-site scripting or other undesired behavior when the malicious HTML and CSS are rendered in a browser. Sanitize 6.0.2 performs additional escaping of CSS in `style` element content, which fixes this issue. Users who are unable to upgrade can prevent this issue by using a Sanitize config that doesn't allow `style` elements, using a Sanitize config that doesn't allow CSS at-rules, or by manually escaping the character sequence `</` as `<\/` in `style` element content.

Predictions

Exploit likelihood
30%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2023-36823

OS impact

OSVersionStatusFixed in
debian debianbookwormfixed6.0.0-1.1+deb12u1
debian debianbullseyefixed5.2.1-2+deb11u1
debian debianforkyfixed6.0.2-1
debian debiansidfixed6.0.2-1
debian debiantrixiefixed6.0.2-1

Package impact

EcosystemPackageVulnerableFixed
ruby RubyGemssanitize!< 3.0.0||<>= 6.0.2>= 6.0.2
ruby RubyGemssanitize>=3.0.0,<6.0.26.0.2

References

Verify integrity in audit chain (admin only). AS-IS.