Application crash via stale iterator item access
Published Feb 28, 2024 · Updated Aug 12, 2024
Use after free in cassandra-rs before 3.0.0 allows remote attackers to crash a consuming application through iterator-driven query results. The Rust bindings expose driver iterators as ordinary iterators even though calling next() invalidates the previously returned row or value, leaving retained items backed by freed memory. Reachability requires consuming code to retain an item across another next() call; affected code usually fails immediately, while code that processes each item before advancing is unaffected.
Summary
What happened
Use after free in cassandra-rs before 3.0.0 allows remote attackers to crash a consuming application through iterator-driven query results. The Rust bindings expose driver iterators as ordinary iterators even though calling next() invalidates the previously returned row or value, leaving retained items backed by freed memory. Reachability requires consuming code to retain an item across another next() call; affected code usually fails immediately, while code that processes each item before advancing is unaffected.
The record
- CVE
- CVE-2024-27284
- Published
- Feb 28, 2024
- Updated
- Aug 12, 2024
- Vendor
- cassandra-rs
- Product
- cassandra-cpp
- Classifications
- CWE-416, T1499
- Attack vector
- network
- Privileges
- unauthenticated
Timeline
How it unfolded
- Feb 28, 2024CVE publishedPublication date reported by the CVE source.
- Aug 12, 2024Record updatedLatest update available in the CVE record.
Exploitability
Present is not the same as exploitable
Compare your product and version with the public record. A matching version still requires validation against your environment.
Is a vulnerable build present?
Compare these published version ranges with your installed build and any vendor patches.
- Affected versionversion=0 <3.0.0
What conditions does exploitation require?
What is affected?
Published CVSS scores
CVSS describes severity. EPSS estimates exploitation probability.
Attacks
What attackers are doing with it
Daily unique IPs observed by Shadowserver honeypots for known exploited vulnerabilities (KEVs). Missing observations do not establish an absence of attacks.
Public exploit references
No public exploit references are available in this record.
Labels summarize the accepted research assessment. They do not indicate a test against your environment.
Technologies
Your stack
See the directory against your own environment.
Your stack
Check the software in your environment
Book a demo to see how Hinoki identifies affected software and validates exploitability in your environment.
Book a demo