GHSA-MCRF-7HF9-F6Q5
Vulnerability from github – Published: 2021-08-25 21:00 – Updated: 2023-06-13 20:48
VLAI?
Summary
Unchecked vector pre-allocation
Details
Affected versions of this crate pre-allocate memory on deserializing raw buffers without checking whether there is sufficient data available. This allows an attacker to do denial-of-service attacks by sending small msgpack messages that allocate gigabytes of memory.
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "rmpv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.4.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [],
"database_specific": {
"cwe_ids": [
"CWE-400"
],
"github_reviewed": true,
"github_reviewed_at": "2021-08-06T19:28:40Z",
"nvd_published_at": null,
"severity": "MODERATE"
},
"details": "Affected versions of this crate pre-allocate memory on deserializing raw buffers without checking whether there is sufficient data available. This allows an attacker to do denial-of-service attacks by sending small msgpack messages that allocate gigabytes of memory.\n",
"id": "GHSA-mcrf-7hf9-f6q5",
"modified": "2023-06-13T20:48:55Z",
"published": "2021-08-25T21:00:09Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/3Hren/msgpack-rust/issues/151"
},
{
"type": "PACKAGE",
"url": "https://github.com/3Hren/msgpack-rust"
},
{
"type": "WEB",
"url": "https://rustsec.org/advisories/RUSTSEC-2017-0006.html"
}
],
"schema_version": "1.4.0",
"severity": [],
"summary": "Unchecked vector pre-allocation"
}
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…