CVE-2026-91769

Severity CVSS v4.0:
Pending analysis
Type:
CWE-297 Improper Validation of Certificate with Host Mismatch
Publication date:
25/09/2026
Last modified:
25/09/2026

Description

PHP's OpenSSL stream peer verification checks the certificate's subjectAltName entries first and, whenever no entry matches, falls back to the Common Name. RFC 6125 requires the CN to be ignored once the certificate presents any service identity, so a certificate carrying a non-matching DNS SAN was still accepted when its CN matched the requested peer_name. A certificate trusted by the client for one name can therefore be used to impersonate another.