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.
References
Configurations
History
11 Aug 2026, 01:19
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/dsully/perl-crypt-openssl-x509/commit/757289bfce095455c104d4adfe9312e7b339620f.patch - Patch | |
| References | () https://metacpan.org/release/JONASBN/Crypt-OpenSSL-X509-2.1.3/source/Changes.md - Release Notes | |
| CPE | cpe:2.3:a:jonasbn:crypt\:\:openssl\:\:x509:*:*:*:*:*:perl:*:* | |
| First Time |
Jonasbn crypt\
Jonasbn |
14 Jul 2026, 13:18
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.1 |
13 Jul 2026, 23:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-13 23:16
Updated : 2026-08-11 01:19
NVD link : CVE-2026-58102
Mitre link : CVE-2026-58102
CVE.ORG link : CVE-2026-58102
JSON object : View
Products Affected
jonasbn
- crypt\
CWE
CWE-125
Out-of-bounds Read
