HIGH🇵🇱 Wersja polska

CVE-2026-43973

CVSS 8.7v4.0pub. 2026-06-08upd. 2026-08-18

Uncontrolled Resource Consumption vulnerability in ninenines gun (gun_http module) allows a malicious server to exhaust client memory via unbounded HTTP/1.1 response buffering. In gun_http:handle/5, three clauses accumulate incoming TCP data into the connection's buffer field using binary concatenation with no upper-bound check: the head clause appends data until the \r\n\r\n header terminator is found; the body_chunked clause appends data whenever cow_http_te:stream_chunked/2 returns a more result indicating an incomplete chunk boundary; and the body_trailer clause appends data until the trailing \r\n\r\n is found. In each case, when the expected terminator never arrives, the enlarged binary is stored back into state and the process waits for more data, with no configurable or hard-coded ceiling on buffer size. A malicious or compromised server can exploit this by sending a partial response that never completes. For example, a response may begin with HTTP/1.1 200 OK\r\nX-Pad: followed by an unbounded stream of arbitrary bytes, never sending the header terminator. The gun connection process will continuously append the incoming data to its buffer, causing unbounded heap growth. Because BEAM imposes no per-process heap limit by default, a single malicious connection can exhaust all available memory on the node, causing a node-wide out-of-memory crash. This issue affects gun: from 1.0.0 before 2.4.0.

CVSS Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Ninenines Gun

    APP
    Ninenines
    1.0.0 – 2.4.0 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2026-43974HIGH8.7same product

Unexpected Status Code or Return Value vulnerability in ninenines gun (gun_http module) allows a malicious HTT...

CVE-2026-43972MEDIUM6.3same product

Podatność Origin Validation Error w module gun_http2 biblioteki ninenines gun pozwala na wstrzyknięcie cookies...

CVE-2026-43966MEDIUM6.3same vendor

Luka o niedostatecznej neutralizacji sekwencji CRLF w nagłówkach HTTP (HTTP Request/Response Splitting) w nine...

CVE-2026-43968MEDIUM6.3same vendor

Luka Improper Neutralization of CRLF Sequences (CRLF Injection) w ninenines cowlib pozwala na podział zdarzeń ...

CVE-2026-43969LOW2.1same vendor

Improper Neutralization of CRLF Sequences ('CRLF Injection') vulnerability in ninenines cowlib allows HTTP req...