目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-71562— libcurl httpc 整数转换越界漏洞

一分钟漏洞结论

影响对象
Erlang OTP
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

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

CVSS 6.3 · Medium

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-71562 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
httpc does not bound server-supplied numeric header values before integer conversion
来源: CVE Program / CVE List V5
Vulnerability Description
Improper Validation of Specified Quantity in Input vulnerability in Erlang/OTP inets httpc allows a malicious or compromised HTTP server to degrade availability by returning a numeric header whose value is a very long run of digits. httpc_handler.erl converts the server-supplied Content-Length with list_to_integer/1 before comparing it against max_body_size, so the size check cannot protect the conversion, and the option defaults to nolimit in any case. The same unbounded conversion appears in httpc_response:format_response/1 for Content-Length and in httpc_response:get_ms_from_retry_after/1 for Retry-After, which is guarded only by a check that the first character is a digit. A value of up to roughly 1.26 million digits converts successfully and costs the requesting process hundreds of milliseconds of arbitrary-precision arithmetic per response. The conversion function is documented to accept integers of any size, so bounding the input is the caller's responsibility. This issue affects OTP from OTP 17.0 before OTP 27.3.4.17, from OTP 28.0 before OTP 28.5.0.6, and from OTP 29.0 before OTP 29.0.6, corresponding to inets from 5.10 before 9.3.2.7, from 9.4 before 9.6.2.3, and from 9.7 before 9.7.2. Whether OTP before OTP 17.0, corresponding to inets before 5.10, is affected is unknown.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
CWE-1284
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Erlang OTP 17.0 ~ 27.3.4.17 cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*
Erlang OTP 5.10 ~ 9.3.2.7 cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*
Erlang OTP 84adefa331c4159d432d22840663c38f155cd4c1 ~ * cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*

二、漏洞 CVE-2026-71562 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-71562 的情报信息

登录查看更多情报信息。

CVE-2026-71562 其他参考 (3)

同批安全公告 · Erlang · 2026-09-01 · 共 16 条

CVE-2026-71380 8.7 HIGH Apache HTTP Server 请求体接收超时缺失
CVE-2026-70399 8.7 HIGH Apache HTTP Server 最大连接数限制失效漏洞
CVE-2026-74835 8.7 HIGH Nginx HTTPD 内存耗尽漏洞
CVE-2026-69664 8.7 HIGH Apache HTTP Server 请求处理器因畸形块大小导致挂起漏洞
CVE-2026-66357 8.3 HIGH inets/httpd 请求走私漏洞
CVE-2026-73812 8.3 HIGH IIS 与 Apache httpd 请求走私漏洞
CVE-2026-73276 8.3 HIGH inetd, httpd 请求走私漏洞
CVE-2026-55951 8.2 HIGH libcurl HTTP客户端响应头内存耗尽漏洞
CVE-2026-75538 8.2 HIGH Erlang/OTP inet驱动 整数溢出漏洞
CVE-2026-66835 8.2 HIGH Apache HTTP Server mod_auth 目录保护绕过漏洞
CVE-2026-73270 8.2 HIGH Apache httpd mod_auth 路径大小写目录保护绕过漏洞
CVE-2026-59696 6.9 MEDIUM URI端口分量整数转换前未限制
CVE-2026-70405 6.3 MEDIUM SNMP BER INTEGER解码器整数长度无限制
CVE-2026-70409 6.3 MEDIUM eldap 整数溢出漏洞
CVE-2026-74994 6.0 MEDIUM httpd mod_auth 认证绕过漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-71562

暂无评论


发表评论