CVE-2024-26143 MEDIUM

CVE-2024-26143: Rails Possible XSS Vulnerability in Action Controller

Vendor Rails
Product rails
Weakness CWE-79 · XSS
Published February 27, 2024
Last update February 13, 2025

CVSS base score

6.1/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

February 27, 2024 CVE published
February 13, 2025 Record updated

Related vulnerabilities

04Related CVE