CVE-2026-75484
Last modified
CVE-2026-75484 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. 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. EPSS estimates a 0.55% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| mtrudel | bandit | >= 1.4.0, < 1.12.5 |
| mtrudel | bandit | >= fff06efe3be962b484bd4d3eb339372fda5a231f, < d38cf046c9a3cae4d0f88001c2ceb4143f86366b |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-75484?
How severe is CVE-2026-75484?
How do I fix CVE-2026-75484?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-75479JimuReport contains an authentication bypass vulnerability i…7.5
- CVE-2026-7548A vulnerability was detected in Totolink NR1800X 9.1.0u.6279…8.8
- CVE-2026-75480OpenViking debug vector scroll and count endpoints apply onl…6.5
- CVE-2026-75481SkyPilot fails to validate that authenticated users are enti…8.8
- CVE-2026-75482SWE-agent's trajectory inspector (sweagent inspector), confi…7.5
- CVE-2026-75483powerlevel10k fails to neutralize control characters in the …3.3
- CVE-2026-75485A flaw was found in the must-gather component of Red Hat Adv…5.5
- CVE-2026-75486Synk Sweater Comb before 3.8.8 contains a command injection …8
- CVE-2026-7549A flaw has been found in SourceCodester Pharmacy Sales and I…7.3
- CVE-2026-75496Webkul QloApps does not perform proper validation on uploade…7.2
- CVE-2026-75497Webkul QloApps does not validate request parameters before a…7.2
- CVE-2026-75498Webkul QloApps does not validate request parameters before a…7.2
Are you affected by CVE-2026-75484?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
