Bug 2426155 (CVE-2023-54282) - CVE-2023-54282 kernel: media: tuners: qt1010: replace BUG_ON with a regular error
Summary: CVE-2023-54282 kernel: media: tuners: qt1010: replace BUG_ON with a regular e...
Keywords:
Status: NEW
Alias: CVE-2023-54282
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-30 13:12 UTC by OSIDB Bzimport
Modified: 2025-12-31 05:15 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-30 13:12:53 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: tuners: qt1010: replace BUG_ON with a regular error

BUG_ON is unnecessary here, and in addition it confuses smatch.
Replacing this with an error return help resolve this smatch
warning:

drivers/media/tuners/qt1010.c:350 qt1010_init() error: buffer overflow 'i2c_data' 34 <= 34


Note You need to log in before you can comment on or make changes to this bug.