CVE-2026-43316 Details
Description
In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: Check for out of bounds chip_id Clang with CONFIG_UBSAN_SHIFT=y noticed a condition where a signed type (literal "1" is an "int") could end up being shifted beyond 32 bits, so instrumentation was added (and due to the double is_tw286x() call seen via inlining), Clang decides the second one must now be undefined behavior and elides the rest of the function[1]. This is a known problem with Clang (that is still being worked on), but we can avoid the entire problem by actually checking the existing max chip ID, and now there is no runtime instrumentation added at all since everything is known to be within bounds. Additionally use an unsigned value for the shift to remove the instrumentation even without the explicit bounds checking. [hverkuil: fix checkpatch warning for is_tw286x]
A vulnerability in the Linux kernel's media solo6x10 driver could lead to undefined behavior. This issue arises when a signed integer is shifted beyond 32 bits, a condition detected by Clang with specific compiler settings. The vulnerability has been addressed by adding a check for the maximum chip ID to prevent out-of-bounds shifts. The driver now uses unsigned values for shifts, eliminating the risk of undefined behavior. The issue was identified in the Linux kernel stable tree.
Users can update to the latest version of the Linux kernel, where this vulnerability has been fixed. Instructions for downloading the patched version are available on the official Linux kernel website.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/0b3dadada2417782a63ce32dae05bafe1c949e3f | kernel.org | Patch |
| https://git.kernel.org/stable/c/0fdf6323c35a134f206dcad5babb4ff488552076 | kernel.org | Patch |
| https://git.kernel.org/stable/c/33af366211ee78e3b074ff44a16121e537e86826 | kernel.org | Patch |
| https://git.kernel.org/stable/c/4d6db0c6bbbfd8d7bbdbf7ab6a9c003752abf116 | kernel.org | Patch |
| https://git.kernel.org/stable/c/5849ae68d7b8b6ad55cc1bf0d227dd2ae6362528 | kernel.org | Patch |
| https://git.kernel.org/stable/c/603e3859393ee2ce91393b7d05e6e56e4b66e5cd | kernel.org | Patch |
| https://git.kernel.org/stable/c/c327192ca26670cf6e588c1eeda66cd2fa97630e | kernel.org | Patch |
| https://git.kernel.org/stable/c/d29f33b2cf98e4901cd5457d1ee34062e808df73 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 2.6.36, < 5.10.252 >= 5.11, < 5.15.202 >= 5.16, < 6.1.165 >= 6.2, < 6.6.128 >= 6.7, < 6.12.75 >= 6.13, < 6.18.16 >= 6.19, < 6.19.6 7.0 rc1 7.0 rc2 7.0 rc3 7.0 rc4 7.0 rc5 7.0 rc6 7.0 rc7 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| May 15, 2026 | Initial Analysis | [email protected] |
| May 8, 2026 | New CVE Received | kernel.org |