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

Crate adb_client

Dependencies

(23 total, 1 outdated, 1 insecure)

CrateRequiredLatestStatus
 base64^0.22.10.22.1up to date
 bincode^1.3.32.0.1out of date
 byteorder^1.5.01.5.0up to date
 chrono^0.4.400.4.40up to date
 homedir^0.3.40.3.4up to date
 image^0.25.50.25.5up to date
 lazy_static^1.5.01.5.0up to date
 log^0.4.260.4.26up to date
 mdns-sd^0.13.20.13.3up to date
 num-bigint-dig^0.8.40.8.4up to date
 num-traits^0.2.190.2.19up to date
 quick-protobuf^0.8.10.8.1up to date
 rand^0.9.00.9.0up to date
 rcgen^0.13.10.13.2up to date
 regex^1.11.11.11.1up to date
 rsa ⚠️^0.9.70.9.8insecure
 rusb^0.9.40.9.4up to date
 rustls^0.23.220.23.23up to date
 rustls-pki-types^1.11.01.11.0up to date
 serde^1.0.2161.0.219up to date
 serde_repr^0.1.190.1.20up to date
 sha1^0.10.60.10.6up to date
 thiserror^2.0.72.0.12up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 anyhow^1.0.931.0.97up to date
 criterion^0.5.10.5.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.