CVE-2025-59830 (CNNVD-202509-3963)
中文标题:
Rack 安全漏洞
英文标题:
Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters
漏洞描述
中文描述:
Rack是Rack开源的一个模块化的Ruby web服务器界面。 Rack 2.2.18之前版本存在安全漏洞,该漏洞源于Rack::QueryParser仅对使用&分隔的参数强制执行params_limit限制,但仍同时接受&和;作为分隔符,攻击者可利用;分隔符绕过参数数量限制,可能导致CPU和内存消耗增加。
英文描述:
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.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| rack | rack | < 2.2.18 | - | - |
cpe:2.3:a:rack:rack:<_2.2.18:*:*:*:*:*:*:*
|
| rack | rack | * | - | - |
cpe:2.3:a:rack:rack:*:*:*:*:*:ruby:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
3.1 (cna)
HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-59830 |
2025-11-11 15:23:31 | 2025-11-11 07:40:47 |
| NVD | nvd_CVE-2025-59830 |
2025-11-11 15:01:04 | 2025-11-11 07:48:33 |
| CNNVD | cnnvd_CNNVD-202509-3963 |
2025-11-11 15:12:58 | 2025-11-11 08:00:14 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 其他
- cnnvd_id: 未提取 -> CNNVD-202509-3963
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- affected_products_count: 1 -> 2
- data_sources: ['cve'] -> ['cve', 'nvd']