CVE-2026-23140 Details
Description
In the Linux kernel, the following vulnerability has been resolved: bpf, test_run: Subtract size of xdp_frame from allowed metadata size The xdp_frame structure takes up part of the XDP frame headroom, limiting the size of the metadata. However, in bpf_test_run, we don't take this into account, which makes it possible for userspace to supply a metadata size that is too large (taking up the entire headroom). If userspace supplies such a large metadata size in live packet mode, the xdp_update_frame_from_buff() call in xdp_test_run_init_page() call will fail, after which packet transmission proceeds with an uninitialised frame structure, leading to the usual Bad Stuff. The commit in the Fixes tag fixed a related bug where the second check in xdp_update_frame_from_buff() could fail, but did not add any additional constraints on the metadata size. Complete the fix by adding an additional check on the metadata size. Reorder the checks slightly to make the logic clearer and add a comment.
A vulnerability in the Linux kernel's BPF test run feature for XDP (eXpress Data Path) has been addressed. The issue arose because the BPF test run did not properly account for the size of the XDP frame, allowing userspace to specify a metadata size that could exceed the available headroom. This oversight could lead to packet transmission with an uninitialized frame structure, causing potential disruptions. The vulnerability was particularly problematic in live packet mode, where the XDP frame headroom is critical for proper packet handling.
The vulnerability has been fixed by adding a check on the metadata size to ensure it does not exceed the available headroom, and by reordering the checks for clarity.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/31e37f44b60679d90b9f999c91371b15291be8e0 | kernel.org | Patch |
| https://git.kernel.org/stable/c/6447e697cfa8a43a8e491cb81bcc390d0f28f8ba | kernel.org | Patch |
| https://git.kernel.org/stable/c/7c81ad5e580bd8441f8a521a8d34824ce6582ae5 | kernel.org | Patch |
| https://git.kernel.org/stable/c/e558cca217790286e799a8baacd1610bda31b261 | kernel.org | Patch |
| https://git.kernel.org/stable/c/e7440935063949d6f2c10f7328d960d0ff4bce90 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.18, < 6.1.161 >= 6.2, < 6.6.121 >= 6.7, < 6.12.66 >= 6.13, < 6.18.6 6.19 rc1 6.19 rc2 6.19 rc3 6.19 rc4 6.19 rc5 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Mar 17, 2026 | Initial Analysis | [email protected] |
| Feb 14, 2026 | New CVE Received | kernel.org |