CVE-2026-25506
EUVD-2026-673410.02.2026, 19:16
MUNGE is an authentication service for creating and validating user credentials. From 0.5 to 0.5.17, local attacker can exploit a buffer overflow vulnerability in munged (the MUNGE authentication daemon) to leak cryptographic key material from process memory. With the leaked key material, the attacker could forge arbitrary MUNGE credentials to impersonate any user (including root) to services that rely on MUNGE for authentication. The vulnerability allows a buffer overflow by sending a crafted message with an oversized address length field, corrupting munged's internal state and enabling extraction of the MAC subkey used for credential verification. This vulnerability is fixed in 0.5.18.
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| opensuse | munge | 0.5 ≤ 𝑥 < 0.5.18 |
| debian | debian_linux | 11.0 |
𝑥
= Vulnerable software versions
Debian Releases
openSUSE / SLES Releases
Red Hat Enterprise Linux Releases
Red Hat Product | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| munge |
| ||||||||||||||||||
| munge-devel |
| ||||||||||||||||||
| munge-libs |
|
Amazon Linux Releases
Amazon Package | |||
|---|---|---|---|
| munge |
| ||
| munge-debuginfo |
| ||
| munge-debugsource |
| ||
| munge-devel |
| ||
| munge-libs |
| ||
| munge-libs-debuginfo |
|
Azure Linux Releases
Common Weakness Enumeration
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
References