Katalog CVE

CVE-2026-17510

WysokieCVSS 7.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.44%

Percentyl 37 - wyżej niż 37% wszystkich znanych CVE

Streszczenie

W bibliotece Crypt::OpenSSL::PKCS12 dla Perla przed wersją 1.98 występuje podatność na dereferencję wskaźnika NULL w funkcji print_attribute przy atrybucie BMPSTRING o zerowej długości. Zerowa długość powoduje, że bufor jest zwalniany i zwraca NULL, a następnie wywołanie strlen na tym wskaźniku powoduje awarię procesu.

Ocena ryzyka

Przekazanie niezaufanego pliku PKCS#12 do funkcji info_as_hash() może spowodować awarię procesu, co może prowadzić do przerwania działania usługi (DoS).

Rekomendacja

Zaleca się aktualizację Crypt::OpenSSL::PKCS12 do wersji 1.98 lub nowszej. Należy również unikać przetwarzania niezaufanych plików PKCS#12 bez wcześniejszej walidacji.

Inne podatności w Crypt::OpenSSL::PKCS12

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS