CVE-2023-54038
Last modified
CVE-2023-54038 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link hci_connect_sco currently returns NULL when there is no link (i.e. when hci_conn_link() returns NULL). sco_connect() expects an ERR_PTR in case of any error (see line 266 in sco.c). EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link hci_connect_sco currently returns NULL when there is no link (i.e. when hci_conn_link() returns NULL). sco_connect() expects an ERR_PTR in case of any error (see line 266 in sco.c). Thus, hcon set as NULL passes through to sco_conn_add(), which tries to get hcon->hdev, resulting in dereferencing a NULL pointer as reported by syzkaller. The same issue exists for iso_connect_cis() calling hci_connect_cis(). Thus, make hci_connect_sco() and hci_connect_cis() return ERR_PTR instead of NULL.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 06149746e7203d5ffe2d6faf9799ee36203aa8b8, < 357ab53c83a5322437fa434e9a9e3e0bafe6b383; >= 06149746e7203d5ffe2d6faf9799ee36203aa8b8, < b4066eb04bb67e7ff66e5aaab0db4a753f37eaad; f72fc94a17d45be98aecfd59c39b5b24a6a342e2; >= 6.3.8, < 6.4 |
| Linux | Linux | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54038?
How severe is CVE-2023-54038?
How do I fix CVE-2023-54038?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-54032In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54033In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54034In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54035In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54036In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54037In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54039In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5404Server receiving a malformed message can cause a pointer to …8.1
- CVE-2023-54040In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-54041In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54042In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54043In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2023-54038?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
