Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-59089 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

If an attacker causes kdcproxy to connect to an attacker-controlled KDC server (e.g. through server-side request forgery), they can exploit the fact that kdcproxy does not enforce bounds on TCP response length to conduct a denial-of-service attack. While receiving the KDC's response, kdcproxy copies the entire buffered stream into a new buffer on each recv() call, even when the transfer is incomplete, causing excessive memory allocation and CPU usage. Additionally, kdcproxy accepts incoming response chunks as long as the received data length is not exactly equal to the length indicated in the response header, even when individual chunks or the total buffer exceed the maximum length of a Kerberos message. This allows an attacker to send unbounded data until the connection timeout is reached (approximately 12 seconds), exhausting server memory or CPU resources. Multiple concurrent requests can cause accept queue overflow, denying service to legitimate clients.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://github.com/latchset/kdcproxy/commit/c7675365aa20be11f03247966336c7613cac84e1 CVE
https://access.redhat.com/errata/RHSA-2025:21138 [email protected]AdvisoryBundleRemedyVendor
https://access.redhat.com/errata/RHSA-2025:21139 [email protected]AdvisoryBundleRemedyVendor
https://access.redhat.com/errata/RHSA-2025:21140 [email protected]AdvisoryBundleRemedyVendor
https://access.redhat.com/errata/RHSA-2025:21141 [email protected]AdvisoryBundleRemedyVendor

see all 18 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-770Allocation of Resources Without Limits or Throttling[email protected]

Affected Products

ProductVersions

Change History

12 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-59089
NVD Published Date:
Nov 12, 2025
NVD Last Modified:
Jun 30, 2026
Source:
[email protected]
CVE-2025-59089 Details - Not Deferred