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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-75484— Bandit HTTP/2头部CR LF NUL未验证漏洞

一分钟漏洞结论

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

Mtrudel Bandit 存在“CRLF 序列处理不当(CRLF 注入)”漏洞,未认证的远程攻击者可以通过 HTTP/2 将回车符(CR)、换行符(LF)或空字符(NUL) smuggle( smuggling: smuggle 意为“暗中传送、走私”,在此语境下指非法植入)到应用程序可见的请求头中。 Bandit 的 函数会验证伪头的位置和唯一性、头部名称的大小写、连接特定头、 值以及 ,但从未检查字段值。由于 HPACK 编解码器可以携带任意八位字节,一个字段值包含 、 或 的 块在解码时不会报错,且这些值

CVSS 6.9 · Medium EPSS 0.55% · P44

影响版本矩阵 2

厂商产品 版本范围状态
mtrudel bandit 1.4.0< 1.12.5 affected
fff06efe3be962b484bd4d3eb339372fda5a231f< d38cf046c9a3cae4d0f88001c2ceb4143f86366b affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
HTTP/2 header field values containing CR, LF or NUL are passed to the application unvalidated in Bandit
来源: CVE Program / CVE List V5
Vulnerability Description
Improper Neutralization of CRLF Sequences ('CRLF Injection') vulnerability in mtrudel bandit allows an unauthenticated remote attacker to smuggle CR, LF, or NUL characters into application-visible request headers via HTTP/2. Bandit.HTTP2.Stream.read_headers/1 validates pseudo-header placement and uniqueness, header-name casing, connection-specific headers, the te value, and content-length, but never checks field values. Because HPACK carries arbitrary octets, a HEADERS block whose field values contain \r, \n, or \0 decodes without error and the values land in conn.req_headers unchanged. The HTTP/1 path already rejects the same octets; HTTP/2 did not. Bandit itself is not a sink for the injected bytes: its own logging uses fixed strings or inspect, and HTTP/2 response headers are HPACK-encoded and separately rejected by Plug's put_resp_header, so response splitting is not reachable through this path. The risk is entirely in how a downstream application consumes header values, such as appending one verbatim to a plain-text log or concatenating it into an upstream request. A related gap bundled in the same fix: only :method, :scheme, and :path were checked for at most one occurrence; a duplicate :authority pseudo-header was accepted, with the first instance silently winning as conn.host while a conflicting value remained visible to the application. This issue affects bandit: from 1.4.0 before 1.12.5.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
对CRLF序列的转义处理不恰当(CRLF注入)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
mtrudel bandit 1.4.0 ~ 1.12.5 cpe:2.3:a:mtrudel:bandit:*:*:*:*:*:*:*:*
mtrudel bandit fff06efe3be962b484bd4d3eb339372fda5a231f ~ d38cf046c9a3cae4d0f88001c2ceb4143f86366b cpe:2.3:a:mtrudel:bandit:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-75484 补丁与修复 (1)

CVE-2026-75484 厂商安全公告 (3)

IV. Related Vulnerabilities

V. Comments for CVE-2026-75484

暂无评论


发表评论