mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 16:24:05 +01:00
Add CVE-2021-23840 for openssl-src (#887)
This commit is contained in:
22
crates/openssl-src/RUSTSEC-0000-0000.md
Normal file
22
crates/openssl-src/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,22 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "openssl-src"
|
||||
aliases = ["CVE-2021-23840"]
|
||||
categories = ["denial-of-service"]
|
||||
date = "2021-05-01"
|
||||
url = "https://www.openssl.org/news/secadv/20210216.txt"
|
||||
|
||||
[versions]
|
||||
patched = [">= 111.14"]
|
||||
```
|
||||
|
||||
# Integer overflow in CipherUpdate
|
||||
|
||||
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. This could cause applications to behave
|
||||
incorrectly or crash.
|
||||
|
||||
Reference in New Issue
Block a user