rocksdb vulnerable to out-of-bounds read
Moderate severity
GitHub Reviewed
Published
Aug 12, 2022
to the GitHub Advisory Database
•
Updated Jan 9, 2023
Description
Published to the GitHub Advisory Database
Aug 12, 2022
Reviewed
Aug 12, 2022
Last updated
Jan 9, 2023
Affected versions of this crate called the RocksDB C API
rocksdb_open_column_families_with_ttl()
with a pointer to a single integerTTL value, but one TTL value for each column family is expected.
This is only relevant when using
rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl()
with multiplecolumn families.
This bug has been fixed in v0.19.0.
References