VulnSea

Tagged “rust”

CVEs tagged rust, newest first.

371 CVEsRSS

RUSTSEC-2026-0296None
today

`unzip` is unmaintained

`unzip` is unmaintained

Sunlitunzip · unzipvia OSV
RUSTSEC-2026-0293None
today

Double free / use-after-free in `Consumer::skip` and `Consumer::clear` when an element's `Drop` panics

Double free / use-after-free in `Consumer::skip` and `Consumer::clear` when an element's `Drop` panics

Sunlitringbuf · ringbufvia OSV
RUSTSEC-2026-0294None
3d ago

Unsoundness in UTF-8 'String' trait

Unsoundness in UTF-8 'String' trait

Sunliticeoryx2-bb-container · iceoryx2-bb-containervia OSV
CVE-2026-93601Low· 2.2
3d ago

rustls-webpki (the Rust webpki fork used by rustls) versions >= 0.101.0 and prior to 0.103.12 and 0.104.0-alpha.6 incorrectly accepted permitted-subtree DNS name constraints for certificates asserting a wildcard name

rustls-webpki (the Rust webpki fork used by rustls) versions >= 0.101.0 and prior to 0.103.12 and 0.104.0-alpha.6 incorrectly accepted permitted-subtree DNS name constraints for certificates asserting a wildcard name. For example, a name…

Sunlitrustls · webpkiEPSS 0.18%via NVD
CVE-2026-93599High· 7.5PoC
3d ago

rustls-webpki through 0.103.12 (and 0.104.0-alpha releases before 0.104.0-alpha.7) contains a reachable panic in bit_string_flags() in src/der.rs

rustls-webpki through 0.103.12 (and 0.104.0-alpha releases before 0.104.0-alpha.7) contains a reachable panic in bit_string_flags() in src/der.rs. The input guard fails to reject a named-bit BIT STRING whose content is exactly [0x00] (ze…

Midnightrustls · webpkiEPSS 0.35%via NVD
CVE-2026-93602Medium· 4.4
3d ago

rustls-webpki versions before 0.103.10 and 0.104.0-alpha.5 contain faulty CRL authority-matching logic that compares only the first distributionPoint against each CRL's IssuingDistributionPoint, ignoring additional distributionPoints

rustls-webpki versions before 0.103.10 and 0.104.0-alpha.5 contain faulty CRL authority-matching logic that compares only the first distributionPoint against each CRL's IssuingDistributionPoint, ignoring additional distributionPoints. At…

Sunlitrustls · webpkiEPSS 0.20%via NVD
CVE-2026-93600Low· 2.2
3d ago

rustls-webpki (rustls/webpki) versions 0.101.0 through 0.103.11 and 0.104.0-alpha releases before 0.104.0-alpha.6 ignore X.509 name constraints that apply to URI names, causing such constraints to be accepted rather than enforced

rustls-webpki (rustls/webpki) versions 0.101.0 through 0.103.11 and 0.104.0-alpha releases before 0.104.0-alpha.6 ignore X.509 name constraints that apply to URI names, causing such constraints to be accepted rather than enforced. Becaus…

Sunlitrustls · webpkiEPSS 0.18%via NVD
RUSTSEC-2026-0289None
4d ago

pqc_kyber is unmaintained

pqc_kyber is unmaintained

Sunlitpqc_kyber · pqc_kybervia OSV
RUSTSEC-2026-0287None
4d ago

cosmian_kyber is unmaintained

cosmian_kyber is unmaintained

Sunlitcosmian_kyber · cosmian_kybervia OSV
CVE-2026-68537High· 7.5
4d ago

`fulgur` converts untrusted HTML/CSS into PDF, commonly on a server that processes input supplied by many tenants

`fulgur` converts untrusted HTML/CSS into PDF, commonly on a server that processes input supplied by many tenants. In versions prior to 0.19.0, a body-direct child whose CSS-resolved height greatly exceeds the page height was sliced into…

Twilightfulgur-rs · fulgurEPSS 0.34%via NVD
CVE-2026-68523High· 7.5
4d ago

`fulgur` converts untrusted HTML/CSS into PDF, commonly on a server that processes input supplied by many tenants

`fulgur` converts untrusted HTML/CSS into PDF, commonly on a server that processes input supplied by many tenants. In versions prior to 0.19.0, a body-direct child whose CSS-resolved height greatly exceeds the page height was sliced into…

Twilightfulgur-rs · fulgurEPSS 0.34%via NVD
RUSTSEC-2026-0286None
5d ago

Out-of-bounds read when decoding CKA_ALLOWED_MECHANISMS

Out-of-bounds read when decoding CKA_ALLOWED_MECHANISMS

Sunlitcryptoki · cryptokivia OSV
CVE-2026-64684Medium· 6.8
5d ago

RMCP is an official Rust SDK for the Model Context Protocol

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.1.0, the rmcp crate's StreamableHttpClientTransport in crates/rmcp/src/transport/common/reqwest/streamable_http_client.rs builds its default_http_client with reqwest…

Sunlitmodelcontextprotocol · rust-sdkEPSS 0.40%via NVD
CVE-2026-63128High· 7.5PoC
5d ago

RMCP is an official Rust SDK for the Model Context Protocol

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.0.0, the rmcp crate's stateful Streamable HTTP server in crates/rmcp/src/transport/streamable_http_server/tower.rs allows an unauthenticated client to send a well-fo…

Midnightmodelcontextprotocol · rust-sdkEPSS 0.53%via NVD
CVE-2026-63127High· 8.2PoC
5d ago

RMCP is an official Rust SDK for the Model Context Protocol

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.0.0, the rmcp crate's OAuth implementation in crates/rmcp/src/transport/auth.rs omits the RFC 9728 resource field from ResourceServerMetadata and allows discover_oau…

Midnightmodelcontextprotocol · rust-sdkEPSS 0.19%via NVD
CVE-2026-61544High· 8.2PoC
6d ago

libp2p-rust is the official Rust language implementation of the libp2p networking stack

libp2p-rust is the official Rust language implementation of the libp2p networking stack. Prior to 0.13.1, libp2p-quic could panic during an inbound QUIC handshake when a remote peer presented a valid short-lived libp2p TLS certificate an…

Midnightlibp2p · rust-libp2pEPSS 0.23%via NVD
CVE-2025-24890Medium· 6.8PoC
1w ago

gitoxide is an implementation of git written in Rust

gitoxide is an implementation of git written in Rust. Prior to 0.13.3, the gix-sec crate on Windows incorrectly treats repositories controlled by another user as trusted when an administrator runs a dependent program with an unfiltered e…

TwilightGitoxideLabs · gitoxideEPSS 0.15%via NVD
CVE-2026-54541Low· 3.7
1w ago

Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm

Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to 1.6.0, a malicious state-sync peer can crash a syncing node by sending a crafted TrieChunk proof containing two Trie…

Sunlitnimiq-primitives · nimiq-primitivesEPSS 0.27%via NVD
CVE-2026-54542Low· 3.7
1w ago

Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm

Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to 1.6.0, a malicious state-sync peer can crash a syncing node by sending a crafted TrieChunk whose proof contains a Tr…

Sunlitnimiq · core-rs-albatrossEPSS 0.27%via NVD
CVE-2026-55832Medium· 6.1PoC
1w ago

Tract is a tiny, no-nonsense, self-contained TensorFlow and ONNX inference toolkit

Tract is a tiny, no-nonsense, self-contained TensorFlow and ONNX inference toolkit. Prior to 0.21.17, 0.22.3, and 0.23.2, the tract-onnx crate passes the attacker-controlled external_data location from an ONNX model through onnx/src/tens…

Twilightsonos · tractEPSS 0.24%via NVD
CVE-2026-55093Medium· 6.1PoC
1w ago

Tract is a tiny, no-nonsense, self-contained TensorFlow and ONNX inference toolkit

Tract is a tiny, no-nonsense, self-contained TensorFlow and ONNX inference toolkit. Prior to 0.21.16, 0.22.2, and 0.23.1, tract-nnef uses unchecked usize multiplication in nnef/src/tensors.rs read_tensor for attacker-controlled tensor di…

Twilightsonos · tractEPSS 0.20%via NVD
RUSTSEC-2026-0283None
1w ago

clear_on_drop is unmaintained

clear_on_drop is unmaintained

Sunlitclear_on_drop · clear_on_dropvia OSV
MAL-2026-16164Critical⚠ Exploited
1w ago

Malicious code in logs_update (crates.io)

Malicious code in logs_update (crates.io)

Abyssallogs-update · logs-updatevia OSV
GHSA-wfgq-w7cq-qj7jHigh· 7.2
1w ago

mistral.rs Media Loader: Unauthenticated SSRF and arbitrary local file read via image_url

mistral.rs Media Loader: Unauthenticated SSRF and arbitrary local file read via image_url

Twilightmistralrs-server-core · mistralrs-server-corevia GHSA
GHSA-m3wp-48jr-vr4gHigh· 7.5
1w ago

mistral.rs: Unbounded Remote Media Fetch and Video Frame Expansion DoS

mistral.rs: Unbounded Remote Media Fetch and Video Frame Expansion DoS

Twilightmistralrs-server-core · mistralrs-server-corevia GHSA
RUSTSEC-2026-0297None
1w ago

`unzip`: archive extraction is vulnerable to path traversal (zip-slip)

`unzip`: archive extraction is vulnerable to path traversal (zip-slip)

Sunlitunzip · unzipvia OSV
RUSTSEC-2026-0291None
1w ago

Double free in `OwnedAlloc::drop_in_place` when the contained value's `Drop` panics

Double free in `OwnedAlloc::drop_in_place` when the contained value's `Drop` panics

Sunlitowned-alloc · owned-allocvia OSV
RUSTSEC-2026-0282None
1w ago

Double free in `AlignedBox<[T]>::realloc_with_default` when an element's `Drop` panics

Double free in `AlignedBox<[T]>::realloc_with_default` when an element's `Drop` panics

Sunlitaligned_box · aligned_boxvia OSV
CVE-2026-53956Medium· 5.4
1w ago

Rattler vulnerable to package cache path traversal via conda package build string

Rattler is a library that provides common functionality used within the conda ecosystem. `rattler_cache` prior to version 0.9.0 and `py-rattler` prior to version 0.24.0 were vulnerable to package-cache path traversal when handling packag…

Sunlitconda · rattler_cacheEPSS 0.24%via CVEORG
RUSTSEC-2026-0281None
2w ago

`greentic-setup` 1.3.1-dev.34027618345 was removed from crates.io due to containing malicious code

`greentic-setup` 1.3.1-dev.34027618345 was removed from crates.io due to containing malicious code

Sunlitgreentic-setup · greentic-setupvia OSV
CVEs tagged “rust” · VulnSea