OSV 1.4.0 · github-reviewed · 修改于 2026-05-16 07:45
发布时间
2026-05-06 05:46
GitHub 审查时间
2026-05-06 05:46
NVD 发布时间
2026-05-15 05:16
源文件
advisories/github-reviewed/2026/05/GHSA-xp3w-r5p5-63rr/GHSA-xp3w-r5p5-63rr.json
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.