CVE-2026-23112

critical
Published 2026-02-13 · Modified 2026-05-04
CVSS v3
9.8
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS v2
VIR risk
9.8

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.

Predictions

Exploit likelihood
97%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2026-23112

vendor Authored 2026-05-27

Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2026-23112.html

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/dca1a6ba0da9f472ef040525fab10fd9956db59f

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/ab200d71553bdcf4de554a5985b05b2dd606bc57

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/52a0a98549344ca20ad81a4176d68d28e3c05a5c

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/42afe8ed8ad2de9c19457156244ef3e1eca94b5d

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/19672ae68d52ff75347ebe2420dde1b07adca09f

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/1385be357e8acd09b36e026567f3a9d5c61139de

OS impact

OSVersionStatusFixed in
suse slesaffected
debian debianbookwormfixed6.1.164-1
debian debianbullseyefixed6.1.164-1~deb11u1
debian debianforkyfixed6.18.10-1
debian debiansidfixed6.18.10-1
debian debiantrixiefixed6.12.73-1
linux linux-kernelaffected5.10.250
linux linux-kernel6.19affected

References

CWEs

CWE-787

Verify integrity in audit chain (admin only). AS-IS.