← Terug naar overzicht

CVE-2026-63076 is a NULL pointer dereference vulnerability (CWE-476) in OpenSSL's Certificate Management Protocol (CMP) implementation. The flaw exists in password-based MAC (PBM) protection verification, where the protectionAlg parameter type is never validated before being cast to a PBMParameter structure. A remote, unauthenticated attacker can send a crafted CMP message with a mismatched parameter type, triggering an invalid pointer dereference. This can crash CMP servers processing PBM-protected messages or CMP clients communicating with a malicious or MITM server, resulting in a Denial of Service. No shared secret knowledge is required to exploit this; the only prerequisite is that PBM verification is reachable. There is no memory disclosure, controlled memory write, or code execution path. FIPS modules are unaffected as CMP code resides outside the FIPS module boundary.

Affected products

  • OpenSSL

Related CVE's

  • CVE-2026-63076

Categories

  • Network Infrastructure
  • Security Tools