Skip to content

Use of a Key Past its Expiration Date

Overview

The product uses a cryptographic key or password past its expiration date, which diminishes its safety significantly by increasing the timing window for cracking attacks against that key.

While the expiration of keys does not necessarily ensure that they are compromised, it is a significant concern that keys which remain in use for prolonged periods of time have a decreasing probability of integrity. For this reason, it is important to replace keys within a period of time proportional to their strength.

Recommendation

Rotate your server's TLS certificate, and ensure the new certificate is not expired.

Consider using software which can automatically renew your certificate before it expires, such as certbot.

References

  • Common Weakness Enumeration: CWE-324.