CVE-2025-37792

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-37792
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-37792.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-37792
Downstream
Related
Published
2025-05-01T14:15:43Z
Modified
2025-08-09T19:01:27Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: btrtl: Prevent potential NULL dereference

The btrtlinitialize() function checks that rtlload_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 btrtlinitialize() warn: passing zero to 'ERRPTR'

References

Affected packages