CWE-299 - Improper Check for Certificate Revocation

  • 摘要:Base
  • 结构:Simple
  • 状态:Draft
  • 发布日期:2006-07-19
  • 更新日期:2025-12-11

名称

Improper Check for Certificate Revocation

描述

The product does not check or incorrectly checks the revocation status of a certificate, which may cause it to use a certificate that has been compromised.

An improper check for certificate revocation is a far more serious flaw than related certificate failures. This is because the use of any revoked certificate is almost certainly malicious. The most common reason for certificate revocation is compromise of the system in question, with the result that no legitimate servers will be using a revoked certificate, unless they are sorely out of sync.

常见后果

范围:Access Control

影响:Gain Privileges or Assume Identity

注释:Trust may be assigned to an entity who is not who it claims to be.

范围:Integrity, Other

影响:Other

注释:Data from an untrusted (and possibly malicious) source may be integrated.

范围:Confidentiality

影响:Read Application Data

注释:Data may be disclosed to an entity impersonating a trusted entity, resulting in information disclosure.

相关 CWE