HOMEVULNERABILITIESCVE-2023-0286
HIGH

CVE-2023-0286

CWE-843Published: February 8, 2023· Updated: Jun 17, 2026

7.4
CVSS v3.1

Official Description

There is a type confusion vulnerability relating to X.400 address processing

inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but

the public structure definition for GENERAL_NAME incorrectly specified the type

of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by

the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an

ASN1_STRING.

When CRL checking is enabled (i.e. the application sets the

X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass

arbitrary pointers to a memcmp call, enabling them to read memory contents or

enact a denial of service. In most cases, the attack requires the attacker to

provide both the certificate chain and CRL, neither of which need to have a

valid signature. If the attacker only controls one of these inputs, the other

input must already contain an X.400 address as a CRL distribution point, which

is uncommon. As such, this vulnerability is most likely to only affect

applications which have implemented their own functionality for retrieving CRLs

over a network.

NVD Source

Technical Analysis

CVE-2023-0286 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), availability disruption (denial of service), with a CVSS base score of 7.4.

CVSS v3.1 Vector Breakdown

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

Affected Vendors & Products

OpenSSL1 product(s)
openssl
stormshield2 product(s)
stormshield management centerstormshield network security
Source: NVD CPE · 3 total CPE entries

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.

Official Patches & Advisories

All References (15)

Quick Facts

CVE IDCVE-2023-0286
CVSS Score7.4 / 10
SeverityHIGH
WeaknessCWE-843
CISA KEVNo
Affected2 vendor(s)
PublishedFeb 8, 2023

Related CVEs (CWE-843)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2023-0286 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.