CRITICALVulnerability

CVE-2026-52989

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.

Properties

severity
CRITICAL
score
9.8
cve_id
CVE-2026-52989
vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
published_at
2026-06-24T17:17:09.707
last_modified
2026-08-21T13:18:17.153

Related Entities (6)

HAS_WEAKNESS (2)

[Weakness]Use of Uninitialized Resource
[Weakness]Detection of Error Condition Without Action

DESCRIBED_BY (1)

[Source]NVD

AFFECTS_PRODUCT (3)

[Product]
[Product]
[Product]

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-52989 — Ninja Signal Threat Intelligence | Ninja Signal