SEPTEMBER 23, 2026
Live Feed
Back to database
Case File

CVE-2026-74559

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's AF_XDP transmit path, where an overflow in the xsk_build_skb() function can lead to the loss of descriptors during packet fragmentation. This issue could result in degraded network performance or packet loss, impacting applications relying on high-throughput networking. Organizations using Linux systems with AF_XDP configurations should prioritize addressing this vulnerability to ensure reliable network operations.

CVE
CVE-2026-74559
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: xsk: drain continuation descs after overflow in xsk_build_skb() Fix generic xmit path multi-buffer logic when packets are either too big (count of descriptors exceed MAX_SKB_FRAGS) or an invalid descriptor is included in fragmented packet. Introduce xdp_sock::drain_cont and act upon this flag - when it is set, keep on consuming descriptors from AF_XDP Tx ring and put them directly onto Cq. Previously these descriptors were silently lost and could never be reached again.