HOMEVULNERABILITIESCVE-2026-31790
HIGH

CVE-2026-31790

CWE-754Published: April 7, 2026· Updated: Apr 8, 2026

7.5
CVSS v3.1
EPSS:0.01%probability of exploitation in 30 daysPercentile:1.5th

Official 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 in place of the KEM

ciphertext.

As a workaround calling EVP_PKEY_public_check() or

EVP_PKEY_public_check_quick() before EVP_PKEY_encapsulate() will mitigate

the issue.

The FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.1 and 3.0 are affected by this issue.

NVD Source

Technical Analysis

CVE-2026-31790 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.

The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.

A successful exploit results in complete confidentiality breach (data exposure), with a CVSS base score of 7.5.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityLow
Privileges Req.None
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityHigh
IntegrityNone
AvailabilityNone
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

News & Research Mentioning CVE-2026-31790

Siemens SIMATIC
CISA Alerts· May 14, 2026

View CSAF Summary SIMATIC CN 4100 contains multiple vulnerabilities which could potentially lead to a compromise in availability, integrity and confidentiality. Siemens has released a new version for SIMATIC CN 4100 and recommends to update to the latest version. The following versions of Siemens SIMATIC are affected: SIMATIC CN 4100 vers:intdot/ hpo_dp_link_enc before using it [WHAT & HOW] Functions dp_enable_link_phy and dp_disable_link_phy can pass link_res without initializing hpo_dp_link_enc and it is necessary to check for null before dereferencing. This fixes 2 FORWARD_NULL issues reported by Coverity. View CVE Details Affected Products Siemens SIMATIC Vendor: Siemens Product Version: SIMATIC CN 4100 Product Status: known_affected Remediations [xlite_meta score:79 src:CISA Alerts xlite_fp:24398be83460e8bd8b0800e5360a3f73a2eb239b4cfc4a9afb9694e799548978]

All References (6)

Quick Facts

CVE IDCVE-2026-31790
CVSS Score7.5 / 10
SeverityHIGH
WeaknessCWE-754
CISA KEVNo
EPSS (30d)0.01%
PublishedApr 7, 2026

Known Threat Actors

wa
financial
B0
financial
core
financial

Related CVEs (CWE-754)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-31790 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.