๐Ÿ” CVE Alert

CVE-2026-43973

UNKNOWN 0.0

gun HTTP/1.1 response buffer has no size limit allowing server-controlled memory exhaustion

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-770
Vendor ninenines
Product gun
Published Jun 8, 2026
Last Updated Jun 8, 2026
Stay Ahead of the Next One

Get instant alerts for ninenines gun

Be the first to know when new unknown vulnerabilities affecting ninenines gun are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

ninenines / gun
1.0.0 < 2.4.0
ninenines / gun
11dfe71f4b9aedaaedea2ad3b2f32fd006a8480f < f3e7e0568b3c4cf9fa4bea79d5116e67ce76ad25

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-43973.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-43973 github.com: https://github.com/ninenines/gun/commit/f3e7e0568b3c4cf9fa4bea79d5116e67ce76ad25

Credits

Peter Ullrich Loรฏc Hoguin