DEBIAN-CVE-2026-54876

Source
https://security-tracker.debian.org/tracker/CVE-2026-54876
Import Source
https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2026-54876.json
JSON Data
https://api.osv.dev/v1/vulns/DEBIAN-CVE-2026-54876
Upstream
Published
2026-08-05T15:16:53.487Z
Modified
2026-08-06T05:00:15.642531351Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

Issue summary: A malicious TLS server can cause a memory leak in a TLS client that has enabled OCSP response checking by sending an OCSP response that contains no single response entries. Impact summary: An attacker can leak an attacker-tunable amount of memory per TLS handshake in a victim client application. A long-running client that repeatedly connects to a malicious server can have its memory exhausted, resulting in a Denial of Service. CWE: CWE-401: Missing Release of Memory after Effective Lifetime Description: The affected function is called during X.509 certificate chain verification when OCSP response checking is enabled with the X509VFLAGOCSPRESPCHECK or X509VFLAGOCSPRESPCHECKALL verification flags, for example when a TLS client verifies an OCSP response stapled into the TLS handshake by the server. When the received BasicOCSPResponse contains an empty SEQUENCE OF SingleResponse, which is permitted on the wire and accepted by the OpenSSL decoder, the OCSPBASICRESP structure allocated by OCSPresponseget1_basic() was not freed because an early return bypassed the cleanup code at the end of the function. The amount of memory leaked per handshake can be amplified by the attacker by padding the certs field of the BasicOCSPResponse with bogus certificates, which are parsed and stored in the leaked structure before the empty response check triggers the early return. A long-running TLS client that repeatedly connects to a malicious server can have its memory exhausted over time. OCSP response checking is not enabled by default. Only client applications that explicitly enable the OCSP response check verification flags are affected. FIPS impact: no The FIPS modules in 4.0 and 3.6 are not affected by this issue as the affected code is outside the OpenSSL FIPS module boundary.

References

Affected packages

Debian:14 / openssl

Package

Name
openssl
Purl
pkg:deb/debian/openssl?arch=source&distro=forky

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

3.*
3.5.1-1
3.5.2-1
3.5.3-1
3.5.4-1~deb13u1
3.5.4-1~deb13u2
3.5.4-1
3.5.5-1~deb13u1
3.5.5-1~deb13u2
3.5.5-1
3.5.6-1~deb13u1
3.5.6-1~deb13u2
3.6.0~~alpha1-1
3.6.0~~beta1-1
3.6.0-1
3.6.0-2
3.6.1-1
3.6.1-2
3.6.1-3
3.6.2-1
3.6.3-1
4.*
4.0.0~alpha1-1
4.0.0~beta1-1
4.0.0-1
4.0.1-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Database specific

source
"https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2026-54876.json"