Erlang/OTP 中的 inets 组件的 httpc 模块存在一个“输入中指定数量验证不当”的漏洞。该漏洞允许恶意或已被攻陷的 HTTP 服务器通过返回一个包含极长数字串的数值型响应头,从而导致服务可用性降级。 具体技术细节如下: 1. 在 中, 使用 将服务器提供的 转换为整数,然后再与 进行比较。因此,大小检查无法保护转换过程,且 选项默认值为 。 2. 同样的无界转换也出现在 函数中对 的处理,以及 函数中对 的处理。后者仅通过检查首字符是否为数字来守卫。 3. 一个包含多达约 126 万位数字的值可以
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-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 |
No comments yet