OESA-2025-2393

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2025-2393
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2025-2393.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2025-2393
Upstream
Published
2025-10-11T13:20:33Z
Modified
2025-10-11T14:03:50.152858Z
Summary
ongres-scram security update
Details

Scram is part of the family of Simple Authentication and Security Layer authentication mechanisms.It is described as part of RFC 5802 and RFC7677. This pachage is a Java implementation.

Security Fix(es):

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.(CVE-2025-59432)

Database specific
{
    "severity": "Medium"
}
References

Affected packages

openEuler:22.03-LTS-SP3 / ongres-scram

Package

Name
ongres-scram
Purl
pkg:rpm/openEuler/ongres-scram&distro=openEuler-22.03-LTS-SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1-2.oe2203sp3

Ecosystem specific

{
    "noarch": [
        "ongres-scram-2.1-2.oe2203sp3.noarch.rpm",
        "ongres-scram-client-2.1-2.oe2203sp3.noarch.rpm",
        "ongres-scram-help-2.1-2.oe2203sp3.noarch.rpm",
        "ongres-scram-parent-2.1-2.oe2203sp3.noarch.rpm"
    ],
    "src": [
        "ongres-scram-2.1-2.oe2203sp3.src.rpm"
    ]
}