Katalog CVE

CVE-2026-63072

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.61%

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

Streszczenie

Podatność w OpenSSL dotyczy funkcji CMS_decrypt() i polega na nieprawidłowym określeniu rozmiaru bufora wyjściowego podczas operacji rozpakowywania klucza (key unwrap). Atakujący może dostarczyć spreparowaną wiadomość CMS, która powoduje zapis 8 bajtów poza przydzielony obszar pamięci (heap overflow), co prowadzi do uszkodzenia sterty i typowo do odmowy usługi (DoS).

Ocena ryzyka

Ryzyko dla organizacji to możliwość zdalnego wywołania odmowy usługi przez wysłanie specjalnie skonstruowanej wiadomości CMS do systemu używającego OpenSSL. Podatność nie wymaga specjalnej konfiguracji i jest osiągalna z publicznej funkcji CMS_decrypt(), co czyni ją łatwą do wykorzystania.

Rekomendacja

Zaleca się natychmiastowe zaktualizowanie OpenSSL do wersji zawierającej poprawkę, która zmienia rozmiar bufora wyjściowego na najgorszy przypadek. Należy również monitorować komunikaty CMS pod kątem podejrzanych zmian w identyfikatorach OID.

Inne podatności w OpenSSL

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

Issue summary: OpenSSL CMS decryption sizes the key-unwrap output buffer based on querying the unwrapped key size, but the AES-WRAP-PAD unwrap primitive can write and cleanse more bytes than that query reports, causing an 8-byte out-of-bounds heap write. Impact summary: An attacker who supplies a crafted CMS message can trigger a deterministic 8-byte out-of-bounds heap write when the victim decrypts it with CMS_decrypt(), corrupting the heap and typically resulting in a Denial of Service. CWE: CWE-787: Out-of-bounds Write Description: The key-wrap OID is potentially attacker-controlled on the wire. CMS unwrapping allows both id-aesNNN-wrap-pad and id-aesNNN-wrap ciphers. An attacker can take a legitimate message and change a single OID byte to select the padded variant while leaving the message otherwise valid. Since the unwrap key is derived from the recipient's private operation (ECDH key agreement or ML-KEM decapsulation), the RFC 5649 integrity check cannot pass, and the decryption fails with integrity failure. The write is a fixed-size (8-byte), fixed-value (zero) heap overflow immediately past the allocation, requires no special configuration, and is reachable from the public CMS_decrypt() function. The consequence is a heap corruption leading to a Denial of Service. The fix in the CMS code sizes the unwrap output buffer for the worst case so a failed unwrap cannot write past the allocation. FIPS impact: no As the CMS code lives outside the FIPS module boundary, no FIPS modules are affected by this CVE.

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