VIewComponent is a framework for building view components in Ruby on Rails. Versions prior to 2.31.2 and 2.49.1 contain a cross-site scripting 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.31.2 and 2.49.1 have been released and fully mitigate the vulnerability. As a workaround, avoid passing user input to the `translate` function, or sanitize the inputs before passing them.
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Link | Tags |
---|---|
https://github.com/github/view_component/security/advisories/GHSA-cm9w-c4rj-r2cf | third party advisory |
https://github.com/github/view_component/commit/3f82a6e62578ff6f361aba24a1feb2caccf83ff9 | third party advisory patch |
https://github.com/github/view_component/releases/tag/v2.31.2 | third party advisory |
https://github.com/github/view_component/releases/tag/v2.49.1 | third party advisory |