Rustcrypto

Rsa

2 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 08.01.2026 14:15:57
  • Zuletzt bearbeitet 08.01.2026 18:08:18

The `rsa` crate is an RSA implementation written in rust. Prior to version 0.9.10, when creating a RSA private key from its components, the construction panics instead of returning an error when one of the primes is `1`. Version 0.9.10 fixes the issu...

  • EPSS 0.96%
  • Veröffentlicht 28.11.2023 21:15:08
  • Zuletzt bearbeitet 21.11.2024 08:32:48

RustCrypto/RSA is a portable RSA implementation in pure Rust. Due to a non-constant-time implementation, information about the private key is leaked through timing information which is observable over the network. An attacker may be able to use that ...