CyberRota
← Ana sayfaya dön

CVE-2026-41054

HIGH · CVSS 7.8 EPSS %0.18

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-20T10:16:26.990 · Çekilme zamanı: 2026-06-17T12:01:25.579881+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-41054
Severity
HIGH
CVSS
7.8
EPSS
%0.18

Orijinal NVD Açıklaması

In `src/havegecmd.c`, the `socket_handler` function performs a credential check on the abstract UNIX socket (`\0/sys/entropy/haveged`). However, while it detects if the connecting user is not root (`cred.uid != 0`) and prepares a negative acknowledgement (`ASCII_NAK`), it **fails to stop execution**. The code proceeds to the `switch` statement, allowing any local unprivileged user to execute privileged commands such as `MAGIC_CHROOT`.