CVE-2023-53759
Last modified
CVE-2023-53759 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidraw_open() function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, resulting in a potential data race when concurrently opening a device. The race is a regression introduced by commit 8590222e4b02 ("HID: hidraw: Replace hidraw device table mutex with a rwsem"). EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidraw_open() function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, resulting in a potential data race when concurrently opening a device. The race is a regression introduced by commit 8590222e4b02 ("HID: hidraw: Replace hidraw device table mutex with a rwsem"). While minors_rwsem is intended to protect the hidraw_table itself, by instead acquiring the lock for writing, the reference counter is also protected. This is symmetrical to hidraw_release().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/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 | >= 8590222e4b021054a7167a4dd35b152a8ed7018e, < 879e79c3aead41b8aa2e91164354b30bd1c4ef3b; >= 8590222e4b021054a7167a4dd35b152a8ed7018e, < ff348eabd97577da974d3db7038857f28c61d2bd; >= 8590222e4b021054a7167a4dd35b152a8ed7018e, < 05b47034e2488c2924e5c032e20a1979d012b5b5; >= 8590222e4b021054a7167a4dd35b152a8ed7018e, < 944ee77dc6ec7b0afd8ec70ffc418b238c92f12b |
| Linux | Linux | 5.17 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-53759?
How severe is CVE-2023-53759?
How do I fix CVE-2023-53759?
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-53753In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53754In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53755In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53756In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53757In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53758In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5376An Improper Authentication vulnerability in Korenix JetNet T…9.1
- CVE-2023-53760In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53761In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53762In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-53763In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53764In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2023-53759?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
