CVE-2025-59830: Rack has an unsafe default in Rack::QueryParser allows params_limit bypass via semicolon-separated parameters
Rack::QueryParser
in version < 2.2.18
enforces its params_limit
only for parameters separated by &
, while still splitting on both &
and ;
. As a result, attackers could use ;
separators to bypass the parameter count limit and submit more parameters than intended.
References
Code Behaviors & Features
Detect and mitigate CVE-2025-59830 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →