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

Crate app-store-connect

Dependencies

(15 total, 2 outdated, 1 insecure)

CrateRequiredLatestStatus
 anyhow^1.0.931.0.98up to date
 base64^0.22.10.22.1up to date
 clap^4.5.214.5.36up to date
 dirs^5.0.16.0.0out of date
 env_logger^0.11.50.11.8up to date
 jsonwebtoken^9.3.09.3.1up to date
 log^0.4.220.4.27up to date
 pem^3.0.43.0.5up to date
 rand^0.8.50.9.1out of date
 reqwest^0.12.90.12.15up to date
 rsa ⚠️^0.9.70.9.8insecure
 serde^1.0.2151.0.219up to date
 serde_json^1.0.1331.0.140up to date
 thiserror^2.0.32.0.12up to date
 x509-certificate^0.24.00.24.0up 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.