CVE-2024-27284 HIGH

CVE-2024-27284: cassandra-rs non-idiomatic use of iterators leads to use after free

Vendor Metaswitch
Product cassandra-rs
Weakness CWE-416
Published February 28, 2024
Last update August 12, 2024

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

February 28, 2024 CVE published
August 12, 2024 Record updated