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

5.5 · MEDIUM
Published Jan 27, 2026 openssl CWE-754

Overview

CVE-2026-22795 is a medium-severity vulnerability affecting openssl openssl. It was published on January 27, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

Issue summary: An invalid or NULL pointer dereference can happen in

an application processing a malformed PKCS#12 file.

Impact summary: An application processing a malformed PKCS#12 file can be

caused to dereference an invalid or NULL pointer on memory read, resulting

in a Denial of Service.

A type confusion vulnerability exists in PKCS#12 parsing code where

an ASN1_TYPE union member is accessed without first validating the type,

causing an invalid pointer read.

The location is constrained to a 1-byte address space, meaning any

attempted pointer manipulation can only target addresses between 0x00 and 0xFF.

This range corresponds to the zero page, which is unmapped on most modern

operating systems and will reliably result in a crash, leading only to a

Denial of Service. Exploiting this issue also requires a user or application

to process a maliciously crafted PKCS#12 file. It is uncommon to accept

untrusted PKCS#12 files in applications as they are usually used to store

private keys

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.1.1, < 1.1.1ze Affected

Frequently Asked Questions

What is CVE-2026-22795?

CVE-2026-22795 is a medium-severity vulnerability affecting openssl openssl. It was published on January 27, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-22795?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

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

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