CVE-2026-52936
Last modified
CVE-2026-52936 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.2, < 6.6.141 |
| Linux | Linux Kernel | >= 6.7, < 6.12.91 |
| Linux | Linux Kernel | >= 6.13, < 6.18.33 |
| Linux | Linux Kernel | >= 6.19, < 7.0.10 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-52936?
How severe is CVE-2026-52936?
How do I fix CVE-2026-52936?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-52930In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52931In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-52932In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52933In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52934In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-52935In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52937In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52938In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52939In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-5294The Geeky Bot plugin for WordPress is vulnerable to Missing …9.8
- CVE-2026-52940In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52941In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-52936?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
