Bugzilla – Bug 1209505
VUL-0: CVE-2023-28120: TRACKERBUG: rubygem-activesupport: Possible XSS in SafeBuffer#bytesplice
Last modified: 2023-09-25 12:02:17 UTC
CVE-2023-28120 There is a vulnerability in ActiveSupport if the new bytesplice method is called on a SafeBuffer with untrusted user input. ActiveSupport uses the SafeBuffer string subclass to tag strings as html_safe after they have been sanitized. When these strings are mutated, the tag should be removed to mark them as no longer being html_safe. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-28120 https://bugzilla.redhat.com/show_bug.cgi?id=2179637
done, closing