ghsa-mh6h-f25p-98f8
Vulnerability from github
Published
2021-08-25 20:44
Modified
2023-06-13 20:32
Severity ?
Summary
Uncontrolled memory consumption in protobuf
Details
Affected versions of this crate called Vec::reserve() on user-supplied input. This allows an attacker to cause an Out of Memory condition while calling the vulnerable method on untrusted data.
{ "affected": [ { "package": { "ecosystem": "crates.io", "name": "protobuf" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.6.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-15544" ], "database_specific": { "cwe_ids": [ "CWE-770" ], "github_reviewed": true, "github_reviewed_at": "2021-08-19T21:23:35Z", "nvd_published_at": "2019-08-26T18:15:00Z", "severity": "HIGH" }, "details": "Affected versions of this crate called Vec::reserve() on user-supplied input. This allows an attacker to cause an Out of Memory condition while calling the vulnerable method on untrusted data.", "id": "GHSA-mh6h-f25p-98f8", "modified": "2023-06-13T20:32:32Z", "published": "2021-08-25T20:44:05Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-15544" }, { "type": "WEB", "url": "https://github.com/stepancheg/rust-protobuf/issues/411" }, { "type": "PACKAGE", "url": "https://github.com/stepancheg/rust-protobuf" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/r00097d0b5b6164ea428554007121d5dc1f88ba2af7b9e977a10572cd@%3Cdev.hbase.apache.org%3E" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/r4ef574a5621b0e670a3ce641e9922543e34f22bf4c9ee9584aa67fcf@%3Cissues.hbase.apache.org%3E" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/r7fed8dd9bee494094e7011cf3c2ab75bd8754ea314c6734688c42932@%3Ccommon-issues.hadoop.apache.org%3E" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/rd64381fb8f92d640c1975dc50dcdf1b8512e02a2a7b20292d3565cae@%3Cissues.hbase.apache.org%3E" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2019-0003.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Uncontrolled memory consumption in protobuf" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.