Description
In the Linux kernel, the following vulnerability has been resolved:

xsk: tighten UMEM headroom validation to account for tailroom and min frame

The current headroom validation in xdp_umem_reg() could leave us with
insufficient space dedicated to even receive minimum-sized ethernet
frame. Furthermore if multi-buffer would come to play then
skb_shared_info stored at the end of XSK frame would be corrupted.

HW typically works with 128-aligned sizes so let us provide this value
as bare minimum.

Multi-buffer setting is known later in the configuration process so
besides accounting for 128 bytes, let us also take care of tailroom space
upfront.
Published: 2026-05-06
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in the UMEM headroom validation performed during XDP UMEM registration. The kernel fails to reserve adequate space for even the smallest Ethernet frame, and does not consider the 128‐byte tailroom required by hardware alignment. This oversight means the tail of an XDP frame can overwrite the skb_shared_info structure that follows the data, potentially corrupting kernel memory. Such corruption could trigger a crash or provide an avenue for privilege escalation if an attacker can supply crafted packets that exploit the missing guard.

Affected Systems

All Linux kernel builds where the XDP UMEM interface is enabled are affected, as the vulnerability is present in the generic xdp_umem_reg implementation. No specific kernel version range is listed, so any version requiring this registration path may be compromised until patched.

Risk and Exploitability

The CVSS score is not provided, and EPSS is unavailable, so the exact risk rating is unclear. The vulnerability is not listed in the CISA KEV catalog, suggesting it has not been widely reported by exploit communities yet. However, because it involves unchecked writes to kernel memory, the likelihood of exploitation is theoretically high if an attacker can inject malicious frames into the network stack. The attack vector, while not explicitly stated, is inferred to be through network traffic that triggers XDP processing on a system with potentially misconfigured UMEM spaces.

Generated by OpenCVE AI on May 6, 2026 at 11:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel release that incorporates the UMEM headroom fix introduced in commit a0a6…
  • If an immediate kernel upgrade is not possible, ensure that MBUF allocation for XDP UMEM reserves sufficient headroom by adding an extra 128‑byte tailroom buffer and validating the buffer capacity before registration.
  • Audit existing XDP UMEM registrations for adequate headroom and tailroom settings, and rebuild or reload affected drivers after applying the patch.

Generated by OpenCVE AI on May 6, 2026 at 11:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 06 May 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-785

Wed, 06 May 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: xsk: tighten UMEM headroom validation to account for tailroom and min frame The current headroom validation in xdp_umem_reg() could leave us with insufficient space dedicated to even receive minimum-sized ethernet frame. Furthermore if multi-buffer would come to play then skb_shared_info stored at the end of XSK frame would be corrupted. HW typically works with 128-aligned sizes so let us provide this value as bare minimum. Multi-buffer setting is known later in the configuration process so besides accounting for 128 bytes, let us also take care of tailroom space upfront.
Title xsk: tighten UMEM headroom validation to account for tailroom and min frame
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-06T07:40:25.266Z

Reserved: 2026-05-01T14:12:55.984Z

Link: CVE-2026-43093

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-05-06T10:16:22.667

Modified: 2026-05-06T10:16:22.667

Link: CVE-2026-43093

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-06T12:30:03Z

Weaknesses