CVE-2023-52615

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-52615
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-52615.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-52615
Downstream
Related
Published
2024-03-18T11:15:08Z
Modified
2025-08-09T19:01:27Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

hwrng: core - Fix page fault dead lock on mmap-ed hwrng

There is a dead-lock in the hwrng device read path. This triggers when the user reads from /dev/hwrng into memory also mmap-ed from /dev/hwrng. The resulting page fault triggers a recursive read which then dead-locks.

Fix this by using a stack buffer when calling copytouser.

References

Affected packages