CVE-2026-89480
Last modified
CVE-2026-89480 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: reject a read that transferred too few bytes nvme_tcp_recv_data() completes a request once the current C2HData PDU has been consumed. Nothing compares the total bytes received against the length the command asked for: struct nvme_tcp_request has no receive-side counter, queue->data_remaining is per queue, and blk_mq_end_request() completes for blk_rq_bytes(rq) unconditionally with no residual concept anywhere above. A controller can therefore answer a 4096-byte read with 512 bytes and have it reported as a complete read; user space then gets 4096 bytes of which 3584 are whatever was already in the page. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: reject a read that transferred too few bytes nvme_tcp_recv_data() completes a request once the current C2HData PDU has been consumed. Nothing compares the total bytes received against the length the command asked for: struct nvme_tcp_request has no receive-side counter, queue->data_remaining is per queue, and blk_mq_end_request() completes for blk_rq_bytes(rq) unconditionally with no residual concept anywhere above. A controller can therefore answer a 4096-byte read with 512 bytes and have it reported as a complete read; user space then gets 4096 bytes of which 3584 are whatever was already in the page. I reproduced that with a test target. Count the bytes received and refuse to complete a successful read whose count does not match, at the two NVME_TCP_F_DATA_SUCCESS paths and in nvme_tcp_process_nvme_cqe(). The success test shifts req->status right by one, because the driver keeps the wire value there and shifts it on completion, so the check must see what the completion path will see. Only REQ_OP_READ is checked, because there the length comes from the sectors the request covers; a passthrough command is built by its submitter, which picks both command and buffer, so the kernel has nothing to compare against.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3f2304f8c6d6ed97849057bd16fee99e434ca796, < a5c1bb0fb1bab2f24a081339c145870697f6d220; >= 3f2304f8c6d6ed97849057bd16fee99e434ca796, < aa107e3a68f4af177d60f2d87679e7f67179a36c; >= 3f2304f8c6d6ed97849057bd16fee99e434ca796, < fca3ebb63e5c82561cd9934365dcc0d068008006; >= 3f2304f8c6d6ed97849057bd16fee99e434ca796, < 99066cf9bba175f610ceb61a35f6fc9fbc33ff65; >= 3f2304f8c6d6ed97849057bd16fee99e434ca796, < 8a02ad98798fd01f51f648c1fdd8f3c9d07195d3; >= 3f2304f8c6d6ed97849057bd16fee99e434ca796, < 832a685efeb5d925ee7d30011d2dbe45f81447a3; >= 3f2304f8c6d6ed97849057bd16fee99e434ca796, < 7fa3f73f6c8ddc5f0425b50fb2a626a782ef7d12 |
| Linux | Linux | 5.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89480?
How severe is CVE-2026-89480?
How do I fix CVE-2026-89480?
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-89475In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89476In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89477In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89478In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89479In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8948Same-origin policy bypass in the DOM: Networking component. …9.1
- CVE-2026-89481In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89482In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89483In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89484In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89485In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89486In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89480?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
