CVE-2023-54282
Buffer Overflow in Linux Kernel qt1010 Tuner Driver
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
| 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 involves the Linux kernel's media tuner driver for qt1010, where a BUG_ON macro was used unnecessarily. BUG_ON can cause confusion in static analysis tools like smatch and may lead to improper handling of errors. The issue was related to a potential buffer overflow in the i2c_data buffer during qt1010 initialization. The fix replaced BUG_ON with a regular error return to prevent this problem.
How can this vulnerability impact me? :
The vulnerability could lead to a buffer overflow in the qt1010 tuner driver within the Linux kernel, which might cause system instability or crashes. It could also potentially be exploited to cause denial of service or other unintended behavior in systems using this driver.