CVE-2026-42327
ADVISORY - githubSummary
X509Ref::ocsp_responders returns OCSP responder URLs from a certificate's AIA extension as OpensslString, whose Deref<Target = str> wraps the raw bytes with str::from_utf8_unchecked. OpenSSL does not enforce that the underlying IA5String is ASCII, so a certificate with non-UTF-8 bytes in its OCSP accessLocation causes safe Rust code to construct a &str that violates the UTF-8 invariant — resulting in undefined behavior.
Common Weakness Enumeration (CWE)
ADVISORY - github
Improper Input Validation
GitHub
CREATED
UPDATED
ADVISORY IDGHSA-xp3w-r5p5-63rr
EXPLOITABILITY SCORE
-
EXPLOITS FOUND
-
COMMON WEAKNESS ENUMERATION (CWE)
CVSS SCORE
8.7highChainguard
CREATED
UPDATED
ADVISORY ID
CGA-38qc-87rx-2r8x
EXPLOITABILITY SCORE
-
EXPLOITS FOUND
-
COMMON WEAKNESS ENUMERATION (CWE)-