Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2026-22998— nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec

CVSS 7.5 · High EPSS 0.05% · P14
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-22998

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec
Source: NVD (National Vulnerability Database)
Vulnerability 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
Source: NVD (National Vulnerability Database)
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Source: NVD (National Vulnerability Database)
Vulnerability Type
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于空指针取消引用,可能导致内核崩溃。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux f775f2621c2ac5cc3a0b3a64665dad4fb146e510 ~ baabe43a0edefac8cd7b981ff87f967f6034dafe -
LinuxLinux 6.8 -

II. Public POCs for CVE-2026-22998

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-22998

登录查看更多情报信息。

Same Patch Batch · Linux · 2026-01-25 · 20 CVEs total

CVE-2026-230107.8 HIGHipv6: Fix use-after-free in inet6_addr_del().
CVE-2026-229997.8 HIGHnet/sched: sch_qfq: do not free existing class in qfq_change_class()
CVE-2026-230017.8 HIGHmacvlan: fix possible UAF in macvlan_forward_source()
CVE-2026-230047.8 HIGHdst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()
CVE-2026-229977.5 HIGHnet: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon receiving the
CVE-2026-230037.5 HIGHip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()
CVE-2026-230137.0 HIGHnet: octeon_ep_vf: fix free_irq dev_id mismatch in IRQ rollback
CVE-2025-71162dmaengine: tegra-adma: Fix use-after-free
CVE-2025-71163dmaengine: idxd: fix device leaks on compat bind and unbind
CVE-2026-22996net/mlx5e: Don't store mlx5e_priv in mlx5e_dev devlink priv
CVE-2026-23000net/mlx5e: Fix crash on profile change rollback failure
CVE-2026-23002lib/buildid: use __kernel_read() for sleepable context
CVE-2026-23005x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1
CVE-2026-23006ASoC: tlv320adcx140: fix null pointer
CVE-2026-23007block: zero non-PI portion of auto integrity buffer
CVE-2026-23008drm/vmwgfx: Fix KMS with 3D on HW version 10
CVE-2026-23009xhci: sideband: don't dereference freed ring when removing sideband endpoint
CVE-2026-23011ipv4: ip_gre: make ipgre_header() robust
CVE-2026-23012mm/damon/core: remove call_control in inactive contexts

IV. Related Vulnerabilities

V. Comments for CVE-2026-22998

No comments yet


Leave a comment