CVE-2026-74371
Last modified
CVE-2026-74371 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compat BPF_PROG_QUERY writes back the 'query.revision' field unconditionally to userspace. If userspace passes a smaller 'bpf_attr' structure (e.g. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compat BPF_PROG_QUERY writes back the 'query.revision' field unconditionally to userspace. If userspace passes a smaller 'bpf_attr' structure (e.g. 40 bytes, which was the layout before the addition of 'query.revision'), the kernel performs an out-of-bounds write. Fix this by propagating the user-provided attribute size 'uattr_size' down to the cgroup query handlers, and conditionally skipping writing the revision field to userspace when the provided buffer size is insufficient. query.revision in bpf_mprog_query is structurally identical to the cgroup case: a late tail field, written unconditionally. But the backward-compat hazard is not the same. The min-historical-size test is per command, and bpf_mprog_query only serves attach types that were born with revision in the struct: - tcx_prog_query -> BPF_TCX_INGRESS/EGRESS - netkit_prog_query -> BPF_NETKIT_PRIMARY/PEER tcx, netkit, the revision field, and bpf_mprog_query itself all landed in the same v6.6 merge window (053c8e1f235d added the mprog query API + revision; tcx in e420bed02507, netkit in 35dfaad7188c). There has never been a tcx/netkit BPF_PROG_QUERY userspace that doesn't know about revision. So for these commands the minimum legitimate struct already covers offset 56-64 — no old binary can be broken here. Contrast with cgroup: BPF_PROG_QUERY on cgroup attach types shipped in 2017; revision write-back was bolted on years later (120933984460). That path has a real population of pre-revision callers.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1209339844601ec1766f4ff430673fbcfe42bb51, < a7131340d0f95df9a541257dccab5d85e6bcdd2b; >= 1209339844601ec1766f4ff430673fbcfe42bb51, < d3d630e8a7f3421bc2d204b87bdff35b4432a8e3; >= 1209339844601ec1766f4ff430673fbcfe42bb51, < 21c4b99b27f3f85b89256e81b3e997dec0a460d0 |
| Linux | Linux | 6.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74371?
How severe is CVE-2026-74371?
How do I fix CVE-2026-74371?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74366In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74367In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74368In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74369In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7437The AzonPost plugin for WordPress is vulnerable to Reflected…6.1
- CVE-2026-74370In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74372In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74373In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74374In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74375In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74376In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74377In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74371?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
