Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-236 Medium 5.3

Applications that use a non-default option when verifying certificates may be vulnerable to an...

JLSEC Published
Modified
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Affected Packages
OpenSSL_jll < 1.1.21+0, >= 3.0.8+0, < 3.0.9+0
Openresty_jll < 1.27.1+0
Aliases / Upstream
CVE-2023-0465 GHSA-77f3-6546-6rj7 EUVD-2023-12519

Applications that use a non-default option when verifying certificates may be vulnerable to an attack from a malicious CA to circumvent certain checks.

Invalid certificate policies in leaf certificates are silently ignored by OpenSSL and other certificate policy checks are skipped for that certificate. A malicious CA could use this to deliberately assert invalid certificate policies in order to circumvent policy checking on the certificate altogether.

Policy processing is disabled by default but can be enabled by passing the -policy' argument to the command line utilities or by calling theX509VERIFYPARAMset1policies()' function.

References