PT-2026-51883 · Linux · Linux
Published
2026-06-24
·
Updated
2026-06-24
·
CVE-2026-52989
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux