diff --git a/advisories/github-reviewed/2025/03/GHSA-2gh3-rmm4-6rq5/GHSA-2gh3-rmm4-6rq5.json b/advisories/github-reviewed/2025/03/GHSA-2gh3-rmm4-6rq5/GHSA-2gh3-rmm4-6rq5.json new file mode 100644 index 00000000000..54771f7cdb1 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-2gh3-rmm4-6rq5/GHSA-2gh3-rmm4-6rq5.json @@ -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 + } +} \ No newline at end of file