CVE-2026-25506

7.7

dun · MUNGE

A buffer overflow vulnerability in the MUNGE authentication daemon allows local attackers to leak cryptographic keys and forge user credentials.

Executive summary

A buffer overflow vulnerability in the MUNGE authentication daemon (versions 0.5 to 0.5.17) allows local attackers to impersonate any user, including root, by extracting cryptographic keys.

Vulnerability

This is an out-of-bounds write (CWE-787) occurring within the munged daemon. A local attacker with low privileges can send a crafted message with an oversized address length field to corrupt the daemon's internal memory, leading to the unauthorized extraction of the MAC subkey used for credential verification.

Business impact

The ability to forge arbitrary credentials represents a total compromise of the authentication system for any service relying on MUNGE. Given the CVSS score of 7.7, this is a high-severity risk: an attacker who gains access to the local system can escalate privileges to root or impersonate any other user, effectively bypassing all access controls managed by the MUNGE service.

Remediation

Immediate Action: Update the MUNGE software to version 0.5.18 or later, as provided in the vendor security release.

Proactive Monitoring: Review system authentication logs for unauthorized credential creation or unusual activity originating from local user accounts.

Compensating Controls: Since the exploit requires local access, ensure strict adherence to the principle of least privilege for all local user accounts to prevent unauthorized interaction with the MUNGE daemon.

Exploitation status

Public Exploit Available: No (exploit_available: false)

Analyst recommendation

This vulnerability presents a significant risk to the integrity of authentication processes in environments using MUNGE. Administrators should prioritize the update to version 0.5.18 during the next maintenance cycle to eliminate the risk of key material leakage and unauthorized credential forgery.

Sources