Katalog CVE

CVE-2026-87080

KrytyczneCVSS 9.1
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.15%

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

Streszczenie

W bibliotece Net::IDN::Punycode::PP dla Perla w wersjach przed 2.590 dekoder pure-Perl błędnie dekoduje obcięte etykiety, dodając znak, którego nie było w oryginale. Backend XS odrzuca takie etykiety, co prowadzi do niezgodności między instalacjami.

Ocena ryzyka

Nadawca może wybrać etykietę, która w jednej instalacji zostanie zdekodowana do innej nazwy niż w innej, co może prowadzić do obejścia zabezpieczeń lub błędnej interpretacji nazw domen.

Rekomendacja

Zaktualizuj Net::IDN::Punycode do wersji 2.590 lub nowszej. Upewnij się, że używany jest backend XS, jeśli to możliwe.

Powiązane podatności

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

Net::IDN::Punycode::PP versions before 2.590 for Perl decode a truncated label to a name containing a character it never encoded in decode_punycode. The pure-Perl decoder reads one digit at a time with four-argument substr and tests the result with defined to detect the end of the input. substr on an exhausted string returns the empty string rather than undef, so decoding continues past the end. The empty string converts to a digit value below the range, reducing the accumulator, and the decoder derives one extra code point and its position from it. The result is deterministic. The XS backend rejects the same label. Net::IDN::Punycode uses this backend wherever the XS does not build. The two backends disagree about what such a label means, so a sender can pick a label that one installation resolves to a name and another rejects.

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