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.
{
"github_reviewed": true,
"severity": "HIGH",
"nvd_published_at": "2026-05-14T21:16:45Z",
"cwe_ids": [
"CWE-20"
],
"github_reviewed_at": "2026-05-05T21:46:38Z"
}