CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-63076

highCVSS 7.5covered by 3 sourcesfirst seen 2026-08-25
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.

CSIRTS triage

What
Multiple denial of service vulnerabilities in OpenSSL QUIC and DTLS handling allow remote attackers to exhaust resources or crash the service through malformed packets.
Who is affected
Ubuntu 26.04 LTS systems and applications using affected OpenSSL versions with QUIC or DTLS functionality enabled.
Urgency
Moderate; allows denial of service but not code execution; no active exploitation reported.
Action
Apply the USN-8678-1 OpenSSL security update to affected Ubuntu systems.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-63076

Get an email if CVE-2026-63076 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Advisory coverage (3)

External references

NVD record for CVE-2026-63076

CVE.org record

Embed the live status

CVE-2026-63076 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-63076 status](https://www.csirts.com/badge/CVE-2026-63076)](https://www.csirts.com/cve/CVE-2026-63076)