Debian Rust-Rsa vulnerabilities
2 known vulnerabilities affecting debian/rust-rsa.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
MEDIUM1LOW1
Vulnerabilities
Page 1 of 1
CVE-2026-21895LOWCVSS 2.7fixed in rust-rsa 0.9.10-1 (forky)2026
CVE-2026-21895 [LOW] CVE-2026-21895: rust-rsa - The `rsa` crate is an RSA implementation written in rust. Prior to version 0.9.1...
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 issue.
Scope: local
forky: resolved (fixed in 0.9.10-1)
sid: resolved (fixed in 0.9.10-1)
trixie: open
debian
CVE-2023-49092MEDIUMCVSS 5.92023
CVE-2023-49092 [MEDIUM] CVE-2023-49092: rust-rsa - RustCrypto/RSA is a portable RSA implementation in pure Rust. Due to a non-const...
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 information to recover the key. There is currently no fix available. As a workaround, avoid using the RSA crate in
debian