Improper resource allocation - Buffer overflow In rust-openssl
Description
rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.0 to before 0.10.78, the *_from_pem_callback APIs did not validate the length returned by the user's callback. A password callback that returns a value larger than the buffer it was given can cause some versions of OpenSSL to over-read this buffer. OpenSSL 3.x is not affected by this. This vulnerability is fixed in 0.10.78.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 13 | - | ||
debian 12 | - | ||
cargo | 0.10.78 | ||
debian 11 | - | ||
debian 14 | 0.10.78-1 |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3. 4.