CVE-2026-74371

Source
https://cve.org/CVERecord?id=CVE-2026-74371
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74371.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74371
Downstream
Published
2026-08-15T05:58:51.610Z
Modified
2026-08-16T03:48:49.807863402Z
Summary
bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compat
Details

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

bpf: fix BPFPROGQUERY OOB write and cgroup backward compat

BPFPROGQUERY 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 bpfmprogquery 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 bpfmprogquery only serves attach types that were born with revision in the struct:

  • tcxprogquery -> BPFTCXINGRESS/EGRESS
  • netkitprogquery -> BPFNETKITPRIMARY/PEER

tcx, netkit, the revision field, and bpfmprogquery 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 BPFPROGQUERY 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: BPFPROGQUERY 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74371.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1209339844601ec1766f4ff430673fbcfe42bb51
Fixed
a7131340d0f95df9a541257dccab5d85e6bcdd2b
Fixed
d3d630e8a7f3421bc2d204b87bdff35b4432a8e3
Fixed
21c4b99b27f3f85b89256e81b3e997dec0a460d0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74371.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.17.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74371.json"