CVE-2026-63076는 OpenSSL에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 4.0.0 < 4.0.2, >= 3.6.0 < 3.6.4, >= 3.5.0 < 3.5.8, >= 3.4.0 < 3.4.7, >= 3.0.0 < 3.0.22입니다. CVSS 기본 점수는 7.5점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
CVE-2026-63076는 OpenSSL에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 4.0.0 < 4.0.2, >= 3.6.0 < 3.6.4, >= 3.5.0 < 3.5.8, >= 3.4.0 < 3.4.7, >= 3.0.0 < 3.0.22입니다. CVSS 기본 점수는 7.5점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid pointer. Impact summary: A remote, unauthenticated attacker can crash an application acting as a CMP server that accepts PBM-protected messages, or a CMP client talking to a malicious or intercepted CMP server, resulting in a Denial of Service. CWE: CWE-476: NULL Pointer Dereference Description: When ve...