In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade rocksdb
to version 0.19.0 or higher.
Affected versions of this package are vulnerable to Out-of-bounds Read due to an unsafe call to rocksdb_open_column_families_with_ttl()
with a pointer to a single integer TTL value, however one TTL value for each column family is expected.
Note: This is only relevant when using rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl()
with multiple column families.