Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-41054

Опубликовано: 20 мая 2026
Источник: nvd
CVSS3: 7.8
EPSS Низкий

Описание

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.

EPSS

Процентиль: 8%
0.00185
Низкий

7.8 High

CVSS3

Дефекты

CWE-305

Связанные уязвимости

CVSS3: 7.8
ubuntu
3 месяца назад

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`.

CVSS3: 7.8
msrc
3 месяца назад

Missing exit out of permission check in haveged could lead to root exploit

CVSS3: 7.8
debian
3 месяца назад

In `src/havegecmd.c`, the `socket_handler` function performs a credent ...

suse-cvrf
3 месяца назад

Security update for haveged

suse-cvrf
3 месяца назад

Security update for haveged

EPSS

Процентиль: 8%
0.00185
Низкий

7.8 High

CVSS3

Дефекты

CWE-305