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

Package Linux Kernel
Published 2025-12-08
Last modified 2026-04-15
Patch available
Yes

Affected versions

Linux kernel versions 5.17 and later are affected. Fixed in 6.1.37, 6.3.11, 6.4.1, 6.5 and their respective stable series.

Affected from
≥ 5.17
Fixed in
✓ 6.1.37 6.1.x ✓ 6.3.11 6.3.x ✓ 6.4.1 6.4.x ✓ 6.5

References

The following references provide additional information about CVE-2023-53759 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.

Frequently asked questions

  • What is CVE-2023-53759?

    CVE-2023-53759 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 5.17 onward and has been patched in 6.1.37, 6.3.11, 6.4.1 and others. CVE-2023-53759 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • Is there a patch available for CVE-2023-53759?

    Yes — CVE-2023-53759 has been patched. Fixed versions include 6.1.37, 6.3.11, 6.4.1 and others. If you are running Linux kernel 5.17 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2023-53759 actively exploited?

    No — CVE-2023-53759 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.