Cross-site Scripting (XSS) Affecting ruby-rails-html-sanitizer package, versions <1.4.4-1
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-DEBIANUNSTABLE-RUBYRAILSHTMLSANITIZER-3172423
- published 15 Dec 2022
- disclosed 14 Dec 2022
Introduced: 14 Dec 2022
CVE-2022-23520 Open this link in a new tabHow to fix?
Upgrade Debian:unstable ruby-rails-html-sanitizer to version 1.4.4-1 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream ruby-rails-html-sanitizer package and not the ruby-rails-html-sanitizer package as distributed by Debian.
See How to fix? for Debian:unstable relevant fixed versions and status.
rails-html-sanitizer is responsible for sanitizing HTML fragments in Rails applications. Prior to version 1.4.4, there is a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer due to an incomplete fix of CVE-2022-32209. Rails::Html::Sanitizer may allow an attacker to inject content if the application developer has overridden the sanitizer's allowed tags to allow both "select" and "style" elements. Code is only impacted if allowed tags are being overridden. This issue is patched in version 1.4.4. All users overriding the allowed tags to include both "select" and "style" should either upgrade or use this workaround: Remove either "select" or "style" from the overridden allowed tags. NOTE: Code is not impacted if allowed tags are overridden using either the :tags option to the Action View helper method sanitize or the :tags option to the instance method SafeListSanitizer#sanitize.