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

Crate mc-sgx-alloc

Dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 mc-sgx-tservice-sys^0.6.00.12.0out of date

Crate mc-sgx-io

Dependencies

(3 total, 3 outdated)

CrateRequiredLatestStatus
 mc-sgx-core-sys-types^0.6.00.12.0out of date
 mc-sgx-core-types^0.6.00.12.0out of date
 mc-sgx-util^0.6.00.12.0out of date

Dev dependencies

(3 total, 2 outdated)

CrateRequiredLatestStatus
 once_cell^1.16.01.21.3up to date
 serial_test^2.0.03.2.0out of date
 yare^1.0.13.0.0out of date

Crate mc-sgx-io-untrusted

Dependencies

(3 total, 2 outdated)

CrateRequiredLatestStatus
 mc-sgx-urts^0.6.00.12.0out of date
 mc-sgx-util^0.6.00.12.0out of date
 once_cell^1.16.01.21.3up to date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 serial_test^2.0.03.2.0out of date

Crate mc-sgx-panic

No external dependencies! 🙌

Crate mc-sgx-panic-sys

No external dependencies! 🙌

Crate mc-sgx-sync

Dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 mc-sgx-tstdc^0.6.00.12.0out of date

Crate test_enclave

Dependencies

(2 total, 2 outdated)

CrateRequiredLatestStatus
 mc-sgx-core-sys-types^0.6.00.12.0out of date
 mc-sgx-urts-sys-types^0.6.00.12.0out of date

Build dependencies

(6 total, 4 outdated, 1 insecure)

CrateRequiredLatestStatus
 bindgen^0.62.00.71.1out of date
 cargo-emit^0.2.10.2.1up to date
 cc^1.0.731.2.25up to date
 mc-sgx-core-build^0.6.00.12.0out of date
 rand^0.8.50.9.1out of date
 rsa ⚠️^0.6.10.9.8insecure

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.