
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-54282 is a vulnerability in the Linux kernel's media tuner driver (drivers/media/tuners/qt1010.c) where an inappropriate use of BUG_ON in the qt1010_init() function could lead to a kernel panic or buffer overflow condition. The issue was identified by the static analysis tool smatch, which flagged a potential buffer overflow in the i2c_data array (34 <= 34) at line 350. It affects Linux kernel versions from the initial commit (1da177e4c3f4) up to the respective fix commits across multiple stable branches. The vulnerability was published on December 30, 2025, and carries a medium severity estimate with an EPSS score of approximately 0.03% (Feedly, ENISA EUVD).
The root cause is an improper use of BUG_ON in the qt1010_init() function within drivers/media/tuners/qt1010.c, which is classified as an improper check or handling of exceptional conditions (related to CWE-617: Reachable Assertion). The smatch static analyzer identified that the BUG_ON macro, when triggered, causes an unconditional kernel panic rather than gracefully handling the error, and also masks a potential buffer overflow in the i2c_data buffer (size 34). The fix replaces BUG_ON with a standard error return, allowing the kernel to handle the condition safely without crashing. This is a local, kernel-level issue requiring access to the affected media tuner hardware or driver interface to trigger (Feedly, ENISA EUVD).
If triggered, the vulnerability could cause a kernel panic (denial of service) on systems using the QT1010 media tuner driver, as the BUG_ON macro halts the kernel unconditionally. There is also a theoretical risk of a buffer overflow in the i2c_data array, which could potentially affect kernel memory integrity. The practical impact is limited to systems with the QT1010 tuner hardware present and the driver loaded, and there is no evidence of remote exploitability or data exfiltration risk (Feedly).
Patches have been backported to multiple stable Linux kernel branches. The fixed versions include kernel 4.14.326, 4.19.295, 5.4.257, 5.10.197, 5.15.133, 6.1.55, 6.5.5, and 6.6 and later. Administrators should update to a patched kernel version for their respective branch. If the QT1010 tuner hardware is not present or needed, blacklisting the qt1010 kernel module is a viable workaround to eliminate exposure (Feedly, ENISA EUVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."