
Cloud Vulnerability DB
A community-led vulnerabilities database
The rendezvous server stores pagination cookies without bounds. An unauthenticated peer can repeatedly issue DISCOVER requests and force unbounded memory growth.
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::cookiesThere is no upper bound or eviction policy, so repeated DISCOVER requests grow this map indefinitely.
A reproduction test and minimal harness will be provided in a private fork in a follow-up comment.
MAX_COOKIES_TRACKED) with FIFO/expiry aware eviction. Tradeoff: attacker can churn cookies and evict legitimate pagination state.Source: NVD
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."