CVE-2026-52936
crypto: jitterentropy - replace long-held spinlock with mutex
CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th
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.
| Vendor | linux |
| Product | linux |
| Ecosystems | |
| Industries | Technology |
| Published | Jun 24, 2026 |
Stay Ahead of the Next One
Get instant alerts for linux linux
Be the first to know when new unknown vulnerabilities affecting linux linux are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
Affected Versions
Linux / Linux
bb5530e4082446aac3a3d69780cd4dbfa4520013 < 18216b8ab6904753eaf31baf453cb02ecd202ba4 bb5530e4082446aac3a3d69780cd4dbfa4520013 < 4c03e6eb98443dc4d6d422a9780034a5b75376b4 bb5530e4082446aac3a3d69780cd4dbfa4520013 < ff734dbd9e2432601a6dcd167cfb0bf8a36d1880 bb5530e4082446aac3a3d69780cd4dbfa4520013 < ec427dc5286da1ed08f2d510e2147a7581b0cb02 bb5530e4082446aac3a3d69780cd4dbfa4520013 < 01d798e9feb30212952d4e992801ba6bd6a82351
Linux / Linux
4.2
References
git.kernel.org: https://git.kernel.org/stable/c/18216b8ab6904753eaf31baf453cb02ecd202ba4 git.kernel.org: https://git.kernel.org/stable/c/4c03e6eb98443dc4d6d422a9780034a5b75376b4 git.kernel.org: https://git.kernel.org/stable/c/ff734dbd9e2432601a6dcd167cfb0bf8a36d1880 git.kernel.org: https://git.kernel.org/stable/c/ec427dc5286da1ed08f2d510e2147a7581b0cb02 git.kernel.org: https://git.kernel.org/stable/c/01d798e9feb30212952d4e992801ba6bd6a82351