This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate pe-sign

Dependencies

(13 total, 1 insecure)

CrateRequiredLatestStatus
 clap^4.5.174.5.21up to date
 pretty-hex^0.4.10.4.1up to date
 cms^0.2.30.2.3up to date
 der^0.7.90.7.9up to date
 digest^0.10.70.10.7up to date
 pem-rfc7468^1.0.0-rc.10.7.0up to date
 rsa ⚠️^0.9.60.9.6insecure
 sha1^0.10.60.10.6up to date
 sha2^0.10.80.10.8up to date
 x509-cert^0.2.50.2.5up to date
 chrono^0.4.380.4.38up to date
 num-traits^0.2.190.2.19up to date
 reqwest^0.12.80.12.9up to date

Security Vulnerabilities

rsa: Marvin Attack: potential key recovery through timing sidechannels

RUSTSEC-2023-0071

Impact

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.

Patches

No patch is yet available, however work is underway to migrate to a fully constant-time implementation.

Workarounds

The only currently available workaround is to avoid using the rsa crate in settings where attackers are able to observe timing information, e.g. local use on a non-compromised computer is fine.

References

This vulnerability was discovered as part of the "Marvin Attack", which revealed several implementations of RSA including OpenSSL had not properly mitigated timing sidechannel attacks.