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

Crate app-store-connect

Dependencies

(15 total, 3 outdated, 1 insecure)

CrateRequiredLatestStatus
 anyhow^1.0.791.0.91up to date
 base64^0.21.70.22.1out of date
 clap^4.4.174.5.20up to date
 dirs^5.0.15.0.1up to date
 env_logger^0.10.10.11.5out of date
 jsonwebtoken^9.2.09.3.0up to date
 log^0.4.200.4.22up to date
 pem^3.0.33.0.4up to date
 rand^0.8.50.8.5up to date
 reqwest^0.11.230.12.8out of date
 rsa ⚠️^0.9.60.9.6insecure
 serde^1.0.1951.0.213up to date
 serde_json^1.0.1111.0.132up to date
 thiserror^1.0.561.0.65up to date
 x509-certificate^0.23.10.23.1up 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.