CVE 8.7 HIGH

rust-openssl: undefined behavior in X509Ref::ocsp_responders for certificates with non-UTF-8 OCSP URLs_CVE-2026-42327

8.7 / 10
HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

Description

rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.7 to before 0.10.79, 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. This vulnerability is fixed in 0.10.79.

AI Analysis

Undefined behavior in X509Ref::ocsp_responders due to non-UTF-8 OCSP URLs

Basic Information

ID CVE-2026-42327
Source GitHub_M
Published May 14, 2026 at 20:17

Affected Product

Vendor rust-openssl
Product rust-openssl
Version >= 0.9.7, < 0.10.79
Affected Versions rust-openssl rust-openssl >= 0.9.7, < 0.10.79

CWE Classification

AI Assessment

AI Score 8.7 / 10
AI Severity High
Vendor rust-openssl
Product rust-openssl
Version >= 0.9.7, < 0.10.79

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.