DigiCert to Revoke Thousands of Certificates Following DNS Validation Error


DigiCert, a major certificate authority, to revoke thousands of SSL/TLS certificates because of a Domain Control Verification error. This could affect a lot of websites.

The company discovered that an oversight in the DNS-based verification process affected approximately 0.4% of its applicable domain validations.

EHA

The problem stems from DigiCert’s failure to include an underscore prefix in the random value used for CNAME-based domain validation. While seemingly minor, this oversight violates the strict guidelines set by the CA/Browser Forum (CABF) for proper domain control verification.

The CABF Baseline Requirements mandate that when using DNS CNAME records for domain validation, the random value must be prefixed with an underscore character in certain cases.

Join our free webinar to learn about combating slow DDoS attacks, a major threat today.

This requirement ensures that the validation subdomain cannot collide with an actual domain name, even though the chances of such a collision are extremely low.

DigiCert has notified affected customers, who must now replace their certificates within 24 hours. This urgent timeline is due to CABF rules that require non-compliant certificates to be revoked within 24 hours of discovery, without exception.

“Any issue with domain validation is considered a serious issue by CABF and requires immediate action. Failure to comply can result in a distrust of the Certificate Authority. As such, we must revoke all impacted certificates within 24 hours of discovery. No extensions or delays are permitted. We apologize if this causes a business disruption to you and are standing by to assist you with validating your domain and issuing replacement certificates immediately,” Digicert said.

Impacted customers are advised to:

  1. Log in to their DigiCert CertCentral account
  2. Identify affected certificates
  3. Reissue or rekey the impacted certificates
  4. Complete any additional required validation steps
  5. Install the newly issued SSL/TLS certificates

DigiCert traced the issue back to changes made in their domain validation systems in August 2019. The company’s modernization efforts inadvertently removed a crucial step in its validation process, which went undetected due to limitations in its regression testing.

How to check for Certificate Revocation

Certutil Command-Line Tool: Available on Windows, this tool can verify certificates and CRLs.

certutil -f -urlfetch -verify mycertificatefile.cer

Sending an OCSP Request: Use a tool like OpenSSL to send an OCSP request to the URL obtained in the previous step:

openssl ocsp -issuer issuer.crt -cert cert.crt -url

Protect Your Business Emails From Spoofing, Phishing & BEC with AI-Powered Security | Free Demo



Source link