Back to overview

CVE-2026-58102

Description
Crypt::OpenSSL::X509 versions before 2.1.3 for Perl allow a heap out-of-bounds read via a long certificate extension OID in hv_exts. When building the extension hash (via extensions(), extensions_by_long_name(), extensions_by_oid(), or has_extension_oid()), the code passes OBJ_obj2txt()'s return value as the hash-key length; because that value is the OID's full text length rather than the bytes written to the fixed-size buffer (129 bytes), an OID whose text is longer than the 129-byte buffer causes a read past the allocation, exposing adjacent heap memory as the returned hash key. extensions_by_name() uses the static shortname path and is not affected.

Metadata

CVE ID
CVE-2026-58102
State
PUBLISHED
Assigner
CPANSec
Reserved
2026-06-29 06:35 UTC
Published
2026-07-13 22:22 UTC
Last updated
2026-07-13 22:22 UTC
Primary CWE
CWE-125
CWE-125 Out-of-bounds Read
Vendor / Product
JONASBN / Crypt::OpenSSL::X509
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (1)
VendorProductPlatformVersions
JONASBN Crypt::OpenSSL::X509 0 < 2.1.3
Weakness (CWE)
CWESourceDescription
CWE-125 cna CWE-125 Out-of-bounds Read
Back to overview