GHSA-q9wj-f4qw-6vfj
HIGHCVE-2021-3712ASN.1 strings are represented internally within OpenSSL as an ASN1STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL (0) byte. Although not a strict requirement, ASN.1 strings that are parsed using OpenSSL's own "d2i" function
- Affected
- >=0.0.0-0, <111.16.0
- Fixed in
- 111.16.0
- Published
- 2022-05-24
- Source
- github