CVE-2023-54120
Last modified
CVE-2023-54120 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix race condition in hidp_session_thread There is a potential race condition in hidp_session_thread that may lead to use-after-free. For instance, the timer is active while hidp_del_timer is called in hidp_session_thread(). EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix race condition in hidp_session_thread There is a potential race condition in hidp_session_thread that may lead to use-after-free. For instance, the timer is active while hidp_del_timer is called in hidp_session_thread(). After hidp_session_put, then 'session' will be freed, causing kernel panic when hidp_idle_timeout is running. The solution is to use del_timer_sync instead of del_timer. Here is the call trace: ? hidp_session_probe+0x780/0x780 call_timer_fn+0x2d/0x1e0 __run_timers.part.0+0x569/0x940 hidp_session_probe+0x780/0x780 call_timer_fn+0x1e0/0x1e0 ktime_get+0x5c/0xf0 lapic_next_deadline+0x2c/0x40 clockevents_program_event+0x205/0x320 run_timer_softirq+0xa9/0x1b0 __do_softirq+0x1b9/0x641 __irq_exit_rcu+0xdc/0x190 irq_exit_rcu+0xe/0x20 sysvec_apic_timer_interrupt+0xa1/0xc0
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 152f47bd6b995e0e98c85672f6d19894bc287ef2; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 5f3d214d19899183d4e0cce7552998262112e4ab; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 8a99e6200c38b78a45dcd12a6bdc43fdf4dc36be; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < f7ec5ca433ceead8d9d78fd2febff094f289441d; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 0efb276d5848a3accc37c6f41b85e442c4768169; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < f6719fd8f409fa1da8dc956e93822d25e1e8b360; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 248af9feca062a4ca9c3f2ccf67056c8a5eb817f; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < c95930abd687fcd1aa040dc4fe90dff947916460 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54120?
How severe is CVE-2023-54120?
How do I fix CVE-2023-54120?
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-54115In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54116In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54117In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54118In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54119In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5412The Image horizontal reel scroll slideshow plugin for WordPr…6.5
- CVE-2023-54121In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54122In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54123In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54124In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54125In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54126In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54120?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
