CVE-2026-41054
Published: 20 May 2026
Summary
CVE-2026-41054 is a high-severity Authentication Bypass by Primary Weakness (CWE-305) vulnerability in Suse (inferred from references). Its CVSS base score is 7.8 (High).
Operationally, ranked at the 1.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
NVD Description
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**.…
more
The code proceeds to the `switch` statement, allowing any local unprivileged user to execute privileged commands such as `MAGIC_CHROOT`.
Deeper analysisAI
Automated synthesis unavailable for this CVE.
Details
- CWE(s)