CVE-2026-22998
Description
In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec Commit efa56305908b ("nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length") added ttag bounds checking and data_offset validation in nvmet_tcp_handle_h2c_data_pdu(), but it did not validate whether the command's data structures (cmd->req.sg and cmd->iov) have been properly initialized before processing H2C_DATA PDUs. The nvmet_tcp_build_pdu_iovec() function dereferences these pointers without NULL checks. This can be triggered by sending H2C_DATA PDU immediately after the ICREQ/ICRESP handshake, before sending a CONNECT command or NVMe write command. Attack vectors that trigger NULL pointer dereferences: 1. H2C_DATA PDU sent before CONNECT โ both pointers NULL 2. H2C_DATA PDU for READ command โ cmd->req.sg allocated, cmd->iov NULL 3. H2C_DATA PDU for uninitialized command slot โ both pointers NULL The fix validates both cmd->req.sg and cmd->iov before calling nvmet_tcp_build_pdu_iovec(). Both checks are required because: - Uninitialized commands: both NULL - READ commands: cmd->req.sg allocated, cmd->iov NULL - WRITE commands: both allocated
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
SUSE Affected 1 release
| Version | Status | Fixed in |
|---|---|---|
| โ | Affected | โ |
AlmaLinux Fixed 1 release
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | kernel-64k-devel-matched-5.14.0-611.34.1.el9_7.aarch64.rpm |
Debian Fixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Fixed | 6.12.69-1 |
| sid | Fixed | 6.18.8-1 |
| forky | Fixed | 6.18.8-1 |
| bullseye | Fixed | 5.10.249-1 |
| bookworm | Fixed | 6.1.162-1 |
Red Hat Fixed 2 releases
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | โ |
| 8 | Fixed | โ |
Rocky Linux Fixed 2 releases
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | โ |
| 8 | Fixed | โ |
References
- https://errata.rockylinux.org/RLSA-2026:2264
- https://access.redhat.com/errata/RHSA-2026:2722
- https://www.suse.com/security/cve/CVE-2026-22998.html
- https://errata.rockylinux.org/RLSA-2026:2722
- https://security-tracker.debian.org/tracker/CVE-2026-22998
- https://bugzilla.redhat.com/2360239
- https://bugzilla.redhat.com/2406747
- https://bugzilla.redhat.com/2419870
- https://bugzilla.redhat.com/2419902
- https://bugzilla.redhat.com/2424880
- https://bugzilla.redhat.com/2429116
- https://bugzilla.redhat.com/2432671
- https://errata.almalinux.org/9/ALSA-2026-2722.html
- https://access.redhat.com/errata/RHSA-2026:2264
- https://bugzilla.redhat.com/2383421
- https://bugzilla.redhat.com/2414506
- https://bugzilla.redhat.com/2414521
- https://bugzilla.redhat.com/2414523
- https://bugzilla.redhat.com/2419919
- https://bugzilla.redhat.com/2420347
- https://errata.almalinux.org/8/ALSA-2026-2264.html
- https://access.redhat.com/errata/RHSA-2026:2378
- https://errata.almalinux.org/8/ALSA-2026-2378.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.