Περιγραφή
In the Linux kernel, the following vulnerability has been resolved: crypto: jitterentropy - replace long-held spinlock with mutex jent_kcapi_random() serializes the shared jitterentropy state, but it currently holds a spinlock across the jent_read_entropy() call. That path performs expensive jitter collection and SHA3 conditioning, so parallel readers can trigger stalls as contending waiters spin for the same lock. To prevent non-preemptible lock hold, replace rng->jent_lock with a mutex so contended readers sleep instead of spinning on a shared lock held across expensive entropy generation.
CVSS 5.5EPSS 0.11399999999999999%Κίνδυνος 0.56
Προβολή πηγής- Δημοσίευση
- 2026-06-24 08:16:23
- Επηρεαζόμενες εκδόσεις
- unknown
- Τύπος
- Πυρήνας
- Διάνυσμα
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- Λειτουργικά συστήματα
- Linux