From 859636a0649d160d9c3b1228bc99196ca14a0e83 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:11:39 +0000 Subject: [PATCH] Publish GHSA-8327-84cj-8xjm --- .../GHSA-8327-84cj-8xjm.json | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 advisories/github-reviewed/2024/08/GHSA-8327-84cj-8xjm/GHSA-8327-84cj-8xjm.json diff --git a/advisories/github-reviewed/2024/08/GHSA-8327-84cj-8xjm/GHSA-8327-84cj-8xjm.json b/advisories/github-reviewed/2024/08/GHSA-8327-84cj-8xjm/GHSA-8327-84cj-8xjm.json new file mode 100644 index 00000000000..b84e2d4f347 --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-8327-84cj-8xjm/GHSA-8327-84cj-8xjm.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8327-84cj-8xjm", + "modified": "2024-08-15T22:10:07Z", + "published": "2024-08-15T22:10:06Z", + "aliases": [ + + ], + "summary": "Stack overflow when parsing specially crafted JSON ABI strings", + "details": "Affected versions of the `alloy-json-abi` crate did not properly handle parsing of malformatted JSON ABI strings. The `JsonAbi::parse` method can be tricked into a stack overflow when processing specially crafted input. \n\nThis stack overflow can lead to a crash of the application using this crate, potentially causing a denial of service.\n\nThe flaw was corrected in commit [4790c47](https://github.com/alloy-rs/core/commit/4790c47518024bd391bbd6815b00f501bad76a15).\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "crates.io", + "name": "alloy-json-abi" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.7.7" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/alloy-rs/core/issues/702" + }, + { + "type": "WEB", + "url": "https://github.com/alloy-rs/core/commit/4790c47518024bd391bbd6815b00f501bad76a15" + }, + { + "type": "PACKAGE", + "url": "https://github.com/alloy-rs/core" + }, + { + "type": "WEB", + "url": "https://rustsec.org/advisories/RUSTSEC-2024-0362.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-400" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-08-15T22:10:06Z", + "nvd_published_at": null + } +} \ No newline at end of file