216.73.216.233

CVE-2025-59432

· Published 22/09/2025 20:15 · Modified 22/09/2025 21:22

Labels: CVE-2025-59432 2025-09-22CVE-2025-59432CWE-208[email protected]

Essential information

Published
22/09/2025 20:15
Modified
22/09/2025 21:22
Author
Creator
CVSS
6.6 MEDIUM (v3) 6.6 MEDIUM (v4.0)
CISA KEV
No
CWE
CVSS vector

CVSS metrics

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.

NVD status

Status
Awaiting Analysis — CVE has been marked for Analysis. Normally once in this state the CVE will be analyzed by NVD staff within 24 hours.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
sasl / scram java cpe:2.3:a:sasl:scram_java:*:*:*:*:*:*:*:*
sasl / scram cpe:2.3:a:sasl:scram:3.1:*:*:*:*:*:*:*:*
sasl / scram cpe:2.3:a:sasl:scram:<3.1:*:*:*:*:*:*:*

References