OVERVIEW CVE-2026-31473 is a race condition vulnerability in the Linux kernel's media subsystem affecting the Video for Linux 2 (V4L2) and Media Controller frameworks. The vulnerability occurs when the MEDIA_REQUEST_IOC_REINIT ioctl can execute concurrently with VIDIOC_REQBUFS queue teardown operations, creating an opportunity for request object cleanup to race against vb2 queue cancellation. This flaw specifically impacts request-capable media devices. SEVERITY The vulnerability has a low EPSS score of 0.000240 and a FAUCET risk score of 20.0/100, indicating minimal exploitation likelihood. The attack vector requires local access and involves moderate complexity, as an attacker must construct concurrent ioctl calls to trigger the race condition. The primary impact is a use-after-free condition that could lead to kernel memory corruption, denial of service, or potential code execution with local privilege escalation on affected systems. EXPLOITATION STATUS This vulnerability is not currently being actively exploited in the wild and has not been added to the CISA KEV catalog. There is no widespread public exploit code available. Community attention appears limited given the low EPSS score and FAUCET risk rating. The fix involves serializing request operations with req_queue_mutex to prevent concurrent execution of cleanup and cancellation routines.
| Vendor | Product | Version(s) | CPE |
|---|---|---|---|
>= 4.20.1, < 5.10.253CPE matchmatch criteria | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | ||
>= 5.11, < 5.15.203CPE matchmatch criteria | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | ||
>= 5.16, < 6.1.168CPE matchmatch criteria | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | ||
>= 6.2, < 6.6.131CPE matchmatch criteria | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | ||
>= 6.7, < 6.12.80CPE matchmatch criteria | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
CVSS version used by this source: 3.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.2 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.
No media coverage found for this CVE.
The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.
Linux kernel (Azure CVM) vulnerabilities
Jul 24, 2026Linux kernel vulnerabilities
Jul 24, 2026Linux kernel (Azure CVM) vulnerabilities
Jul 24, 2026Linux kernel (Azure FIPS) vulnerabilities
Jul 24, 2026Linux kernel (Azure CVM) vulnerabilities
Jul 24, 2026Linux kernel (Azure) vulnerabilities
Jul 24, 2026Linux kernel (AWS) vulnerabilities
Jul 24, 2026Linux kernel (NVIDIA) vulnerabilities
Jul 23, 2026Linux kernel (Oracle) vulnerabilities
Jul 23, 2026Linux kernel vulnerabilities
Jul 23, 2026Linux kernel (NVIDIA Tegra) vulnerabilities
Jul 21, 2026Linux kernel vulnerabilities
Jul 21, 2026Linux kernel (GCP FIPS) vulnerabilities
Jul 21, 2026Linux kernel vulnerabilities
Jul 20, 2026media: mc, v4l2: serialize REINIT and REQBUFS with req_queue_mutex
Apr 14, 2026