FreeBSD-SA-21:17.openssl

Status
Not open for further replies.

admin

Administrator
Staff member
Administrator
This advisory covers two distinct OpenSSL issues:

Calls to EVP_CipherUpdate(), EVP_EncryptUpdate() and EVP_DecryptUpdate() may overflow the output length argument in some cases where the input length is close to the maximum permissable length for an integer on the platform. In such cases the return value from the function call will be 1 (indicating success), but the output length value will be negative.
[CVE-2021-23840]

The OpenSSL public API function X509_issuer_and_serial_hash() attempts to create a unique hash value based on the issuer and serial number data contained within an X509 certificate. However it fails to correctly handle any errors that may occur while parsing the issuer field (which might occur if the issuer field is maliciously onstructed).
[CVE-2021-23841]
Continue reading...
 
Status
Not open for further replies.
Back
Top