{"containers":{"cna":{"affected":[{"collectionURL":"https://repo.hex.pm","cpes":["cpe:2.3:a:ninenines:cowboy:*:*:*:*:*:*:*:*"],"defaultStatus":"unaffected","modules":["cowboy_http"],"packageName":"cowboy","packageURL":"pkg:hex/cowboy","product":"cowboy","programFiles":["src/cowboy_http.erl"],"programRoutines":[{"name":"cowboy_http:parse_header/3"},{"name":"cowboy_http:parse_hd_value/6"}],"repo":"https://github.com/ninenines/cowboy","vendor":"ninenines","versions":[{"lessThan":"2.18.0","status":"affected","version":"2.0.0-pre.4","versionType":"semver"}]},{"collectionURL":"https://github.com","cpes":["cpe:2.3:a:ninenines:cowboy:*:*:*:*:*:*:*:*"],"defaultStatus":"unaffected","modules":["cowboy_http"],"packageName":"ninenines/cowboy","packageURL":"pkg:github/ninenines/cowboy","product":"cowboy","programFiles":["src/cowboy_http.erl"],"programRoutines":[{"name":"cowboy_http:parse_header/3"},{"name":"cowboy_http:parse_hd_value/6"}],"repo":"https://github.com/ninenines/cowboy","vendor":"ninenines","versions":[{"lessThan":"3a34d8c1cfd94326466aa16a9017236691dc9c55","status":"affected","version":"309780a9fda145c262a47ac7811ffd50a0271c5b","versionType":"git"}]}],"cpeApplicability":[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:a:ninenines:cowboy:*:*:*:*:*:*:*:*","versionEndExcluding":"2.18.0","versionStartIncluding":"2.0.0-pre.4","vulnerable":true}],"negate":false,"operator":"OR"}],"operator":"AND"}],"credits":[{"lang":"en","type":"finder","value":"Qiyi Deng / Wuhan University"},{"lang":"en","type":"finder","value":"Min Shi / Wuhan University"},{"lang":"en","type":"finder","value":"Yongkang Xiao / Wuhan University"},{"lang":"en","type":"finder","value":"Jing Chen / Wuhan University"},{"lang":"en","type":"remediation developer","value":"Loïc Hoguin"},{"lang":"en","type":"analyst","value":"Jonatan Männchen / EEF"}],"descriptions":[{"lang":"en","supportingMedia":[{"base64":false,"type":"text/html","value":"<p>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.</p><p>The HTTP/1.1 handler in <tt>cowboy_http</tt> enforces the <tt>max_headers</tt> limit by counting the number of distinct header names in a map (<tt>maps:size(Headers)</tt>). 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 (<tt>\", \"</tt> for regular headers, <tt>\"; \"</tt> for cookies), so the map size stays at one and the <tt>max_headers</tt> 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 <tt>max_header_name_length</tt> and <tt>max_header_value_length</tt> 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.</p><p>The impact per connection is bounded by <tt>request_timeout</tt> (default 5 seconds, not reset by header data), and by <tt>max_heap_size</tt> when set (the offending connection process is killed once its heap grows past the limit). When <tt>max_heap_size</tt> is left at the default (unset), sustained abuse can drive the Erlang VM into out-of-memory conditions.</p><p>This issue affects cowboy from 2.0.0-pre.4 before 2.18.0.</p>"}],"value":"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.\n\nThe 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.\n\nThe 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.\n\nThis issue affects cowboy from 2.0.0-pre.4 before 2.18.0."}],"impacts":[{"capecId":"CAPEC-130","descriptions":[{"lang":"en","value":"CAPEC-130 Excessive Allocation"}]}],"metrics":[{"cvssV4_0":{"attackVector":"NETWORK","baseScore":6.9,"baseSeverity":"MEDIUM","vectorString":"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","version":"4.0"},"format":"CVSS","scenarios":[{"lang":"en","value":"GENERAL"}]}],"problemTypes":[{"descriptions":[{"cweId":"CWE-770","description":"CWE-770 Allocation of Resources Without Limits or Throttling","lang":"en","type":"CWE"}]}],"providerMetadata":{"dateUpdated":"2026-07-28T10:01:01.811Z","orgId":"6b3ad84c-e1a6-4bf7-a703-f496b71e49db","shortName":"EEF"},"references":[{"tags":["related","third-party-advisory"],"url":"https://cna.erlef.org/cves/CVE-2026-65624.html"},{"tags":["related"],"url":"https://osv.dev/vulnerability/EEF-CVE-2026-65624"},{"tags":["patch"],"url":"https://github.com/ninenines/cowboy/commit/3a34d8c1cfd94326466aa16a9017236691dc9c55"}],"source":{"discovery":"EXTERNAL"},"title":"Cowboy HTTP/1.1 max_headers Bypass via Duplicate Header Names Enables Memory Exhaustion","x_generator":{"engine":"cvelib 1.8.0"}}},"cveMetadata":{"assignerOrgId":"6b3ad84c-e1a6-4bf7-a703-f496b71e49db","assignerShortName":"EEF","cveId":"CVE-2026-65624","datePublished":"2026-07-28T10:01:01.811Z","dateReserved":"2026-07-22T13:55:59.401Z","dateUpdated":"2026-07-28T10:01:01.811Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"}