CVE-2026-43312
Linux Kernel Media Driver ov5647 Subdev Initialization Flaw
Publication date: 2026-05-08
Last updated on: 2026-05-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's media i2c driver for the ov5647 device. The issue arises because the sub-device is not initialized before controls are set up. Specifically, the function ov5647_init_controls() calls v4l2_get_subdevdata, but the sub-device initialization via v4l2_i2c_subdev_init() happens later in the probe function. This incorrect order can cause a segmentation fault if an error condition occurs and the code tries to access the i2c_client before it is properly initialized.
How can this vulnerability impact me? :
This vulnerability can cause a segmentation fault in the Linux kernel when the ov5647 driver encounters an error condition. A segmentation fault can lead to a kernel crash or instability, potentially causing system downtime or requiring a reboot.