CVE & CISA-KEV Catalog

CVE-2025-59432

UNSCORED

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.

How to fix

Remediation Available
libscram-javaDebian
Fixed in:3.2-1CVE-2025-59432

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.83%probability of exploitation in 30 days
53rdpercentile

Moderate risk: more likely to be exploited than 53% of all known CVEs.

References

Embed a live status badge for CVE-2025-59432
CVE-2025-59432 severity badge

Markdown

[![CVE-2025-59432](https://tridentstack.com/cve/badge/CVE-2025-59432.svg)](https://tridentstack.com/cve/CVE-2025-59432)

HTML

<a href="https://tridentstack.com/cve/CVE-2025-59432"><img src="https://tridentstack.com/cve/badge/CVE-2025-59432.svg" alt="CVE-2025-59432"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-01-23.