CVE-2024-35834: xsk: recycle buffer in case Rx queue was full
In the Linux kernel, the following vulnerability has been resolved:
xsk: recycle buffer in case Rx queue was full
Add missing xsk_buff_free() call when __xsk_rcv_zc() failed to produce
descriptor to XSK Rx queue.
Security readout for executives and security teams
Plain-English summary
A Linux networking flaw can fail to release a packet buffer when an AF_XDP zero-copy receive queue is full. Repeated failures may exhaust resources and disrupt network service. The supplied CVSS score is 8.2, driven mainly by high availability impact; the source bundle does not document real-world attacks.
Executive priority
Treat as a high-priority availability risk for Linux systems using AF_XDP/XSK, especially performance-sensitive network infrastructure. Patch those systems promptly after compatibility testing. For systems not using the affected path, validate applicability before emergency action; the supplied evidence does not support declaring an active exploitation incident.
Technical view
In __xsk_rcv_zc(), failure to place a descriptor on the XSK receive queue omitted xsk_buff_free(). The stable-kernel correction recycles the buffer on that failure path. The record indicates high availability and low integrity impact, but provides no demonstrated exploitation mechanism or affected-distribution mapping.
Likely exposure
Exposure is most relevant to systems using the Linux AF_XDP/XSK zero-copy receive path where receive queues can become full. The supplied version data references Linux 6.6, 6.6.15, 6.7.3, and 6.8, but its flattened ranges are ambiguous. Confirm applicability through kernel or distribution advisories and fix inclusion.
Exploitation context
The supplied record is not in CISA KEV, and no cited source reports active exploitation or a public exploit. That does not establish absence of exploitation. The CVSS vector rates network reachability, low complexity, no privileges, and no user interaction, while practical exposure still depends on the affected XSK receive path being used.
Researcher notes
The failure condition is an unsuccessful descriptor production to a full XSK receive queue. The missing cleanup call leaves the associated buffer unrecycled. The cited commits are authoritative fix references, but the supplied bundle does not establish exploit reliability, observable indicators, distribution-specific package status, or the meaning of the CVSS integrity impact.
Mitigation direction
Update to a vendor-supported kernel containing the referenced stable fix.
Consult the Linux distribution advisory for exact fixed package versions.
Prioritize network-intensive systems using AF_XDP or XSK zero-copy receive queues.
Monitor exposed systems for resource exhaustion and unexplained network disruption.
Validation and detection
Inventory kernel versions and distribution package release identifiers.
Determine whether workloads configure AF_XDP or XSK zero-copy receive paths.
Verify the installed kernel includes the referenced xsk_buff_free() correction.
Review monitoring data for buffer exhaustion, receive failures, or service instability.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-35834 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.