Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-63076

7.5 · HIGH
Published Aug 25, 2026 CWE-476 EPSS 1.33% (69th pctl)

Overview

CVE-2026-63076 is a high-severity vulnerability. It was published on August 25, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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 consulte

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-63076?

CVE-2026-63076 is a high-severity vulnerability. It was published on August 25, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-63076?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-63076?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-63076?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-63076 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.