CWE一覧に戻る
CWE-599

OpenSSL証明書の検証漏れ

Missing Validation of OpenSSL Certificate
脆弱性 作成中
JA

製品はOpenSSLを使用し、証明書が必要なセキュリティ要件をすべて満たしていることを確認するためにSSL_get_verify_result()関数を使用せずに証明書を信頼または使用します。

このため、攻撃者は無効な証明書を使用して信頼できるホストであると主張したり、期限切れの証明書を使用したり、証明書が適切に検証されていれば検知できるその他の攻撃を行ったりできる可能性がある。

EN

The product uses OpenSSL and trusts or uses a certificate without using the SSL_get_verify_result() function to ensure that the certificate satisfies all necessary security requirements.

This could allow an attacker to use an invalid certificate to claim to be a trusted host, use expired certificates, or conduct other attacks that could be detected if the certificate is properly validated.

Scope: Confidentiality / Impact: Read Application Data
Scope: Access Control / Impact: Bypass Protection Mechanism; Gain Privileges or Assume Identity
Scope: Access Control / Impact: Gain Privileges or Assume Identity
Ensure that proper authentication is included in the system design.
Understand and properly implement all checks necessary to ensure the identity of entities involved in encrypted communications.
MITRE公式ページ — CWE-599