Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in view_component
High severity
GitHub Reviewed
Published
Mar 2, 2022
in
ViewComponent/view_component
•
Updated May 4, 2023
Package
Affected versions
>= 2.31.0, < 2.31.2
>= 2.32.0, < 2.49.1
Patched versions
2.31.2
2.49.1
Description
Published to the GitHub Advisory Database
Mar 2, 2022
Reviewed
Mar 2, 2022
Published by the National Vulnerability Database
Mar 2, 2022
Last updated
May 4, 2023
This is an XSS vulnerability that has the potential to impact anyone using translations with the view_component gem. Data received via user input and passed as an interpolation argument to the
translate
method is not properly sanitized before display.Versions 2.29.1 and 2.49.1 have been released and fully mitigate the vulnerability.
Avoid passing user input to the
translate
function, or sanitize the inputs before passing them.For more information
If you have any questions or comments about this advisory:
References