Bug 2398167 (CVE-2025-59830) - CVE-2025-59830 rubygem-rack: Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters
Summary: CVE-2025-59830 rubygem-rack: Rack QueryParser has an unsafe default allowing ...
Keywords:
Status: NEW
Alias: CVE-2025-59830
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2402984 2402985 2402986 2402987 2402988 2402982 2402983
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-25 15:02 UTC by OSIDB Bzimport
Modified: 2025-10-10 08:55 UTC (History)
34 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-25 15:02:05 UTC
Rack is a modular Ruby web server interface. Prior to version 2.2.18, Rack::QueryParser 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. Applications or middleware that directly invoke Rack::QueryParser with its default configuration (no explicit delimiter) could be exposed to increased CPU and memory consumption. This can be abused as a limited denial-of-service vector. This issue has been patched in version 2.2.18.


Note You need to log in before you can comment on or make changes to this bug.