KernelScan.io

HIGH

ncsi Packet Leak

CVE-2026-43373

CVSS 7.5 / 10.0 NVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

KernelScan AI3.3LOW

01

In the Linux kernel, the following vulnerability has been resolved: net: ncsi: fix skb leak in error paths Early return paths in NCSI RX and AEN handlers fail to release the received skb, resulting in a memory leak. Specifically, ncsi_aen_handler() returns on invalid AEN packets without consuming the skb. Similarly, ncsi_rcv_rsp() exits early when failing to resolve the NCSI device, response handler, or request, leaving the skb unfreed.

02

Engine v0.2.0

Risk summary

Systems using NCSI (Network Controller Sideband Interface) for network management may experience gradual memory exhaustion due to leaked socket buffers. This affects servers and embedded systems with BMC/management controllers that use NCSI for out-of-band network management.

Affectednet/ncsi/ncsi-rsp.c (NCSI networking)

Vulnerability analysis

The vulnerability is a memory leak in the NCSI (Network Controller Sideband Interface) packet handling code. In ncsi_rcv_rsp() and ncsi_aen_handler(), early return paths fail to call kfree_skb() when validation fails or devices cannot be resolved, causing socket buffers to accumulate in memory. The fix adds proper error handling with goto statements that ensure skb cleanup before returning error codes. NCSI is used for management network communication between BMCs and network controllers, making this reachable through management interfaces.

03

BranchFixed inPatch commit
5.105.10.2539891d7f4f1ed
5.155.15.203fef5aa6e3bcf
6.16.1.16781d6aee32f8f
6.126.12.78553366c27147
6.186.18.19b70c4e5e7119
6.196.19.987138dde2d69
6.66.6.130599625881978
mainline7.05c3398a54266