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

Crate yara-x

Dependencies

(59 total, 10 outdated, 1 insecure)

CrateRequiredLatestStatus
 annotate-snippets^0.12.160.12.16up to date
 anyhow^1.0.1021.0.102up to date
 base64^0.22.10.22.1up to date
 bincode^2.0.13.0.0out of date
 bitflags^2.13.02.13.0up to date
 bitvec^1.0.11.1.1up to date
 bstr^1.12.11.12.1up to date
 const-oid^0.9.60.10.2out of date
 crc32fast^1.5.01.5.0up to date
 daachorse^3.0.23.0.2up to date
 der-parser^10.0.010.0.0up to date
 digest^0.10.70.11.3out of date
 dsa^0.6.30.6.3up to date
 ecdsa^0.16.90.16.9up to date
 getrandom^0.2.170.4.3out of date
 hex^0.4.30.4.3up to date
 indexmap^2.14.02.14.0up to date
 intaglio^1.15.11.15.1up to date
 inventory^0.3.240.3.24up to date
 ipnet^2.12.02.12.0up to date
 itertools^0.14.00.15.0out of date
 js-sys^0.3.900.3.102up to date
 log^0.4.320.4.33up to date
 magic^0.16.70.16.7up to date
 md-5^0.10.60.11.0out of date
 md2^0.10.20.11.0out of date
 memchr^2.8.22.8.2up to date
 memmap2^0.9.100.9.11up to date
 nom^8.0.08.0.0up to date
 num-derive^0.4.20.4.2up to date
 num-traits^0.2.190.2.19up to date
 p256^0.13.20.13.2up to date
 p384^0.13.10.13.1up to date
 protobuf^3.7.23.7.2up to date
 psl^2.1.2132.1.214up to date
 quanta^0.12.60.12.6up to date
 regex^1.12.41.12.4up to date
 regex-automata^0.4.140.4.14up to date
 regex-syntax^0.8.110.8.11up to date
 roxmltree^0.21.10.21.1up to date
 rsa ⚠️^0.9.100.9.10insecure
 rustc-hash^2.1.22.1.2up to date
 serde^1.0.2281.0.228up to date
 serde_json^1.0.1491.0.150up to date
 sha1^0.10.60.11.0out of date
 sha2^0.10.60.11.0out of date
 simd-adler32^0.3.90.3.9up to date
 simd_cesu8^1.1.11.1.1up to date
 smallvec^1.14.01.15.2up to date
 strum_macros^0.28.00.28.0up to date
 thiserror^2.0.182.0.18up to date
 uuid^1.23.31.23.3up to date
 walrus^0.26.40.26.4up to date
 wasm-bindgen^0.2.1250.2.125up to date
 wasmtime^43.0.246.0.0out of date
 x509-parser^0.18.00.18.1up to date
 yara-x-macros^1.18.01.18.0up to date
 yara-x-parser^1.18.01.18.0up to date
 zip^8.2.08.6.0up to date

Dev dependencies

(8 total, 1 outdated)

CrateRequiredLatestStatus
 criterion^0.50.8.2out of date
 globwalk^0.9.10.9.1up to date
 goldenfile^1.11.01.11.0up to date
 ihex^3.0.03.0.0up to date
 pretty_assertions^1.4.11.4.1up to date
 rayon^1.12.01.12.0up to date
 yara-x-proto^1.18.01.18.0up to date
 zip^8.2.08.6.0up 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.