CVE-2026-46205
Modified
Modified - Updated After Analysis
Disallow Private IOCTLs in Linux Kernel
Publication date: 2026-05-28
Last updated on: 2026-06-15
Assigner: kernel.org
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.16 (inc) to 6.1.175 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.209 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.140 (exc) |
| linux | linux_kernel | From 4.12 (inc) to 5.10.258 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.18.32 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.90 (exc) |
| linux | linux_kernel | From 6.19 (inc) to 7.0.9 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |