[openssl/openssl] 08b186: Fix NULL dereference in v2i_AUTHORITY_KEYID()
"'Adam Tabak' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-3.6/[email protected]> |
Branch: refs/heads/openssl-3.6
Home: https://github.com/openssl/openssl
Commit: 08b18612b65fc1b8e57fd59cf4334b56aafe92c1
https://github.com/openssl/openssl/commit/08b18612b65fc1b8e57fd59cf4334b56aafe92c1
Author: Greensi7 <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M crypto/x509/v3_akid.c
Log Message:
-----------
Fix NULL dereference in v2i_AUTHORITY_KEYID()
X509V3_EXT_d2i() may return NULL on malformed input
or on allocation failure. v2i_AUTHORITY_KEYID() passed
that NULL to ASN1_STRING_length_ex() causing NULL dereference.
Found by x509v3 fuzzer. Example fuzzer input:
```
[default]
subjectKeyIdentifier = DER:05:00
authorityKeyIdentifier = keyid
```
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Viktor Dukhovni <[email protected]>
MergeDate: Fri Aug 7 13:59:14 2026
(Merged from https://github.com/openssl/openssl/pull/32177)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/openssl-3.6/5be1a2-08b186%40github.com.