9.8

CVE-2026-52989

nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callers

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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 5.10.250 < 5.11
LinuxLinux Kernel Version >= 5.15.200 < 5.16
LinuxLinux Kernel Version >= 6.1.163 < 6.1.175
LinuxLinux Kernel Version >= 6.6.124 < 6.6.141
LinuxLinux Kernel Version >= 6.12.70 < 6.12.91
LinuxLinux Kernel Version >= 6.18.10 < 6.18.33
LinuxLinux Kernel Version >= 6.19.1 < 7.0.10
LinuxLinux Kernel Version6.19 Update-
LinuxLinux Kernel Version7.1 Updaterc1
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.34% 0.267
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
416baaa9-dc9f-4396-8d5f-8c081fb06d67 9.8 3.9 5.9
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
0b0ca135-0b70-47e7-9f44-1890c2a1c46c 7.1 1.8 5.2
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
CWE-390 Detection of Error Condition Without Action

The product detects a specific error, but takes no actions to handle the error.

CWE-908 Use of Uninitialized Resource

The product uses or accesses a resource that has not been initialized.

https://git.kernel.org/stable/c/3df42a854686fa06484e37ac1a3931c8e3e3453c
Patch
https://git.kernel.org/stable/c/d7c8f95f599b3b38a717d2e771c3f8c174f657c3
Patch
https://git.kernel.org/stable/c/f9204a2b78dd18374d3bcf9bf93d9021ce22de1b
Patch
https://git.kernel.org/stable/c/c2a11441538bdbbc5aa003f190995eba93a89b88
Patch
https://git.kernel.org/stable/c/046fa5c72d15cd8e2d592e275697ea399d8f76b0
Patch
https://git.kernel.org/stable/c/ea8e356acb165cb1fd75537a52e1f66e5e76c538
Patch
https://bugzilla.redhat.com/show_bug.cgi?id=2492443
Third Party Advisory
Issue Tracking
https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-52989.json
Third Party Advisory
https://access.redhat.com/security/cve/CVE-2026-52989
Third Party Advisory