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

Crate zenoh-transport

Dependencies

(27 total, 1 outdated, 1 insecure)

CrateRequiredLatestStatus
 async-trait^0.1.820.1.88up to date
 crossbeam-utils^0.8.200.8.21up to date
 flume^0.110.11.1up to date
 lazy_static^1.5.01.5.0up to date
 lz4_flex^0.110.11.3up to date
 paste^1.0.151.0.15up to date
 rand^0.8.50.9.1out of date
 ringbuffer-spsc^0.1.90.1.13up to date
 rsa ⚠️^0.90.9.8insecure
 serde^1.0.2101.0.219up to date
 sha3^0.10.80.10.8up to date
 tokio^1.40.01.45.0up to date
 tokio-util^0.7.120.7.15up to date
 tracing^0.10.1.41up to date
 zenoh-buffers=1.3.41.3.4up to date
 zenoh-codec=1.3.41.3.4up to date
 zenoh-config=1.3.41.3.4up to date
 zenoh-core=1.3.41.3.4up to date
 zenoh-crypto=1.3.41.3.4up to date
 zenoh-link=1.3.41.3.4up to date
 zenoh-protocol=1.3.41.3.4up to date
 zenoh-result=1.3.41.3.4up to date
 zenoh-runtime=1.3.41.3.4up to date
 zenoh-shm=1.3.41.3.4up to date
 zenoh-sync=1.3.41.3.4up to date
 zenoh-task=1.3.41.3.4up to date
 zenoh-util=1.3.41.3.4up to date

Dev dependencies

(5 total, all up-to-date)

CrateRequiredLatestStatus
 futures^0.3.300.3.31up to date
 futures-util^0.3.300.3.31up to date
 zenoh-link-commons=1.3.41.3.4up to date
 zenoh-protocol=1.3.41.3.4up to date
 zenoh-util=1.3.41.3.4up 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.