Impact
The Linux kernel’s atomisp driver, part of the staging media subsystem, contained private IOCTL handlers that were not protected by adequate access control checks. Based on the description, it is inferred that these handlers could be invoked with arbitrary command values, exposing the kernel to a potential privilege escalation or arbitrary code execution if exploited. The patch simply disables all private IOCTLs, preventing any misuse. This weakness is a classic example of CWE‑267, insufficient authentication/authorization (as identified by NVD).
Affected Systems
This vulnerability affects all Linux kernel installations that include the atomisp driver code. No specific kernel version range is supplied, so any kernel build containing the staged atomisp module could be impacted.
Risk and Exploitability
The EPSS score of less than 1% indicates a very low but non‑zero likelihood of exploitation. Based on the description, it is inferred that the flaw requires local or privileged access to the device node that exposes the atomisp driver, and could allow an attacker to run arbitrary code at kernel privilege. The CVSS score of 7.8 reflects a high‑severity risk. The vulnerability is not listed in the CISA KEV catalog.
OpenCVE Enrichment