CVE-2025-24528

7.1

MIT · Kerberos 5

An integer overflow vulnerability in MIT Kerberos 5 allows an authenticated attacker to trigger an out-of-bounds write and crash the kadmind daemon.

Executive summary

A critical integer overflow vulnerability in MIT Kerberos 5 can be exploited by an authenticated attacker to disrupt authentication services through a denial-of-service attack.

Vulnerability

This vulnerability is an integer overflow occurring within the resize function in kdb_log.c, which handles large update sizes. An authenticated attacker can leverage this flaw to cause an out-of-bounds write, resulting in a crash of the kadmind daemon.

Business impact

The exploitation of this vulnerability poses a significant risk to organizational identity and access management infrastructure. Because Kerberos is a foundational authentication protocol, a successful denial-of-service attack against the kadmind daemon can prevent legitimate users from authenticating, leading to widespread system downtime. While the CVSS score of 7.1 reflects a high severity, the impact is primarily focused on service availability rather than data exfiltration.

Remediation

Immediate Action: Upgrade all instances of MIT Kerberos 5 to version 1.22 or later to incorporate the necessary integer overflow protections.

Proactive Monitoring: Review administrative audit logs for recurring crashes of the kadmind process or unusual update requests that deviate from standard operational traffic.

Compensating Controls: Ensure that network access to the kadmind service is strictly restricted to trusted internal administrators and authorized systems to reduce the attack surface.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Given the central role of Kerberos in secure network environments, this vulnerability represents a credible threat to system availability. Administrators should prioritize the deployment of version 1.22 across all affected servers to remediate the underlying memory management flaw. Continuous monitoring of authentication services is recommended until the patch cycle is complete.

Sources