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

Crate jose-jwk

Dependencies

(8 total, 1 insecure)

CrateRequiredLatestStatus
 jose-b64^0.10.1.2up to date
 jose-jwa^0.10.1.2up to date
 p256^0.13.20.13.2up to date
 p384^0.13.00.13.1up to date
 rsa ⚠️^0.90.9.8insecure
 serde^1.0.1851.0.219up to date
 url^2.3.12.5.4up to date
 zeroize^1.6.01.8.1up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 serde_json^1.0.961.0.140up 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.