CVE-2026-35457
Rust vulnerability analysis and mitigation

Summary

The rendezvous server stores pagination cookies without bounds. An unauthenticated peer can repeatedly issue DISCOVER requests and force unbounded memory growth.

Details

Pagination state is stored in:

HashMap<Cookie, HashSet<RegistrationId>>

On Message::Discover:

remote peer
→ DISCOVER
→ handle_request
→ registrations.get(...)
→ new cookie generated
→ cookie inserted into Registrations::cookies

There is no upper bound or eviction policy, so repeated DISCOVER requests grow this map indefinitely.

PoC

A reproduction test and minimal harness will be provided in a private fork in a follow-up comment.

Impact

Remote state amplification leading to memory exhaustion. Properties: - etwork reachable - no authentication required - low attack complexity - protocol-compliant traffic Impacts rendezvous nodes exposed to untrusted peers.

Possible Fixes

  1. Global cap + evictionBound cookie storage (MAX_COOKIES_TRACKED) with FIFO/expiry aware eviction. Tradeoff: attacker can churn cookies and evict legitimate pagination state.
  2. Stateless cookiesEncode pagination state in authenticated cookies instead of storing server-side state. Tradeoff: more complex implementation.
  3. Rate limiting / per-peer quotasLimit cookie creation per peer. Tradeoff: requires peer tracking.

SourceNVD

Related Rust vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

GHSA-2c6h-4899-wjxrHIGH8.7
  • RustRust
  • scaly
NoNoApr 04, 2026
CVE-2026-35457HIGH8.2
  • RustRust
  • libp2p-rendezvous
NoYesApr 04, 2026
CVE-2026-35405HIGH7.5
  • RustRust
  • libp2p-rendezvous
NoYesApr 04, 2026
GHSA-j3w3-p6mr-3hrhMEDIUM6.3
  • RustRust
  • dyn-future
NoNoApr 04, 2026
RUSTSEC-2026-0081N/AN/A
  • RustRust
  • logtrace
NoNoApr 05, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management