Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
Linux Kernel: Data Corruption and Crashes Possible with NVMe over TCP
CVE-2026-23112
Summary
A bug in the Linux kernel's NVMe over TCP driver could cause data corruption or system crashes if a malicious or malformed network packet is received. This issue has been fixed in a recent update, so it's essential to keep your Linux system up to date to prevent potential problems. You should update your Linux kernel to the latest version as soon as possible.
Original title
In the Linux kernel, the following vulnerability has been resolved:
nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
nvmet_tcp_build_pdu_iovec() could walk past cmd->req.sg when a PDU
le...
Original description
In the Linux kernel, the following vulnerability has been resolved:
nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
nvmet_tcp_build_pdu_iovec() could walk past cmd->req.sg when a PDU
length or offset exceeds sg_cnt and then use bogus sg->length/offset
values, leading to _copy_to_iter() GPF/KASAN. Guard sg_idx, remaining
entries, and sg->length/offset before building the bvec.
nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
nvmet_tcp_build_pdu_iovec() could walk past cmd->req.sg when a PDU
length or offset exceeds sg_cnt and then use bogus sg->length/offset
values, leading to _copy_to_iter() GPF/KASAN. Guard sg_idx, remaining
entries, and sg->length/offset before building the bvec.
- https://git.kernel.org/stable/c/043b4307a99f902697349128fde93b2ddde4686c
- https://git.kernel.org/stable/c/1385be357e8acd09b36e026567f3a9d5c61139de
- https://git.kernel.org/stable/c/19672ae68d52ff75347ebe2420dde1b07adca09f
- https://git.kernel.org/stable/c/42afe8ed8ad2de9c19457156244ef3e1eca94b5d
- https://git.kernel.org/stable/c/52a0a98549344ca20ad81a4176d68d28e3c05a5c
- https://git.kernel.org/stable/c/ab200d71553bdcf4de554a5985b05b2dd606bc57
- https://git.kernel.org/stable/c/dca1a6ba0da9f472ef040525fab10fd9956db59f
Published: 13 Feb 2026 · Updated: 10 Mar 2026 · First seen: 6 Mar 2026