<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Rust (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/rust.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/rust-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Rust (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:40 +0000</lastBuildDate>
  <item>
    <title>[Critical] CVE-2026-45043 – RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45043</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45043</guid>
    <pubDate>Fri, 29 May 2026 13:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-45043</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, improper validation in the PUT /rustfs/admin/v3/import-iam endpoint allows a user with ImportIAMAction to create service accounts under arbitrary parent identities, including the root user (minioadmin). The endpoint accepts attacker-controlled parent, claims, accessKey, and secretKey values without enforcing privi…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45043">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45044 – RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45044</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45044</guid>
    <pubDate>Thu, 28 May 2026 19:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45044</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, the admin router explicitly whitelists /profile/cpu and /profile/memory from the authentication layer, allowing any unauthenticated HTTP client to invoke profiling handlers without credentials. On supported builds (e.g., glibc), the handler invokes a fixed 60-second CPU profiling operation (dump_cpu_pprof_for(Dura…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45044">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45042 – RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45042</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45042</guid>
    <pubDate>Thu, 28 May 2026 19:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45042</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, improper authorization in the UploadPartCopy operation allows copying objects across buckets without enforcing destination bucket restrictions on allowed copy sources. The implementation validates GetObject permission on the source bucket and PutObject on the destination bucket independently, but does not enforce…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45042">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45041 – RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45041</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45041</guid>
    <pubDate>Thu, 28 May 2026 19:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45041</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, crates/appauth/src/token.rs ships a 2048-bit RSA private key as a string constant named TEST_PRIVATE_KEY and uses it in production via parse_license() to "verify" license tokens. Because the key is embedded in every published source release and binary, anyone who can read the repository or extract it from the bina…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45041">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-45039 – RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45039</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45039</guid>
    <pubDate>Thu, 28 May 2026 19:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-45039</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, the internode RPC layer authenticates every request with an HMAC-SHA256 signature using a shared secret. The function that produces this secret, get_shared_secret() in crates/ecstore/src/rpc/http_auth.rs, falls back to the public, source-tree-embedded DEFAULT_SECRET_KEY = "rustfsadmin" when neither the RUSTFS_RPC_…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45039">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44983 – smallbitvec is a growable bit-vector for Rust, optimized for size. From 1.0.1 to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44983</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44983</guid>
    <pubDate>Tue, 26 May 2026 22:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44983</strong></p>
  <p>smallbitvec is a growable bit-vector for Rust, optimized for size. From 1.0.1 to 2.6.0, an integer overflow in the internal capacity calculation of smallbitvec can lead to an undersized heap allocation, resulting in a heap buffer overflow through safe APIs only. This allows memory corruption without requiring unsafe code from the caller. This vulnerability is fixed in 2.6.1.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44983">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40092 – nimiq-blockchain provides persistent block storage for Nimiq's Rust implementati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40092</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40092</guid>
    <pubDate>Wed, 20 May 2026 22:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40092</strong></p>
  <p>nimiq-blockchain provides persistent block storage for Nimiq's Rust implementation. In versions 1.3.0 and below, a malicious network peer can crash any Nimiq full node by publishing a crafted Kademlia DHT record. The maliciously crafted record would contain a TaggedSigned<ValidatorRecord, KeyPair> with a signature field whose byte length is not exactly 64 in order to cause a crash. When the victi…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-252</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40092">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42327 – rust-openssl provides OpenSSL bindings for the Rust programming language. From 0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42327</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42327</guid>
    <pubDate>Thu, 14 May 2026 21:16:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42327</strong></p>
  <p>rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.7 to before 0.10.79, X509Ref::ocsp_responders returns OCSP responder URLs from a certificate's AIA extension as OpensslString, whose Deref<Target = str> wraps the raw bytes with str::from_utf8_unchecked. OpenSSL does not enforce that the underlying IA5String is ASCII, so a certificate with non-UTF-8 bytes in its OC…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42327">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42559 – RMCP is an official Rust SDK for the Model Context Protocol. Prior to version 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42559</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42559</guid>
    <pubDate>Thu, 14 May 2026 15:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42559</strong></p>
  <p>RMCP is an official Rust SDK for the Model Context Protocol. Prior to version 1.4.0, the rmcp crate's Streamable HTTP server transport (crates/rmcp/src/transport/streamable_http_server/) did not validate the incoming Host header. This allowed a malicious public website, via a DNS rebinding attack, to send authenticated requests to an MCP server running on the victim's loopback or private-network…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-346</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42559">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44471 – gitoxide is an implementation of git written in Rust. Prior to 0.21.1, a malicio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44471</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44471</guid>
    <pubDate>Wed, 13 May 2026 22:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44471</strong></p>
  <p>gitoxide is an implementation of git written in Rust. Prior to 0.21.1, a malicious tree can be constructed that will, when checked out with gitoxide, permit writing an attacker-controlled symlink into any existing directory the user has write access to. During checkout, all symlink index entries are deferred and created after regular files using a single shared gix_worktree::Stack. Internally, th…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-59</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44471">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42544 – Granian is a Rust HTTP server for Python applications. From 1.2.0 to 2.7.4, Gran...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42544</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42544</guid>
    <pubDate>Tue, 12 May 2026 22:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42544</strong></p>
  <p>Granian is a Rust HTTP server for Python applications. From 1.2.0 to 2.7.4, Granian aborts a worker process when an unauthenticated client sends a WebSocket upgrade request whose Sec-WebSocket-Protocol header contains non-ASCII bytes. The crash happens in Granian's WebSocket scope construction path, before the ASGI application is invoked. This vulnerability is fixed in 2.7.4.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42544">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43914 – Vaultwarden is a Bitwarden-compatible server written in Rust. Prior to 1.35.4, t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43914</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43914</guid>
    <pubDate>Mon, 11 May 2026 23:20:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43914</strong></p>
  <p>Vaultwarden is a Bitwarden-compatible server written in Rust. Prior to 1.35.4, there is a security vulnerability in Vaultwarden that allows bypassing the login brute-force protection if email 2fa is enabled. If email 2fa is enabled, the unprotected 2fa-function send_email_login (email.rs, api endpoint /api/two-factor/send-email-login) also acts as an oracle determining whether a username-password…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-307</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43914">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43913 – Vaultwarden is a Bitwarden-compatible server written in Rust. Prior to 1.35.5, V...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43913</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43913</guid>
    <pubDate>Mon, 11 May 2026 23:20:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43913</strong></p>
  <p>Vaultwarden is a Bitwarden-compatible server written in Rust. Prior to 1.35.5, Vaultwarden allows an unconfirmed organization owner to purge the entire organization vault. The organization invite flow uses a two-step process: accepting an invite transitions membership from Invited to Accepted, and a separate confirmation by an existing owner upgrades it to Confirmed. The POST /api/ciphers/purge e…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43913">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43912 – Vaultwarden is a Bitwarden-compatible server written in Rust. Prior to 1.35.5, V...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43912</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43912</guid>
    <pubDate>Mon, 11 May 2026 23:20:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43912</strong></p>
  <p>Vaultwarden is a Bitwarden-compatible server written in Rust. Prior to 1.35.5, Vaultwarden does not enforce that a groups_users.users_organizations_uuid entry belongs to the same organization as groups.groups_uuid, or a collections_groups.collections_uuid entry belongs to the same organization as collections_groups.groups_uuid. Multiple organization group-management endpoints accept arbitrary Mem…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43912">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42189 – Russh is a Rust SSH client &amp; server library. Prior to version 0.60.1, a pre-auth...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42189</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42189</guid>
    <pubDate>Fri, 08 May 2026 20:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42189</strong></p>
  <p>Russh is a Rust SSH client & server library. Prior to version 0.60.1, a pre-authentication denial-of-service vulnerability exists in the server's keyboard-interactive authentication handler. A malicious client can crash any russh-based server that implements keyboard-interactive auth (e.g., for 2FA/TOTP) with a single malformed packet, requiring no credentials. This issue has been patched in vers…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42189">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44499 – ZEBRA is a Zcash node written entirely in Rust. Prior to version 4.4.0, a compos...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44499</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44499</guid>
    <pubDate>Fri, 08 May 2026 16:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44499</strong></p>
  <p>ZEBRA is a Zcash node written entirely in Rust. Prior to version 4.4.0, a composite denial-of-service vulnerability in Zebra's block discovery pipeline allows an unauthenticated remote attacker to permanently halt all new block discovery on a targeted node. The attack exploits three independent weaknesses in the gossip, syncer, and download subsystems — all exercisable from a single TCP connectio…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44499">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44498 – ZEBRA is a Zcash node written entirely in Rust. Prior to version 4.4.0, Zebra's ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44498</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44498</guid>
    <pubDate>Fri, 08 May 2026 15:17:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44498</strong></p>
  <p>ZEBRA is a Zcash node written entirely in Rust. Prior to version 4.4.0, Zebra's block validator undercounts transparent signature operations against the 20000-sigop block limit (MAX_BLOCK_SIGOPS), allowing it to accept blocks that zcashd rejects with bad-blk-sigops. A miner who produces such a block can split the network: Zebra nodes follow the offending chain while zcashd nodes do not. This issu…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-682</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44498">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-44497 – ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.4.0 an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44497</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44497</guid>
    <pubDate>Fri, 08 May 2026 15:17:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-44497</strong></p>
  <p>ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.4.0 and prior to zebra-script version 6.0.0, the fix for CVE-2026-41583 introduced a separate issue due to insufficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched.…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44497">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43434 – In the Linux kernel, the following vulnerability has been resolved:

rust_binder...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43434</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43434</guid>
    <pubDate>Fri, 08 May 2026 15:16:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43434</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  rust_binder: check ownership before using vma  When installing missing pages (or zapping them), Rust Binder will look up the vma in the mm by address, and then call vm_insert_page (or zap_page_range_single). However, if the vma is closed and replaced with a different vma at the same address, this can lead to Rust Binder installi…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43434">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43433 – In the Linux kernel, the following vulnerability has been resolved:

rust_binder...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43433</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43433</guid>
    <pubDate>Fri, 08 May 2026 15:16:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43433</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  rust_binder: avoid reading the written value in offsets array  When sending a transaction, its offsets array is first copied into the target proc's vma, and then the values are read back from there. This is normally fine because the vma is a read-only mapping, so the target process cannot change the value under us.  However, if…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-367</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43433">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41584 – ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.1 an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41584</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41584</guid>
    <pubDate>Fri, 08 May 2026 15:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41584</strong></p>
  <p>ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.1 and prior to zebra-chain version 6.0.2, Orchard transactions contain a rk field which is a randomized validating key and also an elliptic curve point. The Zcash specification allows the field to be the identity (a "zero" value), however, the orchard crate which is used to verify Orchard proofs would panic when fed a rk…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-617</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41584">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-41583 – ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.1 an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41583</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41583</guid>
    <pubDate>Fri, 08 May 2026 15:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-41583</strong></p>
  <p>ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.1 and prior to zebra-script version 5.0.2, after a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for V5 transactions which were enabled in the NU5 network upgrade. Zebra nodes could thus accept and eventually mine a block that would be considered invalid b…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-573</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41583">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42278 – UltraDAG is a minimal DAG-BFT blockchain in Rust. Prior to commit fb6ef59, the U...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42278</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42278</guid>
    <pubDate>Fri, 08 May 2026 05:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42278</strong></p>
  <p>UltraDAG is a minimal DAG-BFT blockchain in Rust. Prior to commit fb6ef59, the UltraDAG StateEngine implementation of SmartTransferTx contains a critical logic flaw in its policy enforcement pipeline. When a transaction originates from a "Pocket" (a derived sub-address documented in the protocol as a way to organize funds), the engine fails to resolve the pocket's parent account before checking t…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42278">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-41898 – rust-openssl provides OpenSSL bindings for the Rust programming language.  From ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41898</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41898</guid>
    <pubDate>Fri, 24 Apr 2026 18:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-41898</strong></p>
  <p>rust-openssl provides OpenSSL bindings for the Rust programming language.  From 0.9.24 to before 0.10.78, the FFI trampolines behind SslContextBuilder::set_psk_client_callback, set_psk_server_callback, set_cookie_generate_cb, and set_stateless_cookie_generate_cb forwarded the user closure's returned usize directly to OpenSSL without checking it against the &mut [u8] that was handed to the closure…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-126</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41898">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-41681 – rust-openssl provides OpenSSL bindings for the Rust programming language.  From ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41681</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41681</guid>
    <pubDate>Fri, 24 Apr 2026 18:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-41681</strong></p>
  <p>rust-openssl provides OpenSSL bindings for the Rust programming language.  From 0.10.39 to before 0.10.78, EVP_DigestFinal() always writes EVP_MD_CTX_size(ctx) to the out buffer. If out is smaller than that, MdCtxRef::digest_final() writes past its end, usually corrupting the stack. This is reachable from safe Rust. This vulnerability is fixed in 0.10.78.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-121</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41681">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-41678 – rust-openssl provides OpenSSL bindings for the Rust programming language.  From ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41678</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41678</guid>
    <pubDate>Fri, 24 Apr 2026 18:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-41678</strong></p>
  <p>rust-openssl provides OpenSSL bindings for the Rust programming language.  From  to before 0.10.78, aes::unwrap_key() contains an incorrect assertion: it checks that out.len() + 8 <= in_.len(), but this condition is reversed. The intended invariant is out.len() >= in_.len() - 8, ensuring the output buffer is large enough. Because of the inverted check, the function only accepts buffers at or belo…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41678">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-41677 – rust-openssl provides OpenSSL bindings for the Rust programming language.  From ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41677</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41677</guid>
    <pubDate>Fri, 24 Apr 2026 18:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-41677</strong></p>
  <p>rust-openssl provides OpenSSL bindings for the Rust programming language.  From 0.9.0 to before 0.10.78, the *_from_pem_callback APIs did not validate the length returned by the user's callback. A password callback that returns a value larger than the buffer it was given can cause some versions of OpenSSL to over-read this buffer. OpenSSL 3.x is not affected by this. This vulnerability is fixed i…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41677">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-41676 – rust-openssl provides OpenSSL bindings for the Rust programming language.  From ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41676</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41676</guid>
    <pubDate>Fri, 24 Apr 2026 18:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-41676</strong></p>
  <p>rust-openssl provides OpenSSL bindings for the Rust programming language.  From 0.9.27 to before 0.10.78, Deriver::derive (and PkeyCtxRef::derive) sets len = buf.len() and passes it as the in/out length to EVP_PKEY_derive, relying on OpenSSL to honor it. On OpenSSL 1.1.x, X25519, X448, DH and HKDF-extract ignore the incoming *keylen, unconditionally writing the full shared secret (32/56/prime-siz…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-131</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41676">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40937 – RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-alph...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40937</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40937</guid>
    <pubDate>Wed, 22 Apr 2026 21:17:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40937</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-alpha.94, all four notification target admin API endpoints in `rustfs/src/admin/handlers/event.rs` use a `check_permissions` helper that validates authentication only (access key + session token), without performing any admin-action authorization via `validate_admin_request`. Every other admin handler in the codebase corr…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40937">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34065 – nimiq-primitives contains primitives (e.g., block, account, transaction) to be u...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34065</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34065</guid>
    <pubDate>Wed, 22 Apr 2026 20:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34065</strong></p>
  <p>nimiq-primitives contains primitives (e.g., block, account, transaction) to be used in Nimiq's Rust implementation. Prior to version 1.3.0, an untrusted p2p peer can cause a node to panic by announcing an election macro block whose `validators` set contains an invalid compressed BLS voting key. Hashing an election macro header hashes `validators` and reaches `Validators::voting_keys()`, which cal…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-252</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34065">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-33471 – nimiq-block contains block primitives to be used in Nimiq's Rust implementation...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33471</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33471</guid>
    <pubDate>Wed, 22 Apr 2026 20:16:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-33471</strong></p>
  <p>nimiq-block contains block primitives to be used in Nimiq's Rust implementation. `SkipBlockProof::verify` computes its quorum check using `BitSet.len()`, then iterates `BitSet` indices and casts each `usize` index to `u16` (`slot as u16`) for slot lookup. Prior to version 1.3.0, if an attacker can get a `SkipBlockProof` verified where `MultiSignature.signers` contains out-of-range indices spaced…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33471">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40881 – ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.0 an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40881</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40881</guid>
    <pubDate>Tue, 21 Apr 2026 20:17:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40881</strong></p>
  <p>ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.0 and zebra-network version 5.0.1, when deserializing addr or addrv2 messages, which contain vectors of addresses, Zebra would fully deserialize them up to a maximum length (over 233,000) that was derived from the 2 MiB message size limit. This is much larger than the actual limit of 1,000 messages from the specification.…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40881">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40880 – ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.1 an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40880</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40880</guid>
    <pubDate>Tue, 21 Apr 2026 20:17:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40880</strong></p>
  <p>ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.1 and zebra-consensus version 5.0.2, a logic error in Zebra's transaction verification cache could allow a malicious miner to induce a consensus split. By carefully submitting a transaction that is valid for height H+1 but invalid for H+2 and then mining that transaction in a block at height H+2, a miner could cause vulne…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-1025</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40880">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40583 – UltraDAG is a minimal DAG-BFT blockchain in Rust. In version 0.1, a non-council ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40583</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40583</guid>
    <pubDate>Tue, 21 Apr 2026 17:16:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40583</strong></p>
  <p>UltraDAG is a minimal DAG-BFT blockchain in Rust. In version 0.1, a non-council attacker can submit a signed SmartOp::Vote transaction that passes signature, nonce, and balance prechecks, but fails authorization only after state mutation has already occurred.</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-460</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40583">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32605 – nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32605</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32605</guid>
    <pubDate>Mon, 13 Apr 2026 20:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32605</strong></p>
  <p>nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.3.0, an untrusted peer could crash a validator by publishing a signed tendermint proposal message where signer == validators.num_validators(). ProposalSender::send uses > instead of >= for the signer bounds check, so the equality case passes and reac…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32605">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40093 – nimiq-blockchain provides persistent block storage for Nimiq's Rust implementati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40093</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40093</guid>
    <pubDate>Thu, 09 Apr 2026 21:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40093</strong></p>
  <p>nimiq-blockchain provides persistent block storage for Nimiq's Rust implementation. In 1.3.0 and earlier, block timestamp validation enforces that timestamp >= parent.timestamp for non-skip blocks and timestamp == parent.timestamp + MIN_PRODUCER_TIMEOUT for skip blocks, but there is no visible upper bound check against the wall clock. A malicious block-producing validator can set block timestamps…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-1284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40093">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-39361 – OpenObserve is a cloud-native observability platform. In 0.70.3 and earlier, the...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39361</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39361</guid>
    <pubDate>Tue, 07 Apr 2026 20:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-39361</strong></p>
  <p>OpenObserve is a cloud-native observability platform. In 0.70.3 and earlier, the validate_enrichment_url function in src/handler/http/request/enrichment_table/mod.rs fails to block IPv6 addresses because Rust's url crate returns them with surrounding brackets (e.g. "[::1]" not "::1"). An authenticated attacker can reach internal services blocked from external access. On cloud deployments this ena…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39361">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35457 – libp2p-rust is the official rust language Implementation of the libp2p networkin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35457</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35457</guid>
    <pubDate>Tue, 07 Apr 2026 15:17:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35457</strong></p>
  <p>libp2p-rust is the official rust language Implementation of the libp2p networking stack. Prior to 0.17.1, the rendezvous server stores pagination cookies without bounds. An unauthenticated peer can repeatedly issue DISCOVER requests and force unbounded memory growth. This vulnerability is fixed in 0.17.1.</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35457">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35405 – libp2p-rust is the official rust language Implementation of the libp2p networkin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35405</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35405</guid>
    <pubDate>Tue, 07 Apr 2026 15:17:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35405</strong></p>
  <p>libp2p-rust is the official rust language Implementation of the libp2p networking stack. Prior to 0.17.1, libp2p-rendezvous server has no limit on how many namespaces a single peer can register.  A malicious peer can just keep registering unique namespaces in a loop and the server happily accepts every single one allocating memory for each registration with no pushback. Keep doing this long enoug…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35405">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33184 – nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33184</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33184</guid>
    <pubDate>Fri, 03 Apr 2026 23:17:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33184</strong></p>
  <p>nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.3.0, the discovery handler accepts a peer-controlled limit during handshake and stores it unchanged. The immediate HandshakeAck path then honors limit = 0 and returns zero contacts, which makes the session look benign. Later, after the same session r…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-191</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33184">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34377 – ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.0 an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34377</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34377</guid>
    <pubDate>Tue, 31 Mar 2026 15:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34377</strong></p>
  <p>ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.0 and zebra-consensus version 5.0.1, a logic error in Zebra's transaction verification cache could allow a malicious miner to induce a consensus split. By matching a valid transaction's txid while providing invalid authorization data, a miner could cause vulnerable Zebra nodes to accept an invalid block, leading to a cons…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34377">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34202 – ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.0 an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34202</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34202</guid>
    <pubDate>Tue, 31 Mar 2026 15:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34202</strong></p>
  <p>ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.0 and zebra-chain version 6.0.1, a vulnerability in Zebra's transaction processing logic allows a remote, unauthenticated attacker to cause a Zebra node to panic (crash). This is triggered by sending a specially crafted V5 transaction that passes initial deserialization but fails during transaction ID calculation. This is…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34202">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33242 – Salvo is a Rust web framework. Versions 0.39.0 through 0.89.2 have a Path Traver...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33242</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33242</guid>
    <pubDate>Tue, 24 Mar 2026 00:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33242</strong></p>
  <p>Salvo is a Rust web framework. Versions 0.39.0 through 0.89.2 have a Path Traversal and Access Control Bypass vulnerability in the salvo-proxy component. The vulnerability allows an unauthenticated external attacker to bypass proxy routing constraints and access unintended backend paths (e.g., protected endpoints or administrative dashboards). This issue stems from the encode_url_path function, w…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33242">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33241 – Salvo is a Rust web framework. Prior to version 0.89.3, Salvo's form data parsin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33241</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33241</guid>
    <pubDate>Tue, 24 Mar 2026 00:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33241</strong></p>
  <p>Salvo is a Rust web framework. Prior to version 0.89.3, Salvo's form data parsing implementations (`form_data()` method and `Extractible` macro) do not enforce payload size limits before reading request bodies into memory. This allows attackers to cause Out-of-Memory (OOM) conditions by sending extremely large payloads, leading to service crashes and denial of service. Version 0.89.3 contains a p…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33241">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33055 – tar-rs is a tar archive reading/writing library for Rust. Versions 0.4.44 and be...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33055</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33055</guid>
    <pubDate>Fri, 20 Mar 2026 07:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33055</strong></p>
  <p>tar-rs is a tar archive reading/writing library for Rust. Versions 0.4.44 and below have conditional logic that skips the PAX size header in cases where the base header size is nonzero. As part of CVE-2025-62518, the astral-tokio-tar project was changed to correctly honor PAX size headers in the case where it was different from the base header. This is almost the inverse of the astral-tokio-tar i…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-843</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33055">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33040 – libp2p-rust is the official rust language Implementation of the libp2p networkin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33040</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33040</guid>
    <pubDate>Fri, 20 Mar 2026 06:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33040</strong></p>
  <p>libp2p-rust is the official rust language Implementation of the libp2p networking stack. In versions prior to 0.49.3, the Gossipsub implementation accepts attacker-controlled PRUNE backoff values and may perform unchecked time arithmetic when storing backoff state. A specially crafted PRUNE control message with an extremely large backoff (e.g. u64::MAX) can lead to Duration/Instant overflow durin…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33040">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32829 – lz4_flex is a pure Rust implementation of LZ4 compression/decompression. In vers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32829</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32829</guid>
    <pubDate>Fri, 20 Mar 2026 01:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32829</strong></p>
  <p>lz4_flex is a pure Rust implementation of LZ4 compression/decompression. In versions 0.11.5 and below, and 0.12.0,  decompressing invalid LZ4 data can leak sensitive information from uninitialized memory or from previous decompression operations. The library fails to properly validate offset values during LZ4 "match copy operations," allowing out-of-bounds reads from the output buffer. The block-…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-201</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32829">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32314 – Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32314</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32314</guid>
    <pubDate>Mon, 16 Mar 2026 14:19:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32314</strong></p>
  <p>Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. Prior to 0.13.10, the Rust implementation of Yamux can panic when processing a crafted inbound Data frame that sets SYN and uses a body length greater than DEFAULT_CREDIT (e.g. 262145). On the first packet of a new inbound stream, stream state is created and a receiver is queued before oversized-body validation compl…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-248</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32314">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31812 – Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31812</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31812</guid>
    <pubDate>Tue, 10 Mar 2026 22:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31812</strong></p>
  <p>Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol. Prior to 0.11.14, a remote, unauthenticated attacker can trigger a denial of service in applications using vulnerable quinn versions by sending a crafted QUIC Initial packet containing malformed quic_transport_parameters. In quinn-proto parsing logic, attacker-controlled varints are decoded with unwrap(), s…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-248</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31812">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-30960 – rssn is a scientific computing library for Rust, combining a high-performance sy...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30960</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30960</guid>
    <pubDate>Tue, 10 Mar 2026 18:18:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-30960</strong></p>
  <p>rssn is a scientific computing library for Rust, combining a high-performance symbolic computation engine with numerical methods support and physics simulations functionalities. The vulnerability exists in the JIT (Just-In-Time) compilation engine, which is fully exposed via the CFFI (Foreign Function Interface). Due to Improper Input Validation and External Control of Code Generation, an attacke…</p>
  <p><strong>CVSS:</strong> 9.4 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30960">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-29178 – Lemmy, a link aggregator and forum for the fediverse, is vulnerable to server-si...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-29178</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-29178</guid>
    <pubDate>Fri, 06 Mar 2026 18:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-29178</strong></p>
  <p>Lemmy, a link aggregator and forum for the fediverse, is vulnerable to server-side request forgery via a dependency on activitypub_federation, a framework for ActivityPub federation in Rust. Prior to version 0.19.16, the GET /api/v4/image/{filename} endpoint is vulnerable to unauthenticated SSRF through parameter injection in the file_type query parameter. An attacker can inject arbitrary query p…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-29178">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27803 – Vaultwarden is an unofficial Bitwarden compatible server written in Rust, former...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27803</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27803</guid>
    <pubDate>Wed, 04 Mar 2026 22:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27803</strong></p>
  <p>Vaultwarden is an unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. Prior to version 1.35.4, when a Manager has manage=false for a given collection, they can still perform several management operations as long as they have access to the collection. This issue has been patched in version 1.35.4.</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27803">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27802 – Vaultwarden is an unofficial Bitwarden compatible server written in Rust, former...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27802</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27802</guid>
    <pubDate>Wed, 04 Mar 2026 22:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27802</strong></p>
  <p>Vaultwarden is an unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. Prior to version 1.35.4, there is a privilege escalation vulnerability via bulk permission update to unauthorized collections by Manager. This issue has been patched in version 1.35.4.</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27802">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-28402 – nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-28402</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-28402</guid>
    <pubDate>Fri, 27 Feb 2026 22:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-28402</strong></p>
  <p>nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.2.2, a malicious or compromised validator that is elected as proposer can publish a macro block proposal where `header.body_root` does not match the actual macro body hash. The proposal can pass proposal verification because the macro proposal verifi…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-354</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-28402">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-27822 – RustFS is a distributed object storage system built in Rust. Prior to version 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27822</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27822</guid>
    <pubDate>Wed, 25 Feb 2026 03:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-27822</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. Prior to version 1.0.0-alpha.83, a Stored Cross-Site Scripting (XSS) vulnerability in the RustFS Console allows an attacker to execute arbitrary JavaScript in the context of the management console. By bypassing the PDF preview logic, an attacker can steal administrator credentials from `localStorage`, leading to full account takeover an…</p>
  <p><strong>CVSS:</strong> 9.0 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27822">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27607 – RustFS is a distributed object storage system built in Rust. In versions 1.0.0-a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27607</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27607</guid>
    <pubDate>Wed, 25 Feb 2026 03:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27607</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. In versions 1.0.0-alpha.56 through 1.0.0-alpha.82, RustFS does not validate policy conditions in presigned POST uploads (PostObject), allowing attackers to bypass content-length-range, starts-with, and Content-Type constraints. This enables unauthorized file uploads exceeding size limits, uploads to arbitrary object keys, and content-ty…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27607">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26275 – httpsig-hyper is a hyper extension for http message signatures. An issue was dis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26275</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26275</guid>
    <pubDate>Thu, 19 Feb 2026 22:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26275</strong></p>
  <p>httpsig-hyper is a hyper extension for http message signatures. An issue was discovered in `httpsig-hyper` prior to version 0.0.23 where Digest header verification could incorrectly succeed due to misuse of Rust's `matches!` macro. Specifically, the comparison `if matches!(digest, _expected_digest)` treated `_expected_digest` as a pattern binding rather than a value comparison, resulting in uncon…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-354</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26275">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26267 – soroban-sdk is a Rust SDK for Soroban contracts. Prior to versions 22.0.10, 23.5...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26267</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26267</guid>
    <pubDate>Thu, 19 Feb 2026 20:25:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26267</strong></p>
  <p>soroban-sdk is a Rust SDK for Soroban contracts. Prior to versions 22.0.10, 23.5.2, and 25.1.1, the `#[contractimpl]` macro contains a bug in how it wires up function calls. `#[contractimpl]` generates code that uses `MyContract::value()` style calls even when it's processing the trait version. This means if an inherent function is also defined with the same name, the inherent function gets calle…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-670</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26267">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23194 – In the Linux kernel, the following vulnerability has been resolved:

rust_binder...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23194</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23194</guid>
    <pubDate>Sat, 14 Feb 2026 17:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23194</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  rust_binder: correctly handle FDA objects of length zero  Fix a bug where an empty FDA (fd array) object with 0 fds would cause an out-of-bounds error. The previous implementation used `skip == 0` to mean "this is a pointer fixup", but 0 is also the correct skip length for an empty FDA. If the FDA is at the end of the buffer, th…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23194">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25537 – jsonwebtoken is a JWT lib in rust. Prior to version 10.3.0, there is a Type Conf...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25537</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25537</guid>
    <pubDate>Wed, 04 Feb 2026 22:15:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25537</strong></p>
  <p>jsonwebtoken is a JWT lib in rust. Prior to version 10.3.0, there is a Type Confusion vulnerability in jsonwebtoken, specifically, in its claim validation logic. When a standard claim (such as nbf or exp) is provided with an incorrect JSON type (Like a String instead of a Number), the library’s internal parsing mechanism marks the claim as “FailedToParse”. Crucially, the validation logic treats t…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-843</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25537">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-24762 – RustFS is a distributed object storage system built in Rust. From versions alpha...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24762</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24762</guid>
    <pubDate>Tue, 03 Feb 2026 16:16:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-24762</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. From versions alpha.13 to alpha.81, RustFS logs sensitive credential material (access key, secret key, session token) to application logs at INFO level. This results in credentials being recorded in plaintext in log output, which may be accessible to internal or external log consumers and could lead to compromise of sensitive credential…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24762">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-21862 – RustFS is a distributed object storage system built in Rust. Prior to version al...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-21862</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-21862</guid>
    <pubDate>Tue, 03 Feb 2026 16:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-21862</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. Prior to version alpha.78, IP-based access control can be bypassed: get_condition_values trusts client-supplied X-Forwarded-For/X-Real-Ip without verifying a trusted proxy, so any reachable client can spoof aws:SourceIp and satisfy IP-allowlist policies. This issue has been patched in version alpha.78.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-290</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-21862">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-24471 – continuwuity is a Matrix homeserver written in Rust. This vulnerability allows a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24471</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24471</guid>
    <pubDate>Mon, 02 Feb 2026 23:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-24471</strong></p>
  <p>continuwuity is a Matrix homeserver written in Rust. This vulnerability allows an attacker with a malicious remote server to cause the local server to sign an arbitrary event upon user interaction. Upon a user account leaving a room (rejecting an invite), joining a room or knocking on a room, the victim server may ask a remote server for assistance. If the victim asks the attacker server for assi…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-441</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24471">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-24785 – Clatter is a no_std compatible, pure Rust implementation of the Noise protocol f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24785</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24785</guid>
    <pubDate>Wed, 28 Jan 2026 00:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-24785</strong></p>
  <p>Clatter is a no_std compatible, pure Rust implementation of the Noise protocol framework with post-quantum support. Versiosn prior to2.2.0 have a protocol compliance vulnerability. The library allowed post-quantum handshake patterns that violated the PSK validity rule (Noise Protocol Framework Section 9.3). This could allow PSK-derived keys to be used for encryption without proper randomization b…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24785">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22782 – RustFS is a distributed object storage system built in Rust. From &gt;= 1.0.0-alpha...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22782</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22782</guid>
    <pubDate>Fri, 16 Jan 2026 17:15:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22782</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. From >= 1.0.0-alpha.1 to 1.0.0-alpha.79, invalid RPC signatures cause the server to log the shared HMAC secret (and expected signature), which exposes the secret to log readers and enables forged RPC calls. In crates/ecstore/src/rpc/http_auth.rs, the invalid signature branch logs sensitive data. This log line includes secret and expecte…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22782">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22700 – RustCrypto: Elliptic Curves is general purpose Elliptic Curve Cryptography (ECC)...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22700</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22700</guid>
    <pubDate>Sat, 10 Jan 2026 06:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22700</strong></p>
  <p>RustCrypto: Elliptic Curves is general purpose Elliptic Curve Cryptography (ECC) support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof. In versions 0.14.0-pre.0 and 0.14.0-rc.0, a denial-of-service vulnerability exists in the SM2 public-key encryption (PKE) implementation: the decrypt() path performs unchecked s…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22700">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22257 – Salvo is a Rust web backend framework. Prior to version 0.88.1, the function lis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22257</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22257</guid>
    <pubDate>Thu, 08 Jan 2026 19:16:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22257</strong></p>
  <p>Salvo is a Rust web backend framework. Prior to version 0.88.1, the function list_html generates a file view of a folder without sanitizing the files or folders names, this may potentially lead to XSS in cases where a website allow the access to public files using this feature and anyone can upload a file. This issue has been patched in version 0.88.1.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22257">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22256 – Salvo is a Rust web backend framework. Prior to version 0.88.1, the function lis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22256</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22256</guid>
    <pubDate>Thu, 08 Jan 2026 19:16:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22256</strong></p>
  <p>Salvo is a Rust web backend framework. Prior to version 0.88.1, the function list_html generate an file view of a folder which include a render of the current path, in which its inserted in the HTML without proper sanitation, this leads to reflected XSS using the fact that request path is decoded and normalized in the matching stage but not is inserted raw in the html view (current.path), the onl…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22256">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-22043 – RustFS is a distributed object storage system built in Rust. In versions 1.0.0-a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22043</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22043</guid>
    <pubDate>Thu, 08 Jan 2026 15:15:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-22043</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. In versions 1.0.0-alpha.13 through 1.0.0-alpha.78, a flawed `deny_only` short-circuit in RustFS IAM allows a restricted service account or STS credential to self-issue an unrestricted service account, inheriting the parent’s full privileges. This enables privilege escalation and bypass of session/inline policy restrictions. Version 1.0.…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22043">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22042 – RustFS is a distributed object storage system built in Rust. Prior to version 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22042</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22042</guid>
    <pubDate>Thu, 08 Jan 2026 15:15:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22042</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. Prior to version 1.0.0-alpha.79, he `ImportIam` admin API validates permissions using `ExportIAMAction` instead of `ImportIAMAction`, allowing a principal with export-only IAM permissions to perform import operations. Since importing IAM data performs privileged write actions (creating/updating users, groups, policies, and service accou…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22042">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-68705 – RustFS is a distributed object storage system built in Rust. In versions 1.0.0-a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68705</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68705</guid>
    <pubDate>Wed, 07 Jan 2026 21:15:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-68705</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. In versions 1.0.0-alpha.13 to 1.0.0-alpha.78, RustFS contains a path traversal vulnerability in the /rustfs/rpc/read_file_stream endpoint. This issue has been patched in version 1.0.0-alpha.79.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68705">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-68926 – RustFS is a distributed object storage system built in Rust. In versions prior t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68926</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68926</guid>
    <pubDate>Tue, 30 Dec 2025 17:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-68926</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. In versions prior to 1.0.0-alpha.78, RustFS implements gRPC authentication using a hardcoded static token `"rustfs rpc"` that is publicly exposed in the source code repository, hardcoded on both client and server sides, non-configurable with no mechanism for token rotation, and universally valid across all RustFS deployments. Any attack…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68926">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-64347 – Apollo Router Core is a configurable Rust graph router written to run a federate...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-64347</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-64347</guid>
    <pubDate>Fri, 07 Nov 2025 18:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-64347</strong></p>
  <p>Apollo Router Core is a configurable Rust graph router written to run a federated supergraph using Apollo Federation 2. Versions 1.61.12-rc.0 and below and 2.8.1-rc.0 allow unauthorized access to protected data through schema elements with access control directives (@authenticated, @requiresScopes, and @policy) that were renamed via @link imports. Router did not enforce renamed access control dir…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-64347">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-64173 – Apollo Router Core is a configurable graph router written in Rust to run a feder...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-64173</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-64173</guid>
    <pubDate>Thu, 06 Nov 2025 21:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-64173</strong></p>
  <p>Apollo Router Core is a configurable graph router written in Rust to run a federated supergraph using Apollo Federation 2. In versions 1.61.11 below, as well as 2.0.0-alpha.0 through 2.8.1-rc.0, a vulnerability allowed for unauthenticated queries to access data that required additional access controls. Router incorrectly handled access control directives on interface types/fields and their implem…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-288</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-64173">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-62596 – Youki is a container runtime written in Rust. In versions 0.5.6 and below, youki...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62596</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62596</guid>
    <pubDate>Thu, 06 Nov 2025 00:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-62596</strong></p>
  <p>Youki is a container runtime written in Rust. In versions 0.5.6 and below, youki’s apparmor handling performs insufficiently strict write-target validation, and when combined with path substitution during pathname resolution, can allow writes to unintended procfs locations. While resolving a path component-by-component, a shared-mount race can substitute intermediate components and redirect the f…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-61</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62596">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-62161 – Youki is a container runtime written in Rust. In versions 0.5.6 and below, the i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62161</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62161</guid>
    <pubDate>Thu, 06 Nov 2025 00:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-62161</strong></p>
  <p>Youki is a container runtime written in Rust. In versions 0.5.6 and below, the initial validation of the source /dev/null is insufficient, allowing container escape when youki utilizes bind mounting the container's /dev/null as a file mask. This issue is fixed in version 0.5.7.</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-61</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62161">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-8849 – LibreChat version 0.7.9 is vulnerable to a Denial of Service (DoS) attack due to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-8849</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-8849</guid>
    <pubDate>Fri, 31 Oct 2025 00:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-8849</strong></p>
  <p>LibreChat version 0.7.9 is vulnerable to a Denial of Service (DoS) attack due to unbounded parameter values in the `/api/memories` endpoint. The `key` and `value` parameters accept arbitrarily large inputs without proper validation, leading to a null pointer error in the Rust-based backend when excessively large values are submitted. This results in the inability to create new memories, impacting…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-8849">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-62518 – astral-tokio-tar is a tar archive reading/writing library for async Rust. Versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62518</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62518</guid>
    <pubDate>Tue, 21 Oct 2025 17:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-62518</strong></p>
  <p>astral-tokio-tar is a tar archive reading/writing library for async Rust. Versions of astral-tokio-tar prior to 0.5.6 contain a boundary parsing vulnerability that allows attackers to smuggle additional archive entries by exploiting inconsistent PAX/ustar header handling. When processing archives with PAX-extended headers containing size overrides, the parser incorrectly advances stream position…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-843</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62518">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-62370 – Alloy Core libraries at the root of the Rust Ethereum ecosystem. Prior to 0.8.26...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62370</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62370</guid>
    <pubDate>Wed, 15 Oct 2025 16:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-62370</strong></p>
  <p>Alloy Core libraries at the root of the Rust Ethereum ecosystem. Prior to 0.8.26 and 1.4.1, an uncaught panic triggered by malformed input to alloy_dyn_abi::TypedData could lead to a denial-of-service (DoS) via eip712_signing_hash(). Software with high availability requirements such as network services may be particularly impacted. If in use, external auto-restarting mechanisms can partially miti…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-248</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62370">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-11695 – When tlsInsecure=False appears in a connection string, certificate validation is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-11695</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-11695</guid>
    <pubDate>Mon, 13 Oct 2025 17:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-11695</strong></p>
  <p>When tlsInsecure=False appears in a connection string, certificate validation is disabled.  This vulnerability affects MongoDB Rust Driver versions prior to v3.2.5</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-11695">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-62162 – cel-rust is a Common Expression Language interpreter written in Rust. Starting i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62162</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62162</guid>
    <pubDate>Fri, 10 Oct 2025 23:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-62162</strong></p>
  <p>cel-rust is a Common Expression Language interpreter written in Rust. Starting in version 0.10.0 and prior to version 0.11.4, parsing certain malformed CEL expressions can cause the parser to panic, terminating the process. When the crate is used to evaluate untrusted expressions (e.g., user-supplied input over an API), an attacker can send crafted input to trigger a denial of service (DoS). Vers…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62162">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57616 – An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) A use-after-f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57616</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57616</guid>
    <pubDate>Tue, 02 Sep 2025 16:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57616</strong></p>
  <p>An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) A use-after-free vulnerability in the write_interleaved method allows an attacker to cause a denial of service or memory corruption. The method violates Rust's aliasing rules by modifying a data structure through a mutable pointer while only holding an immutable reference, which can lead to undefined behavior when the data is acce…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57616">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57615 – An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) An integer ov...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57615</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57615</guid>
    <pubDate>Tue, 02 Sep 2025 16:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57615</strong></p>
  <p>An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) An integer overflow vulnerability in the Vector::new constructor function allows an attacker to cause a denial of service via a null pointer dereference. The vulnerability stems from an unchecked cast of a usize parameter to c_int, which can result in a negative value being passed to the underlying C function sws_allocVec().</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57615">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57614 – An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) Integer overf...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57614</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57614</guid>
    <pubDate>Tue, 02 Sep 2025 16:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57614</strong></p>
  <p>An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) Integer overflow and invalid input vulnerability in the cached method allows an attacker to cause a denial of service or potentially execute arbitrary code. The vulnerability occurs when dimension parameters are zero or exceed i32::MAX, leading to an unchecked cast that violates the underlying C function's preconditions and trigge…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57614">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57613 – An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) A null pointe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57613</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57613</guid>
    <pubDate>Tue, 02 Sep 2025 16:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57613</strong></p>
  <p>An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) A null pointer dereference vulnerability in the input() constructor function allows an attacker to cause a denial of service. The vulnerability is triggered when the avio_alloc_context() call fails and returns NULL, which is then stored and later dereferenced by the Io struct's Drop implementation.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57613">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57612 – An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) Null pointer ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57612</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57612</guid>
    <pubDate>Tue, 02 Sep 2025 16:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57612</strong></p>
  <p>An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) Null pointer dereference vulnerability in the name() method allows an attacker to cause a denial of service. The vulnerability exists because the method fails to check for a NULL return value from the av_get_sample_fmt_name() C function, which can be triggered by providing an unrecognized sample format.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57612">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-54867 – Youki is a container runtime written in Rust. Prior to version 0.5.5, if /proc a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-54867</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-54867</guid>
    <pubDate>Thu, 14 Aug 2025 16:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-54867</strong></p>
  <p>Youki is a container runtime written in Rust. Prior to version 0.5.5, if /proc and /sys in the rootfs are symbolic links, they can potentially be exploited to gain access to the host root filesystem. This issue has been patched in version 0.5.5.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-61</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-54867">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-5791 – A flaw was found in the user's crate for Rust. This vulnerability allows privile...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-5791</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-5791</guid>
    <pubDate>Fri, 06 Jun 2025 14:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-5791</strong></p>
  <p>A flaw was found in the user's crate for Rust. This vulnerability allows privilege escalation via incorrect group listing when a user or process has fewer than exactly 1024 groups, leading to the erroneous inclusion of the root group in the access list.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-266</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-5791">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-12224 – Improper Validation of Unsafe Equivalence in punycode by the idna crate from Ser...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-12224</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-12224</guid>
    <pubDate>Fri, 30 May 2025 02:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-12224</strong></p>
  <p>Improper Validation of Unsafe Equivalence in punycode by the idna crate from Servo rust-url allows an attacker to create a punycode hostname that one part of a system might treat as distinct while another part of that system would treat as equivalent to another hostname.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-1289</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-12224">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-47270 – nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-47270</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-47270</guid>
    <pubDate>Mon, 12 May 2025 11:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-47270</strong></p>
  <p>nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. The `nimiq-network-libp2p` subcrate of nimiq/core-rs-albatross is vulnerable to a Denial of Service (DoS) attack due to uncontrolled memory allocation. Specifically, the implementation of the `Discovery` network message handling allocates a buffer based on a length val…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-47270">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-32380 – The Apollo Router Core is a configurable, high-performance graph router written ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-32380</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-32380</guid>
    <pubDate>Wed, 09 Apr 2025 16:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-32380</strong></p>
  <p>The Apollo Router Core is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. A vulnerability in Apollo Router's usage of Apollo Compiler allowed queries with deeply nested and reused named fragments to be prohibitively expensive to validate. This could lead to excessive resource consumption and denial of service.  Apollo Rout…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-32380">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-32034 – The Apollo Router Core is a configurable, high-performance graph router written ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-32034</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-32034</guid>
    <pubDate>Mon, 07 Apr 2025 21:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-32034</strong></p>
  <p>The Apollo Router Core is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. Prior to 1.61.2 and 2.1.1, a vulnerability in Apollo Router allowed queries with deeply nested and reused named fragments to be prohibitively expensive to query plan, specifically during named fragment expansion. Named fragments were being expanded o…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-32034">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-32033 – The Apollo Router Core is a configurable, high-performance graph router written ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-32033</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-32033</guid>
    <pubDate>Mon, 07 Apr 2025 21:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-32033</strong></p>
  <p>The Apollo Router Core is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. Prior to 1.61.2 and 2.1.1, the operation limits plugin uses unsigned 32-bit integers to track limit counters (e.g. for a query's height). If a counter exceeded the maximum value for this data type (4,294,967,295), it wrapped around to 0, unintentiona…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-32033">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-32032 – The Apollo Router Core is a configurable, high-performance graph router written ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-32032</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-32032</guid>
    <pubDate>Mon, 07 Apr 2025 21:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-32032</strong></p>
  <p>The Apollo Router Core is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. A vulnerability in Apollo Router allowed queries with deeply nested and reused named fragments to be prohibitively expensive to query plan, specifically due to internal optimizations being frequently bypassed. The query planner includes an optimizati…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-32032">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-29787 – `zip` is a zip library for rust which supports reading and writing of simple ZIP...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-29787</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-29787</guid>
    <pubDate>Mon, 17 Mar 2025 14:15:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-29787</strong></p>
  <p>`zip` is a zip library for rust which supports reading and writing of simple ZIP files. In the archive extraction routine of affected versions of the `zip` crate starting with version 1.3.0 and prior to version 2.3.0, symbolic links earlier in the archive are allowed to be used for later files in the archive without validation of the final canonicalized path, allowing maliciously crafted archives…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-29787">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-24904 – libsignal-service-rs is a Rust version of the libsignal-service-java library whi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-24904</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-24904</guid>
    <pubDate>Thu, 13 Feb 2025 16:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-24904</strong></p>
  <p>libsignal-service-rs is a Rust version of the libsignal-service-java library which implements the core functionality to communicate with Signal servers. Prior to commit 82d70f6720e762898f34ae76b0894b0297d9b2f8, plaintext content envelopes could be injected by a server or a malicious client, and may have been able to bypass the end-to-end encryption and authentication. The vulnerability is fixed p…</p>
  <p><strong>CVSS:</strong> 8.5 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-24904">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-24903 – libsignal-service-rs is a Rust version of the libsignal-service-java library whi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-24903</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-24903</guid>
    <pubDate>Thu, 13 Feb 2025 16:16:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-24903</strong></p>
  <p>libsignal-service-rs is a Rust version of the libsignal-service-java library which implements the core functionality to communicate with Signal servers. Prior to commit 82d70f6720e762898f34ae76b0894b0297d9b2f8, any contact may forge a sync message, impersonating another device of the local user. The origin of sync messages is not checked. Patched libsignal-service can be found after commit 82d70f…</p>
  <p><strong>CVSS:</strong> 8.5 · <strong>CWE:</strong> CWE-345</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-24903">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-24365 – vaultwarden is an unofficial Bitwarden compatible server written in Rust, former...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-24365</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-24365</guid>
    <pubDate>Mon, 27 Jan 2025 18:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-24365</strong></p>
  <p>vaultwarden is an unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. Attacker can obtain owner rights of other organization. Hacker should know the ID of victim organization (in real case the user can be a part of the organization as an unprivileged user) and be the owner/admin of other organization (by default you can create your own organization) in order to…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-24365">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-24364 – vaultwarden is an unofficial Bitwarden compatible server written in Rust, former...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-24364</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-24364</guid>
    <pubDate>Mon, 27 Jan 2025 18:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-24364</strong></p>
  <p>vaultwarden is an unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. Attacker with authenticated access to the vaultwarden admin panel can execute arbitrary code in the system. The attacker could then change some settings to use sendmail as mail agent but adjust the settings in such a way that it would use a shell command. It then also needed to craft a specia…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-24364">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-56335 – vaultwarden is an unofficial Bitwarden compatible server written in Rust, former...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-56335</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-56335</guid>
    <pubDate>Fri, 20 Dec 2024 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-56335</strong></p>
  <p>vaultwarden is an unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. In affected versions an attacker is capable of updating or deleting groups from an organization given a few conditions: 1. The attacker has a user account in the server. 2. The attacker's account has admin or owner permissions in an unrelated organization. 3. The attacker knows the target org…</p>
  <p><strong>CVSS:</strong> 7.6 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-56335">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
