Lucene search

K
githubGitHub Advisory DatabaseGHSA-PJ73-V5MW-PM9J
HistoryMar 15, 2023 - 9:36 p.m.

Possible XSS Security Vulnerability in SafeBuffer#bytesplice

2023-03-1521:36:01
CWE-79
GitHub Advisory Database
github.com
26
xss
safebuffer
activesupport
cve-2023-28120
mutation
ruby 3.2
html_safe
upgrade
workaround
untrusted input

There is a vulnerability in ActiveSupport if the new bytesplice method is called on a SafeBuffer with untrusted user input.
This vulnerability has been assigned the CVE identifier CVE-2023-28120.

Versions Affected: All. Not affected: None Fixed Versions: 7.0.4.3, 6.1.7.3

Impact

ActiveSupport uses the SafeBuffer string subclass to tag strings as html_safe after they have been sanitized.
When these strings are mutated, the tag is should be removed to mark them as no longer being html_safe.

Ruby 3.2 introduced a new bytesplice method which ActiveSupport did not yet understand to be a mutation.
Users on older versions of Ruby are likely unaffected.

All users running an affected release and using bytesplice should either upgrade or use one of the workarounds immediately.

Workarounds

Avoid calling bytesplice on a SafeBuffer (html_safe) string with untrusted user input.

Affected configurations

Vulners
Node
activesupport_projectactivesupportRange<6.1.7.3ruby
OR
activesupport_projectactivesupportRange7.0.07.0.4.3ruby
VendorProductVersionCPE
activesupport_projectactivesupport*cpe:2.3:a:activesupport_project:activesupport:*:*:*:*:*:ruby:*:*