CVE-2025-59089
Last modified
CVE-2025-59089 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
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
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-59089?
How severe is CVE-2025-59089?
How do I fix CVE-2025-59089?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-59059Remote Code Execution Vulnerability in NashornScriptEngineCr…9.8
- CVE-2025-5906A vulnerability classified as critical has been found in cod…9.8
- CVE-2025-59060Hostname verification bypass issue in Apache Ranger NiFiRegi…5.3
- CVE-2025-5907A vulnerability classified as critical was found in TOTOLINK…8.8
- CVE-2025-5908A vulnerability, which was classified as critical, has been …8.8
- CVE-2025-59088If kdcproxy receives a request for a realm which does not ha…8.6
- CVE-2025-5909A vulnerability, which was classified as critical, was found…8.8
- CVE-2025-59090On the exos 9300 server, a SOAP API is reachable on port 800…9.3
- CVE-2025-59091Multiple hardcoded credentials have been identified, which a…9.3
- CVE-2025-59092An RPC service, which is part of exos 9300, is reachable on …8.7
- CVE-2025-59093Exos 9300 instances are using a randomly generated database …8.5
- CVE-2025-59094A local privilege escalation vulnerability has been identifi…8.4
Are you affected by CVE-2025-59089?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
