### [CVE-2024-27284](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-27284) ![](https://img.shields.io/static/v1?label=Product&message=cassandra-rs&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%203.0.0%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-416%3A%20Use%20After%20Free&color=brighgreen) ### Description cassandra-rs is a Cassandra (CQL) driver for Rust. Code that attempts to use an item (e.g., a row) returned by an iterator after the iterator has advanced to the next item will be accessing freed memory and experience undefined behaviour. The problem has been fixed in version 3.0.0. ### POC #### Reference No PoCs from references. #### Github - https://github.com/fkie-cad/nvd-json-data-feeds