CVE-2026-90011
Last modified
CVE-2026-90011 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Reserve a terminator byte for the login payload iscsi_target_check_login_request() rejects a login PDU whose DataSegmentLength exceeds MAX_KEY_VALUE_PAIRS, but the test is '>' and login->req_buf is allocated with exactly MAX_KEY_VALUE_PAIRS bytes. Since iscsit_get_login_rx() receives payload_length + padding bytes, where padding = ((-payload_length) & 3); any payload_length from 8189 to 8192 fills the whole 8192 byte buffer.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Reserve a terminator byte for the login payload iscsi_target_check_login_request() rejects a login PDU whose DataSegmentLength exceeds MAX_KEY_VALUE_PAIRS, but the test is '>' and login->req_buf is allocated with exactly MAX_KEY_VALUE_PAIRS bytes. Since iscsit_get_login_rx() receives payload_length + padding bytes, where padding = ((-payload_length) & 3); any payload_length from 8189 to 8192 fills the whole 8192 byte buffer. The write stays in bounds, but no byte is left for a NUL terminator. The buffer is subsequently consumed as a C string. In the CHAP path chap_check_algorithm() calls kstrdup(a_str), and extract_param() calls strstr(in_buf, pattern) followed by strlen_semi(), none of which take a length. convert_null_to_semi() additionally rewrites every embedded NUL to ';', so even a payload made of well formed NUL separated key=value records is left without a terminator. These walk past the end of the object into adjacent slab memory. It is reachable by an unauthenticated initiator against a portal configured for CHAP; when authentication is not required iscsi_login_zero_tsih_s2() rewrites AuthMethod to None and the CHAP path is never entered. Allocate one extra byte. kzalloc() zeroes it and nothing ever writes to it, as every writer copies to offset 0 for at most MAX_KEY_VALUE_PAIRS bytes, so the buffer is always terminated.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e48354ce078c079996f89d715dfa44814b4eba01, < 5fac79f248c37774d1dd761406f83d25ca6ff8e4; >= e48354ce078c079996f89d715dfa44814b4eba01, < 6ddddcad436d8e6e619204d3c848147ff2f5bf1e; >= e48354ce078c079996f89d715dfa44814b4eba01, < b19dc17ed963ac36c0db4b52a1803fb11169f91f; >= e48354ce078c079996f89d715dfa44814b4eba01, < 6b589ef9d5f6cdc70d2b4f269ca6cf26b5ebb076; >= e48354ce078c079996f89d715dfa44814b4eba01, < eb9dadf4d552ebe10644871c5189286552aa48f5; >= e48354ce078c079996f89d715dfa44814b4eba01, < 1624bff4c5118ad494d50ad94d44f22064667a7f; >= e48354ce078c079996f89d715dfa44814b4eba01, < 3ddf3ea291a0ef2ea93b82e158960ac2cc42302b; >= e48354ce078c079996f89d715dfa44814b4eba01, < f4825922d2fb371e2b969697d792077f1b62b62c |
| Linux | Linux | 3.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90011?
How severe is CVE-2026-90011?
How do I fix CVE-2026-90011?
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-90005In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90006In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90007In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90008In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90009In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90010In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90012In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90013In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90014In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90015In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90016In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90017In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-90011?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
