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

Crate jose-b64

Dependencies

(5 total, all up-to-date)

CrateRequiredLatestStatus
 base64ct^1.6.01.7.3up to date
 zeroize^1.7.01.8.1up to date
 serde^1.0.1851.0.219up to date
 serde_json^1.0.961.0.140up to date
 subtle^2.5.02.6.1up to date

Crate jose-jwa

Dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 serde^1.0.1851.0.219up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 serde_json^1.0.961.0.140up to date

Crate jose-jwe

No external dependencies! 🙌

Crate jose-jwk

Dependencies

(8 total, 1 insecure)

CrateRequiredLatestStatus
 serde^1.0.1851.0.219up to date
 zeroize^1.7.01.8.1up to date
 p256^0.13.20.13.2up to date
 p384^0.13.10.13.1up to date
 p521^0.13.30.13.3up to date
 k256^0.13.40.13.4up to date
 rsa ⚠️^0.90.9.8insecure
 url^2.4.12.5.4up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 serde_json^1.0.961.0.140up to date

Crate jose-jws

Dependencies

(3 total, 1 outdated)

CrateRequiredLatestStatus
 serde^1.0.1851.0.219up to date
 serde_json^1.0.961.0.140up to date
 rand_core^0.6.40.9.3out of date

Crate jose-jwt

No external dependencies! 🙌

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.