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-9076

7.5 · HIGH
Published Jun 9, 2026 openssl CWE-125

Overview

CVE-2026-9076 is a high-severity vulnerability affecting openssl openssl. It was published on June 9, 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: When CMS password-based decryption (RFC 3211 / PWRI key unwrap)

processes attacker-supplied CMS data, an attacker-chosen stream-mode KEK

cipher can trigger a heap out-of-bounds read in kek_unwrap_key().

Impact summary: A heap buffer over-read may trigger a crash which leads to

Denial of Service for an application if the input buffer ends at a memory

page boundary and the following page is unmapped. There is no information

disclosure as the over-read bytes are not revealed to the attacker.

The key unwrapping function performs a check-byte test as specified in the

RFC that reads 7 bytes from a heap allocation that is based on the wrapped

key length from the message. There is a minimum length check based on the

block length of the wrapping cipher. However the cipher is selected from

an OID carried in the attacker's PWRI keyEncryptionAlgorithm with no

requirement that the cipher be a block cipher. When an attacker selects

a stream-mode cipher the guard will be ineffective

Remediation

Check the references section for vendor advisories and patches from openssl. Update openssl to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
openssl openssl >= 1.0.2, < 1.0.2zq Affected

Frequently Asked Questions

What is CVE-2026-9076?

CVE-2026-9076 is a high-severity vulnerability affecting openssl openssl. It was published on June 9, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-9076?

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-9076?

Check the references section for vendor advisories and patches from openssl. Update openssl to the latest patched version. 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-9076?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-9076 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.