Erlang/OTP 中 inets 组件的 httpd 存在“无限制或无节流地分配资源”的漏洞,允许未经身份验证的远程攻击者通过打开并保持大量连接开放而导致服务中断(DoS)。文档说明 max_clients 选项默认为 150,而 inets 安全加固指南将该限制列为服务中断防御的第一道防线。但是,如果服务器未显式设置该选项,它将会接受无限数量的并发连接。仅建立连接即可触发漏洞,无需发送有效请求,也无需进行身份验证。 技术层面,httpd_manager:handle_new_connection/4 中的连接
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-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-55951 | 8.2 HIGH | httpc memory exhaustion via unbounded response header accumulation |
| 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