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

staging: media: atomisp: Disallow all private IOCTLs

Disallow all private IOCTLs. These aren't quite as safe as one could
assume of IOCTL handlers; disable them for now. Instead of removing the
code, return in the beginning of the function if cmd is non-zero in order
to keep static checkers happy.
Published: 2026-05-28
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

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.

Generated by OpenCVE AI on June 10, 2026 at 18:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that contains the atomisp patch that disables private IOCTLs.
  • Restrict permissions on /dev/atomisp* device nodes so that only privileged users can access them.
  • Configure the system to alert on abnormal ioctl usage to the atomisp device, setting thresholds for unexpected commands.

Generated by OpenCVE AI on June 10, 2026 at 18:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 15 Jun 2026 10:00:00 +0000


Wed, 10 Jun 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo

Mon, 01 Jun 2026 17:00:00 +0000


Sat, 30 May 2026 11:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Fri, 29 May 2026 04:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269
CWE-732

Fri, 29 May 2026 00:15:00 +0000


Thu, 28 May 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269
CWE-732

Thu, 28 May 2026 10:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: staging: media: atomisp: Disallow all private IOCTLs Disallow all private IOCTLs. These aren't quite as safe as one could assume of IOCTL handlers; disable them for now. Instead of removing the code, return in the beginning of the function if cmd is non-zero in order to keep static checkers happy.
Title staging: media: atomisp: Disallow all private IOCTLs
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-15T08:03:26.847Z

Reserved: 2026-05-13T15:03:33.105Z

Link: CVE-2026-46205

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Modified

Published: 2026-05-28T10:16:36.153

Modified: 2026-06-15T10:16:28.573

Link: CVE-2026-46205

cve-icon Redhat

Severity :

Publid Date: 2026-05-28T00:00:00Z

Links: CVE-2026-46205 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-10T18:30:36Z

Weaknesses