Katalog CVE

CVE-2026-34182

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.24%

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

Streszczenie

Podatność w OpenSSL dotyczy nieprawidłowego przetwarzania kontenerów AuthEnvelopedData w CMS, gdzie brak walidacji pól szyfru i długości tagu umożliwia atakującemu podmianę szyfru na nieuwierzytelniony (np. AES-256-OFB) lub skrócenie tagu do jednego bajtu. Skutkuje to możliwością uzyskania funkcjonalności równoważnej kluczowi dla wybranego odbiorcy oraz ominięciem integralności wiadomości.

Ocena ryzyka

Organizacja narażona jest na ataki typu man-in-the-middle, gdzie atakujący może odszyfrować lub zmodyfikować wiadomości CMS, co prowadzi do naruszenia poufności i integralności danych. Aplikacje ufające funkcji CMS_decrypt() mogą akceptować zmodyfikowane treści, co stwarza ryzyko dla systemów wymagających silnego uwierzytelnienia.

Rekomendacja

Należy natychmiast zaktualizować OpenSSL do wersji zawierającej poprawkę (np. 3.0.x lub 1.1.1 z odpowiednim łataniem) oraz przejrzeć aplikacje używające CMS pod kątem zależności od CMS_decrypt() do walidacji integralności. Do czasu aktualizacji zaleca się tymczasowe wyłączenie obsługi AuthEnvelopedData lub zastosowanie dodatkowych mechanizmów uwierzytelniania.

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

Issue Summary: Cryptographic Message Services (CMS) processing fails to perform sufficient input validation on the cipher and tag length fields of AuthEnvelopedData containers, leading to various potential compromises. Impact Summary: Attackers making use of these vulnerabilities may achieve key-equivalent functionality for a given CMS recipient and/or bypass integrity validation for a given message. In one use case, an attacker may send a CMS message containing AuthEnvelopedData with the cipher specified as a non-AEAD cipher. OpenSSL erroneously allows this selection, and attempts to decrypt and validate the message. An on-path attacker who captures one legitimate AES-GCM AuthEnvelopedData addressed to the victim can re-emit it with the recipientInfos set left byte-for-byte intact, so the victim's private key still unwraps the genuine CEK (the content-encryption key), but with the inner OID rewritten to AES-256-OFB (Output Feedback Mode, an unauthenticated keystream mode) and with an attacker-chosen IV and ciphertext. The victim initializes AES-256-OFB under the real CEK, never consults the MAC field, and CMS_decrypt() returns success. If the application under attack responds to the attacker with any indicator showing success or failure of the decryption effort, it is possible for the attacker to use this as an oracle to obtain key equivalent functionality for the CEK used for the chosen recipient of the message. In another use case, an attacker can reduce the tag length of the chosen AEAD cipher for a given AuthEnvelopedData container to be a single byte long, allowing an attacker to brute force CMS decryption, producing an integrity bypass for applications that trust CMS_decrypt() to reject modified content. The FIPS modules are not affected by this issue.

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