### [CVE-2024-26143](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-26143) ![](https://img.shields.io/static/v1?label=Product&message=rails&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3E%3D%207.0.0%2C%20%3C%207.0.8.1%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%3A%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brighgreen) ### Description Rails is a web-application framework. There is a possible XSS vulnerability when using the translation helpers in Action Controller. Applications using translation methods like translate, or t on a controller, with a key ending in "_html", a :default key which contains untrusted user input, and the resulting string is used in a view, may be susceptible to an XSS vulnerability. The vulnerability is fixed in 7.1.3.1 and 7.0.8.1. ### POC #### Reference No PoCs from references. #### Github - https://github.com/fkie-cad/nvd-json-data-feeds