CVE-2026-89969
Last modified
CVE-2026-89969 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix out-of-bounds write when receiving an over-long PDU nvmet_tcp_try_recv_pdu() reads a PDU header into the fixed 128-byte queue->pdu union, then computes the remaining payload length as queue->left = hdr->hlen - queue->offset + hdgst; and reads that many more bytes into &queue->pdu + queue->offset, without ever bounding the result against sizeof(queue->pdu). A struct nvme_tcp_icreq_pdu is itself 128 bytes, exactly the size of the union. Once a header digest has been negotiated (hdgst = 4), a second ICReq passes the hlen == nvmet_tcp_pdu_size() check but yields queue->left = 128 - 8 + 4 = 124, so bytes 8..132 are written into the 128-byte buffer -- 4 bytes past its end, over queue->hdr_digest and queue->data_digest.
Description
In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix out-of-bounds write when receiving an over-long PDU nvmet_tcp_try_recv_pdu() reads a PDU header into the fixed 128-byte queue->pdu union, then computes the remaining payload length as queue->left = hdr->hlen - queue->offset + hdgst; and reads that many more bytes into &queue->pdu + queue->offset, without ever bounding the result against sizeof(queue->pdu). A struct nvme_tcp_icreq_pdu is itself 128 bytes, exactly the size of the union. Once a header digest has been negotiated (hdgst = 4), a second ICReq passes the hlen == nvmet_tcp_pdu_size() check but yields queue->left = 128 - 8 + 4 = 124, so bytes 8..132 are written into the 128-byte buffer -- 4 bytes past its end, over queue->hdr_digest and queue->data_digest. Those bytes are attacker-controlled (an ICReq carries no digest), and the duplicate ICReq is only rejected later, after the overflow. A remote unauthenticated host can thus corrupt kernel memory adjacent to the receive buffer. Reject any PDU whose declared length would read past the end of queue->pdu before the second recv.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < a3f0bcfbaf3312a5754d1ce020a07d394669eb25; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < 4f84d42c53c49557fb1ef285c683b0a81b576c74; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < 58dc6035b79c4c73c0cbf9ec9f68a7f117b2b3e6; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < cf5f39d2b58f97e0cd1829c4a6aeef17f1607cca; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < 3a385e0c39efbe34db8edd95900c123113ae3450; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < dbc4acbdb3ca8c81441368ad7409b8f77d4de8f6; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < d95d342bc0ea82dc79e6362b2f1f997431750e4c; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < 14cc5a7e77731497d5bea70f3bb05df7eda982e4 |
| Linux | Linux | 5.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89969?
How severe is CVE-2026-89969?
How do I fix CVE-2026-89969?
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-89963In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89964In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89965In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89966In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89967In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89968In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-8997vifm is vulnerable to a heap buffer overflow during the hist…4.8
- CVE-2026-89970In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89971In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89972In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89973In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-89974In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-89969?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
