DEBIAN-CVE-2026-17510

Source
https://security-tracker.debian.org/tracker/CVE-2026-17510
Import Source
https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2026-17510.json
JSON Data
https://api.osv.dev/v1/vulns/DEBIAN-CVE-2026-17510
Upstream
Published
2026-08-09T02:16:34Z
Modified
2026-09-14T17:02:32Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

Crypt::OpenSSL::PKCS12 versions before 1.98 for Perl allow a NULL pointer dereference in print_attribute via a zero length BMPSTRING attribute. print_attribute() sizes the destination buffer for a BMPSTRING attribute from its declared byte length with Renew(*attribute, length, char). A zero length attribute makes that a zero size reallocation, which Perl implements as a free returning NULL, so the buffer pointer becomes NULL, the following strncpy copies nothing, and the caller dereferences NULL in the strlen() it passes to newSVpvn(). A zero length BMPSTRING is even length, so the ASN.1 decoder accepts it and the value reaches this code. The UTF8STRING, OCTET STRING and BIT STRING arms size on length + 1 or length * 4 + 1 and are unaffected. Any caller that passes an untrusted PKCS#12 file to info_as_hash() can crash the process. info() prints attribute values directly without sizing a buffer and is unaffected.

References

Affected packages

Debian:13 / libcrypt-openssl-pkcs12-perl

Package

Name
libcrypt-openssl-pkcs12-perl
Purl
pkg:deb/debian/libcrypt-openssl-pkcs12-perl?arch=source&distro=trixie

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected

Affected versions

1.*
1.94-1
1.95-1
1.96-1
1.97-1
1.98-1
1.99-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Database specific

source
"https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2026-17510.json"

Debian:14 / libcrypt-openssl-pkcs12-perl

Package

Name
libcrypt-openssl-pkcs12-perl
Purl
pkg:deb/debian/libcrypt-openssl-pkcs12-perl?arch=source&distro=forky

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
1.98-1

Affected versions

1.*
1.94-1
1.95-1
1.96-1
1.97-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Database specific

source
"https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2026-17510.json"