Bug 2395674 (CVE-2023-53293) - CVE-2023-53293 kernel: Bluetooth: btrtl: check for NULL in btrtl_set_quirks()
Summary: CVE-2023-53293 kernel: Bluetooth: btrtl: check for NULL in btrtl_set_quirks()
Keywords:
Status: NEW
Alias: CVE-2023-53293
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-09-16 09:02 UTC by OSIDB Bzimport
Modified: 2025-09-16 14:02 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-16 09:02:37 UTC
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: btrtl: check for NULL in btrtl_set_quirks()

The btrtl_set_quirks() has accessed btrtl_dev->ic_info->lmp_subver since
b8e482d02513. However, if installing a Realtek Bluetooth controller
without the driver supported, it will hit the NULL point accessed.

Add a check for NULL to avoid the Kernel Oops.


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