HistoryEditJSON (OSV)

RUSTSEC-2023-0024

openssl X509Extension::new and X509Extension::new_nid null pointer dereference

Reported
Issued
Package
openssl (crates.io)
Type
Vulnerability
Categories
Aliases
References
Patched
  • >=0.10.48
Affected Functions
Version
openssl::x509::X509Extension::new
  • <0.10.48, >=0.9.7
openssl::x509::X509Extension::new_nid
  • <0.10.48, >=0.9.7

Description

These functions would crash when the context argument was None with certain extension types.

Thanks to David Benjamin (Google) for reporting this issue.

Advisory available under CC0-1.0 license.