CyberRota
← Ana sayfaya dön

CVE-2026-52936

MEDIUM · CVSS 5.5 EPSS %0.11

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T08:16:23.883 · Çekilme zamanı: 2026-07-15T12:03:19.050198+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-52936
Severity
MEDIUM
CVSS
5.5
EPSS
%0.11
Linux

Orijinal NVD Açıklaması

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.