目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-65624— ninenines cowboy 资源管理错误漏洞

CVSS 6.9 · Medium EPSS 0.38% · P31

可能的 ATT&CK 技术 1AI

T1496 · Resource Hijacking

影响版本矩阵 2

厂商产品版本范围状态
nineninescowboy2.0.0-pre.4< 2.18.0affected
309780a9fda145c262a47ac7811ffd50a0271c5b< 3a34d8c1cfd94326466aa16a9017236691dc9c55affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-65624 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Cowboy HTTP/1.1 max_headers Bypass via Duplicate Header Names Enables Memory Exhaustion
来源: CVE Program / CVE List V5
Vulnerability Description
Allocation of Resources Without Limits or Throttling vulnerability in ninenines cowboy allows an unauthenticated remote attacker to exhaust connection process memory over HTTP/1.1. The HTTP/1.1 handler in cowboy_http enforces the max_headers limit by counting the number of distinct header names in a map (maps:size(Headers)). When a request contains multiple header lines with the same name, the values are concatenated into a single ever-growing binary stored under that one map key (", " for regular headers, "; " for cookies), so the map size stays at one and the max_headers cap (default 100) is never reached. Because no accumulator bounds the total number of header lines or the total byte size of the header block (only per-line max_header_name_length and max_header_value_length apply), an unauthenticated client can send an arbitrary number of header lines with the same name and grow the connection process's binary memory to arbitrary size within the request window. The impact per connection is bounded by request_timeout (default 5 seconds, not reset by header data), and by max_heap_size when set (the offending connection process is killed once its heap grows past the limit). When max_heap_size is left at the default (unset), sustained abuse can drive the Erlang VM into out-of-memory conditions. This issue affects cowboy from 2.0.0-pre.4 before 2.18.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
不加限制或调节的资源分配
来源: CVE Program / CVE List V5
Vulnerability Title
ninenines cowboy 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
ninenines cowboy是ninenines的Web服务器。 ninenines cowboy 2.0.0-pre.4版本至2.18.0之前版本存在资源管理错误漏洞,该漏洞源于cowboy_http模块对HTTP/1.1请求头处理不当,未正确限制相同名称请求头的数量,导致未认证的远程攻击者可发送大量同名请求头耗尽连接进程内存。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
nineninescowboy 2.0.0-pre.4 ~ 2.18.0 cpe:2.3:a:ninenines:cowboy:*:*:*:*:*:*:*:*
nineninescowboy 309780a9fda145c262a47ac7811ffd50a0271c5b ~ 3a34d8c1cfd94326466aa16a9017236691dc9c55 cpe:2.3:a:ninenines:cowboy:*:*:*:*:*:*:*:*

二、漏洞 CVE-2026-65624 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-65624 的情报信息

登录查看更多情报信息。

CVE-2026-65624 补丁与修复 (1)

CVE-2026-65624 厂商安全公告 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-65624

暂无评论


发表评论