Improper Certificate Validation in etcd - CVE-2026-59818
Published: July 24, 2026
etcd
Detailed vulnerability description
The vulnerability allows a remote user to bypass certificate revocation list enforcement and authenticate with a revoked certificate.
The vulnerability exists due to improper certificate validation in the gRPC client listener when `--listen-client-http-urls` is configured to split HTTP and gRPC client endpoints onto separate listeners. A remote privileged user can present a revoked certificate over gRPC to bypass certificate revocation list enforcement and authenticate with a revoked certificate.
The HTTP endpoint correctly rejects revoked certificates, but the gRPC listener continues to accept them in this configuration.