GHSA-XPP3-XRFF-W6RH
Vulnerability from github – Published: 2022-08-12 15:31 – Updated: 2022-08-12 15:31
VLAI?
Summary
rocksdb vulnerable to out-of-bounds read
Details
Affected versions of this crate called the RocksDB C API
rocksdb_open_column_families_with_ttl() with a pointer to a single integer
TTL 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 multiple
column families.
This bug has been fixed in v0.19.0.
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "rocksdb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.19.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [],
"database_specific": {
"cwe_ids": [],
"github_reviewed": true,
"github_reviewed_at": "2022-08-12T15:31:10Z",
"nvd_published_at": null,
"severity": "MODERATE"
},
"details": "Affected versions of this crate called the RocksDB C API\n`rocksdb_open_column_families_with_ttl()` with a pointer to a single integer\nTTL value, but one TTL value for each column family is expected.\n\nThis is only relevant when using\n`rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl()` with multiple\ncolumn families.\n\nThis bug has been fixed in v0.19.0.\n",
"id": "GHSA-xpp3-xrff-w6rh",
"modified": "2022-08-12T15:31:10Z",
"published": "2022-08-12T15:31:10Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/rust-rocksdb/rust-rocksdb/pull/616"
},
{
"type": "PACKAGE",
"url": "https://github.com/rust-rocksdb/rust-rocksdb"
},
{
"type": "WEB",
"url": "https://github.com/rust-rocksdb/rust-rocksdb/releases/tag/v0.19.0"
},
{
"type": "WEB",
"url": "https://rustsec.org/advisories/RUSTSEC-2022-0046.html"
}
],
"schema_version": "1.4.0",
"severity": [],
"summary": "rocksdb vulnerable to out-of-bounds read"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…