CVE-2025-59432
Last modified
CVE-2025-59432 is a medium-severity vulnerability rated 6.6/10 on the CVSS scale. SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. EPSS estimates a 0.83% chance of exploitation in the next 30 days.
Description
SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. Prior to version 3.2, a timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how many leading bytes match. This behavior could allow an attacker to perform a timing side-channel attack and potentially infer sensitive authentication material. All users relying on SCRAM authentication are impacted. This vulnerability has been patched in version 3.1 by replacing Arrays.equals with MessageDigest.isEqual, which ensures constant-time comparison.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-59432?
How severe is CVE-2025-59432?
How do I fix CVE-2025-59432?
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-59427The Cloudflare Vite plugin enables a full-featured integrati…2.9
- CVE-2025-59428EspoCRM is an open source customer relationship management a…5.4
- CVE-2025-59429FreePBX is an open source GUI for managing Asterisk. In vers…5.4
- CVE-2025-5943MicroDicom DICOM Viewer suffers from an out-of-bounds writ…8.8
- CVE-2025-59430Mesh Connect JS SDK contains JS libraries for integrating wi…8.2
- CVE-2025-59431MapServer is a system for developing web-based GIS applicati…9.8
- CVE-2025-59433Conventional Changelog generates changelogs and release note…5.3
- CVE-2025-59434Flowise is a drag & drop user interface to build a customize…9.6
- CVE-2025-59436The ip (aka node-ip) package through 2.0.1 (in NPM) might al…3.2
- CVE-2025-59437The ip (aka node-ip) package through 2.0.1 (in NPM) might al…3.2
- CVE-2025-59438Mbed TLS through 3.6.4 has an Observable Timing Discrepancy.5.3
- CVE-2025-59439An issue was discovered in Samsung Mobile Processor, Wearabl…7.5
Are you affected by CVE-2025-59432?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
