Erlang/OTP 中的 httpc HTTP 客户端未对从服务器接收的响应头总大小设置限制。 选项的默认值为 ,而 会在长度检查执行之前,将所有接收到的头部累积到一个列表中(长度检查仅在接受到结束符 之后才触发)。 恶意或被攻陷的 HTTP 服务器可以发送任意数量的请求头,或包含极大值的头部,导致客户端进程分配无界内存,直到系统内存耗尽或 BEAM VM 崩溃。一个概念验证(PoC)服务器发送了约 4000 字节的 10 万个请求头,在不到 30 秒内导致客户端 VM 分配了超过 13 GB 的内存。 任何使用
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-71380 | 8.7 HIGH | httpd applies no timeout while receiving a request body, parking a worker on a stalled cli |
| CVE-2026-70399 | 8.7 HIGH | httpd does not enforce the documented default max_clients connection limit |
| CVE-2026-66357 | 8.3 HIGH | inets,httpd:HTTP Request Smuggling via obs-fold Header Continuation |
| CVE-2026-73812 | 8.3 HIGH | inets, httpd: HTTP Request Smuggling via Transfer-Encoding and Content-Length |
| CVE-2026-73276 | 8.3 HIGH | inets, httpd: HTTP Request Smuggling via Whitespace-Before-Colon Header Dropping i |
| CVE-2026-59696 | 6.9 MEDIUM | uri_string does not bound the port component of a URI before integer conversion |
| CVE-2026-71562 | 6.3 MEDIUM | httpc does not bound server-supplied numeric header values before integer conversion |
No comments yet