HOMEVULNERABILITIESCVE-2026-23140
NONE

CVE-2026-23140

Published: February 14, 2026· Updated: Feb 18, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:4.3th

Official 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.

NVD Source

Technical Analysis

CVE-2026-23140 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (5)

Quick Facts

CVE IDCVE-2026-23140
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedFeb 14, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-23140 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.