Publish GHSA-2gh3-rmm4-6rq5

This commit is contained in:
advisory-database[bot]
2025-03-07 20:04:13 +00:00
parent b9835ce9b4
commit 3f99130e0c
@@ -0,0 +1,60 @@
{
"schema_version": "1.4.0",
"id": "GHSA-2gh3-rmm4-6rq5",
"modified": "2025-03-07T20:02:37Z",
"published": "2025-03-07T20:02:37Z",
"aliases": [],
"summary": "Crash due to uncontrolled recursion in protobuf crate",
"details": "Affected version of this crate did not properly parse unknown fields when parsing a user-supplied input.\n\nThis allows an attacker to cause a stack overflow when parsing the message on untrusted data.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U"
}
],
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "protobuf"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "3.4.0"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/stepancheg/rust-protobuf/issues/749"
},
{
"type": "PACKAGE",
"url": "https://github.com/stepancheg/rust-protobuf"
},
{
"type": "WEB",
"url": "https://rustsec.org/advisories/RUSTSEC-2024-0437.html"
}
],
"database_specific": {
"cwe_ids": [
"CWE-20",
"CWE-770"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2025-03-07T20:02:37Z",
"nvd_published_at": null
}
}