Vulnerability in Linux

CVE-2023-53759

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().

EPSS: 0.002 (6.3th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.

Affected products

  • Linux — versions 8590222e4b021054a7167a4dd35b152a8ed7018e, 5.17, 0

References

Frequently asked questions

What is CVE-2023-53759?
CVE-2023-53759 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2025-12-08.
How severe is CVE-2023-53759?
High severity. CVSS v3 base score is 7.8 out of 10.