CVE-2026-23140

MEDIUM EPSS 2.3%
Published Feb 14, 20264mo ago · Modified Jun 17, 20262w ago
5.5 CVSS 3.1
Medium
Find Similar
Published Feb 14, 2026 4mo ago
Last Modified Jun 17, 2026 2w ago

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.

CVSS Details

Base Score
5.5
Exploitability
1.8
Impact
3.6
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
2.3% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Affected Products 9

VendorProductVersionRange
linuxlinux_kernel*≥5.18  –  <6.1.161
linuxlinux_kernel*≥6.2  –  <6.6.121
linuxlinux_kernel*≥6.7  –  <6.12.66
linuxlinux_kernel*≥6.13  –  <6.18.6
linuxlinux_kernel6.19any
linuxlinux_kernel6.19any
linuxlinux_kernel6.19any
linuxlinux_kernel6.19any
linuxlinux_kernel6.19any

References 5

  • git.kernel.org https://git.kernel.org/stable/c/31e37f44b60679d90b9f999c91371b15291be8e0
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/6447e697cfa8a43a8e491cb81bcc390d0f28f8ba
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/7c81ad5e580bd8441f8a521a8d34824ce6582ae5
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/e558cca217790286e799a8baacd1610bda31b261
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/e7440935063949d6f2c10f7328d960d0ff4bce90
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/31e37f44b60679d90b9f999c91371b15291be8e0
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/6447e697cfa8a43a8e491cb81bcc390d0f28f8ba
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/7c81ad5e580bd8441f8a521a8d34824ce6582ae5
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/e558cca217790286e799a8baacd1610bda31b261
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/e7440935063949d6f2c10f7328d960d0ff4bce90
    Patch