Bug 2363336 (CVE-2025-37792) - CVE-2025-37792 kernel: Bluetooth: btrtl: Prevent potential NULL dereference
Summary: CVE-2025-37792 kernel: Bluetooth: btrtl: Prevent potential NULL dereference
Keywords:
Status: NEW
Alias: CVE-2025-37792
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-05-01 14:04 UTC by OSIDB Bzimport
Modified: 2025-05-29 11:31 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-05-01 14:04:16 UTC
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: btrtl: Prevent potential NULL dereference

The btrtl_initialize() function checks that rtl_load_file() either
had an error or it loaded a zero length file.  However, if it loaded
a zero length file then the error code is not set correctly.  It
results in an error pointer vs NULL bug, followed by a NULL pointer
dereference.  This was detected by Smatch:

drivers/bluetooth/btrtl.c:592 btrtl_initialize() warn: passing zero to 'ERR_PTR'

Comment 1 Avinash Hanwate 2025-05-02 04:28:24 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025050120-CVE-2025-37792-def8@gregkh/T


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