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

Crate yara-x

Dependencies

(64 total, 14 outdated, 1 insecure, 1 possibly insecure)

CrateRequiredLatestStatus
 annotate-snippets^0.12.160.12.16up to date
 anyhow^1.0.1041.0.104up to date
 base64^0.23.10.23.1up to date
 bincode^2.0.13.0.0out of date
 bitflags^2.13.12.13.1up to date
 bitvec^1.1.11.1.1up to date
 bstr^1.13.01.13.1up to date
 codepage^0.1.20.1.2up to date
 const-oid^0.9.60.10.2out of date
 crc32fast^1.5.01.5.1up to date
 daachorse^5.0.05.0.0up to date
 der-parser^10.0.010.0.0up to date
 digest^0.10.70.11.3out of date
 dsa^0.6.30.7.0out of date
 ecdsa^0.16.90.17.0out of date
 encoding_rs^0.80.8.40up to date
 env_logger^0.11.100.11.11up to date
 flate2^1.1.51.1.10up to date
 getrandom^0.2.170.4.3out of date
 hex^0.4.30.4.3up to date
 indexmap^2.14.02.14.2up to date
 intaglio^1.15.11.15.1up to date
 inventory^0.3.240.3.24up to date
 ipnet^2.12.02.12.2up to date
 itertools^0.15.00.15.0up to date
 js-sys^0.3.900.3.105up to date
 log^0.4.320.4.34up 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.3up to date
 memmap2^0.9.100.9.11up to date
 nom^8.0.08.0.0up to date
 num-derive^0.4.20.5.1out of date
 num-traits^0.2.190.2.19up to date
 p256^0.13.20.14.0out of date
 p384^0.13.10.14.0out of date
 protobuf^3.7.23.7.2up to date
 psl^2.1.2132.1.231up to date
 quanta^0.12.60.12.6up to date
 regex^1.13.11.13.1up to date
 regex-automata^0.4.180.4.18up 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.3up to date
 serde^1.0.2291.0.229up to date
 serde_json^1.0.1511.0.151up to date
 sha1^0.10.60.11.0out of date
 sha2^0.10.60.11.0out of date
 simd-adler32^0.3.100.3.10up to date
 simd_cesu8^1.2.01.2.0up to date
 smallvec^1.14.01.16.0up to date
 strum_macros^0.28.00.28.0up to date
 thiserror^2.0.202.0.20up to date
 tinyzip^0.4.00.4.0up to date
 uuid^1.24.11.26.0up to date
 walrus^0.26.40.26.5up to date
 wasm-bindgen^0.2.1250.2.128up to date
 wasmtime ⚠️^45.0.348.0.1out of date
 x509-parser^0.18.10.18.1up to date
 yara-x-macros^1.20.01.20.0up to date
 yara-x-parser^1.20.01.20.0up to date
 zip^8.2.08.6.0up to date

Dev dependencies

(8 total, all up-to-date)

CrateRequiredLatestStatus
 criterion^0.80.8.2up to 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.20.01.20.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.

wasmtime: Stores can mix up type indices between engines

RUSTSEC-2026-0222

This is an entry in the RustSec database for the Wasmtime security advisory located at https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-hgjw-h833-99q9 For more information see the GitHub-hosted security advisory.

wasmtime: Filesystem sandbox escape when paths or symlinks contain trailing slashes

RUSTSEC-2026-0269

This is an entry in the RustSec database for the Wasmtime security advisory located at https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-vqjp-4c8c-hfgg For more information see the GitHub-hosted security advisory.