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

Crate cms

Dependencies

(13 total, 1 insecure)

CrateRequiredLatestStatus
 aes^0.8.20.8.4up to date
 cbc^0.1.20.1.2up to date
 cipher^0.4.40.4.4up to date
 const-oid^0.9.40.9.6up to date
 der^0.7.70.7.9up to date
 rsa ⚠️^0.9.60.9.6insecure
 sha1^0.100.10.6up to date
 sha2^0.100.10.8up to date
 sha3^0.100.10.8up to date
 signature^2.1.02.2.0up to date
 spki^0.70.7.3up to date
 x509-cert^0.2.30.2.5up to date
 zeroize^1.6.01.8.1up to date

Dev dependencies

(8 total, 1 insecure)

CrateRequiredLatestStatus
 ecdsa^0.16.80.16.9up to date
 getrandom^0.20.2.15up to date
 hex-literal^0.40.4.1up to date
 p256^0.13.00.13.2up to date
 pem-rfc7468^0.7.00.7.0up to date
 pkcs5^0.70.7.1up to date
 rand^0.8.50.8.5up to date
 rsa ⚠️^0.9.60.9.6insecure

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.