From 25c1029e49eb04877d2c31d0184115ca377c2f20 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:19:39 +0000 Subject: [PATCH] Publish GHSA-pwwp-3q7j-9mx8 --- .../GHSA-pwwp-3q7j-9mx8.json | 54 +++++++++++++++++-- 1 file changed, 50 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/09/GHSA-pwwp-3q7j-9mx8/GHSA-pwwp-3q7j-9mx8.json (65%) diff --git a/advisories/unreviewed/2024/09/GHSA-pwwp-3q7j-9mx8/GHSA-pwwp-3q7j-9mx8.json b/advisories/github-reviewed/2024/09/GHSA-pwwp-3q7j-9mx8/GHSA-pwwp-3q7j-9mx8.json similarity index 65% rename from advisories/unreviewed/2024/09/GHSA-pwwp-3q7j-9mx8/GHSA-pwwp-3q7j-9mx8.json rename to advisories/github-reviewed/2024/09/GHSA-pwwp-3q7j-9mx8/GHSA-pwwp-3q7j-9mx8.json index 80120adbb62..f96c49c7088 100644 --- a/advisories/unreviewed/2024/09/GHSA-pwwp-3q7j-9mx8/GHSA-pwwp-3q7j-9mx8.json +++ b/advisories/github-reviewed/2024/09/GHSA-pwwp-3q7j-9mx8/GHSA-pwwp-3q7j-9mx8.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-pwwp-3q7j-9mx8", - "modified": "2024-09-17T21:30:32Z", + "modified": "2024-09-25T18:18:16Z", "published": "2024-09-17T21:30:32Z", "aliases": [ "CVE-2024-8947" ], + "summary": "Use After Free in MicroPython", "details": "A vulnerability was found in MicroPython 1.22.2. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file py/objarray.c. The manipulation leads to use after free. The attack can be launched remotely. The complexity of an attack is rather high. The exploitation appears to be difficult. Upgrading to version 1.23.0 is able to address this issue. The identifier of the patch is 4bed614e707c0644c06e117f848fa12605c711cd. It is recommended to upgrade the affected component. In micropython objarray component, when a bytes object is resized and copied into itself, it may reference memory that has already been freed.", "severity": [ { @@ -18,7 +19,44 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "micropython-copy" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "3.3.3.post3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "micropython-io" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.1" + } + ] + } + ] + } ], "references": [ { @@ -41,6 +79,14 @@ "type": "WEB", "url": "https://github.com/micropython/micropython/releases/tag/v1.23.0" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/micropython-copy/PYSEC-2024-92.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/micropython-io/PYSEC-2024-94.yaml" + }, { "type": "WEB", "url": "https://vuldb.com/?ctiid.277765" @@ -59,8 +105,8 @@ "CWE-416" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-09-25T18:18:16Z", "nvd_published_at": "2024-09-17T19:15:29Z" } } \ No newline at end of file