cortex / ripasso

A simple password manager written in Rust
GNU General Public License v3.0
721 stars 64 forks source link

RUSTSEC-2023-0038: Out-of-bounds array access leads to panic #317

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago
Details
Package sequoia-openpgp
Version 1.14.0
URL https://lists.sequoia-pgp.org/hyperkitty/list/announce@lists.sequoia-pgp.org/thread/SN2E3QRT4DMQ5JNEK6VIN6DJ5SH766DI/
Patched Versions >=1.1.1, <1.2.0 OR >=1.8.1, <1.9.0 OR >=1.16.0
Aliases GHSA-25mx-8f3v-8wh7

Affected versions of the crate have several bugs where attacker-controlled input can result in the use of an out-of-bound array index. Rust detects the use of the out-of-bound index and causes the application to panic. An attacker may be able to use this to cause a denial-of-service. However, it is not possible for an attacker to read from or write to the application's address space.