CVSS
No CVSS.
I
n 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.
References
Configurations
No configuration.
History
13 Feb 2026, 14:23
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-02-13 14:16
Updated : 2026-02-13 14:23
NVD link : CVE-2026-23112
Mitre link : CVE-2026-23112
CVE.ORG link : CVE-2026-23112
JSON object : View
Products Affected
No product.
CWE
No CWE.