REDHAT-BUG-2503636: Medium severity OpenJDK OpenJDK vulnerability
OpenJDK can apply two different security meanings to the same wildcard dNSName SAN across certificate policy enforcement and hostname verification. During path validation, DNSName.constrains compares .foo.com and secret.foo.com literally and returns NAMESAMETYPE, so NameConstraintsExtension.verify does not reject the chain when secret.foo.com is an exact-host exclusion. Later, HostnameChecker interprets the same SAN as a wildcard template and accepts secret.foo.com for .foo.com.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2503636?
The severity of REDHAT-BUG-2503636 is medium, rated at 4.
What does REDHAT-BUG-2503636 affect?
REDHAT-BUG-2503636 affects OpenJDK and its handling of wildcard DNS names during certificate validation.
How do I fix REDHAT-BUG-2503636?
To fix REDHAT-BUG-2503636, you should apply the recommended security updates provided in the errata.
What is the risk associated with REDHAT-BUG-2503636?
The risk associated with REDHAT-BUG-2503636 is rated at 19, indicating a moderate potential for impact.
What security issues does REDHAT-BUG-2503636 highlight?
REDHAT-BUG-2503636 highlights the conflicting security interpretations of wildcard dNSName SAN in certificate policy enforcement and hostname verification.