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

7.5 · HIGH
Published Apr 7, 2026 openssl CWE-754

Overview

CVE-2026-31790 is a high-severity vulnerability affecting openssl openssl. It was published on April 7, 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: Applications using RSASVE key encapsulation to establish

a secret encryption key can send contents of an uninitialized memory buffer to

a malicious peer.

Impact summary: The uninitialized buffer might contain sensitive data from the

previous execution of the application process which leads to sensitive data

leakage to an attacker.

RSA_public_encrypt() returns the number of bytes written on success and -1

on error. The affected code tests only whether the return value is non-zero.

As a result, if RSA encryption fails, encapsulation can still return success to

the caller, set the output lengths, and leave the caller to use the contents of

the ciphertext buffer as if a valid KEM ciphertext had been produced.

If applications use EVP_PKEY_encapsulate() with RSA/RSASVE on an

attacker-supplied invalid RSA public key without first validating that key,

then this may cause stale or uninitialized contents of the caller-provided

ciphertext buffer to be disclosed to the attacker i

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 >= 3.0.0, < 3.0.20 Affected

Frequently Asked Questions

What is CVE-2026-31790?

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

How severe is CVE-2026-31790?

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

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

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

Browse by year 2026