CVE-2026-52989
Last modified
CVE-2026-52989 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: propagate nvmet_tcp_build_pdu_iovec() errors to its callers Currently, when nvmet_tcp_build_pdu_iovec() detects an out-of-bounds PDU length or offset, it triggers nvmet_tcp_fatal_error(cmd->queue) and returns early. However, because the function returns void, the callers are entirely unaware that a fatal error has occurred and that the cmd->recv_msg.msg_iter was left uninitialized. Callers such as nvmet_tcp_handle_h2c_data_pdu() proceed to blindly overwrite the queue state with queue->rcv_state = NVMET_TCP_RECV_DATA Consequently, the socket receiving loop may attempt to read incoming network data into the uninitialized iterator. Fix this by shifting the error handling responsibility to the callers.. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callers Currently, when nvmet_tcp_build_pdu_iovec() detects an out-of-bounds PDU length or offset, it triggers nvmet_tcp_fatal_error(cmd->queue) and returns early. However, because the function returns void, the callers are entirely unaware that a fatal error has occurred and that the cmd->recv_msg.msg_iter was left uninitialized. Callers such as nvmet_tcp_handle_h2c_data_pdu() proceed to blindly overwrite the queue state with queue->rcv_state = NVMET_TCP_RECV_DATA Consequently, the socket receiving loop may attempt to read incoming network data into the uninitialized iterator. Fix this by shifting the error handling responsibility to the callers.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.10.250, < 5.11 | — |
| Linux | Linux Kernel | >= 5.15.200, < 5.16 | — |
| Linux | Linux Kernel | >= 6.1.163, < 6.1.175 | — |
| Linux | Linux Kernel | >= 6.6.124, < 6.6.141 | — |
| Linux | Linux Kernel | >= 6.12.70, < 6.12.91 | — |
| Linux | Linux Kernel | >= 6.18.10, < 6.18.33 | — |
| Linux | Linux Kernel | >= 6.19.1, < 7.0.10 | — |
| Linux | Linux Kernel | 6.19 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
- https://access.redhat.com/security/cve/CVE-2026-52989Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2492443Issue Tracking, Third Party Advisory
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-52989.jsonThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-52989?
How severe is CVE-2026-52989?
How do I fix CVE-2026-52989?
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-52983In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52984In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52985In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52986In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-52987In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52988In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-5299ICMPv6 PvD protocol dissector crash in Wireshark 4.6.0 to 4.…5.5
- CVE-2026-52990In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52991In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52992In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52993In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-52994In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-52989?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
