DEBIAN-CVE-2026-63076

Source
https://security-tracker.debian.org/tracker/CVE-2026-63076
Import Source
https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2026-63076.json
JSON Data
https://api.osv.dev/v1/vulns/DEBIAN-CVE-2026-63076
Upstream
Published
2026-08-25T13:19:26Z
Modified
2026-09-13T16:00:07Z
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: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid pointer. Impact summary: A remote, unauthenticated attacker can crash an application acting as a CMP server that accepts PBM-protected messages, or a CMP client talking to a malicious or intercepted CMP server, resulting in a Denial of Service. CWE: CWE-476: NULL Pointer Dereference Description: When verifying the password-based MAC protection of a CMP message, OpenSSL library reads the protectionAlg algorithm parameter with X509_ALGOR_get0(), which returns both the parameter type and its value pointer. The value is then cast to an ASN1_STRING and treated as the expected PBMParameter after only checking that pointer is not NULL. The parameter type returned by X509_ALGOR_get0() was never consulted. This happens during protection verification, before any MAC is computed, so no knowledge of the PBM shared secret is required; the only precondition is that PBM verification is reachable. On the server side this is reached from OSSL_CMP_SRV_process_request() for any application that stands up a CMP server accepting PBM-protected messages, and on the client side from CMP response validation against a malicious or on-path (MITM) server. The reliable consequence is a denial of service; there is no memory disclosure, no controlled memory write, and no path to code execution. CMP is a specialized feature that an application must explicitly enable. FIPS impact: no As the CMP code lives outside the FIPS module boundary, no FIPS modules are affected by this CVE.

References

Affected packages

Debian:12 / openssl

Package

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

Affected ranges

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

Affected versions

3.*
3.0.9-1
3.0.10-1~deb12u1
3.0.10-1
3.0.11-1~deb12u1
3.0.11-1~deb12u2
3.0.11-1
3.0.12-1
3.0.12-2
3.0.13-1~deb12u1
3.0.13-1~deb12u2
3.0.14-1~deb12u1
3.0.14-1~deb12u2
3.0.15-1~deb12u1
3.0.16-1~deb12u1
3.0.17-1~deb12u1
3.0.17-1~deb12u2
3.0.17-1~deb12u3
3.0.18-1~deb12u1
3.0.18-1~deb12u2
3.0.19-1~deb12u1
3.0.19-1~deb12u2
3.0.20-1~deb12u1
3.0.20-1~deb12u2
3.1.0-1
3.1.1-1
3.1.2-1
3.1.3-1
3.1.4-1
3.1.4-2
3.1.5-1
3.1.5-1.1
3.1.5-1.1+hurd.1
3.2.0-1
3.2.0-2
3.2.1-1
3.2.1-1.1~exp1
3.2.1-2
3.2.1-3
3.2.2-1
3.3.0~beta1-1
3.3.0-1
3.3.1-1
3.3.1-2
3.3.1-5
3.3.1-6
3.3.1-7
3.3.2-1
3.3.2-2
3.4.0~~beta1-1
3.4.0~~beta1-2
3.4.0-1
3.4.0-2
3.4.1-1
3.5.0~~alpha1-1
3.5.0~~beta1-1
3.5.0-1
3.5.0-2
3.5.0-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.5.7-1~deb13u1
3.5.7-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
3.6.4-1
4.*
4.0.0~alpha1-1
4.0.0~beta1-1
4.0.0-1
4.0.1-1
4.0.2-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Database specific

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

Debian:13 / openssl

Package

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

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
3.5.7-1~deb13u2

Affected versions

3.*
3.5.1-1
3.5.1-1+deb13u1
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.5.7-1~deb13u1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Database specific

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

Debian:14 / openssl

Package

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

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
3.6.4-1

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.5.7-1~deb13u1
3.5.7-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

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Database specific

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