CVE-2025-25184

Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.11, 3.0.12, and 3.1.10, Rack::CommonLogger can be exploited by crafting input that includes newline characters to manipulate log entries. The supplied proof-of-concept demonstrates injecting malicious content into logs. When a user provides the authorization credentials via Rack::Auth::Basic, if success, the username will be put in env['REMOTE_USER'] and later be used by Rack::CommonLogger for logging purposes. The issue occurs when a server intentionally or unintentionally allows a user creation with the username contain CRLF and white space characters, or the server just want to log every login attempts. If an attacker enters a username with CRLF character, the logger will log the malicious username with CRLF characters into the logfile. Attackers can break log formats or insert fraudulent entries, potentially obscuring real activity or injecting malicious data into log files. Versions 2.2.11, 3.0.12, and 3.1.10 contain a fix.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*
cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*
cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*

History

03 Nov 2025, 22:18

Type Values Removed Values Added
References
  • () https://lists.debian.org/debian-lts-announce/2025/03/msg00016.html -
References () https://github.com/rack/rack/security/advisories/GHSA-7g2v-jj9q-g3rg - Vendor Advisory, Exploit () https://github.com/rack/rack/security/advisories/GHSA-7g2v-jj9q-g3rg - Exploit, Vendor Advisory

Information

Published : 2025-02-12 17:15

Updated : 2025-11-03 22:18


NVD link : CVE-2025-25184

Mitre link : CVE-2025-25184

CVE.ORG link : CVE-2025-25184


JSON object : View

Products Affected

rack

  • rack
CWE
CWE-93

Improper Neutralization of CRLF Sequences ('CRLF Injection')

CWE-117

Improper Output Neutralization for Logs