diff --git a/advisories/unreviewed/2024/08/GHSA-2fqr-cx7q-3ph8/GHSA-2fqr-cx7q-3ph8.json b/advisories/github-reviewed/2024/08/GHSA-2fqr-cx7q-3ph8/GHSA-2fqr-cx7q-3ph8.json similarity index 54% rename from advisories/unreviewed/2024/08/GHSA-2fqr-cx7q-3ph8/GHSA-2fqr-cx7q-3ph8.json rename to advisories/github-reviewed/2024/08/GHSA-2fqr-cx7q-3ph8/GHSA-2fqr-cx7q-3ph8.json index 8051cb29635..6d3f2d470ae 100644 --- a/advisories/unreviewed/2024/08/GHSA-2fqr-cx7q-3ph8/GHSA-2fqr-cx7q-3ph8.json +++ b/advisories/github-reviewed/2024/08/GHSA-2fqr-cx7q-3ph8/GHSA-2fqr-cx7q-3ph8.json @@ -1,20 +1,43 @@ { "schema_version": "1.4.0", "id": "GHSA-2fqr-cx7q-3ph8", - "modified": "2024-08-02T21:31:34Z", + "modified": "2024-08-05T17:27:41Z", "published": "2024-08-02T21:31:34Z", "aliases": [ "CVE-2024-7319" ], + "summary": "openstack-heat may disclose sensitive information", "details": "An incomplete fix for CVE-2023-1625 was found in openstack-heat. Sensitive information may possibly be disclosed through the OpenStack stack abandon command with the hidden feature set to True and the CVE-2023-1625 fix applied.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L" } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "openstack-heat" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "22.0.1" + } + ] + } + ] + } ], "references": [ { @@ -28,6 +51,14 @@ { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258810" + }, + { + "type": "PACKAGE", + "url": "https://github.com/openstack/heat" + }, + { + "type": "WEB", + "url": "https://storyboard.openstack.org/#!/story/2011007" } ], "database_specific": { @@ -35,8 +66,8 @@ "CWE-200" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-08-05T17:27:41Z", "nvd_published_at": "2024-08-02T21:16:31Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/08/GHSA-rpcc-p8xm-rc6p/GHSA-rpcc-p8xm-rc6p.json b/advisories/github-reviewed/2024/08/GHSA-rpcc-p8xm-rc6p/GHSA-rpcc-p8xm-rc6p.json similarity index 69% rename from advisories/unreviewed/2024/08/GHSA-rpcc-p8xm-rc6p/GHSA-rpcc-p8xm-rc6p.json rename to advisories/github-reviewed/2024/08/GHSA-rpcc-p8xm-rc6p/GHSA-rpcc-p8xm-rc6p.json index 97afad72bb5..9a4bfb386df 100644 --- a/advisories/unreviewed/2024/08/GHSA-rpcc-p8xm-rc6p/GHSA-rpcc-p8xm-rc6p.json +++ b/advisories/github-reviewed/2024/08/GHSA-rpcc-p8xm-rc6p/GHSA-rpcc-p8xm-rc6p.json @@ -1,20 +1,43 @@ { "schema_version": "1.4.0", "id": "GHSA-rpcc-p8xm-rc6p", - "modified": "2024-08-02T21:31:34Z", + "modified": "2024-08-05T17:28:04Z", "published": "2024-08-02T21:31:34Z", "aliases": [ "CVE-2024-3056" ], + "summary": "Podman vulnerable to memory-based denial of service", "details": "A flaw was found in Podman. This issue may allow an attacker to create a specially crafted container that, when configured to share the same IPC with at least one other container, can create a large number of IPC resources in /dev/shm. The malicious container will continue to exhaust resources until it is out-of-memory (OOM) killed. While the malicious container's cgroup will be removed, the IPC resources it created are not. Those resources are tied to the IPC namespace that will not be removed until all containers using it are stopped, and one non-malicious container is holding the namespace open. The malicious container is restarted, either automatically or by attacker control, repeating the process and increasing the amount of memory consumed. With a container configured to restart always, such as `podman run --restart=always`, this can result in a memory-based denial of service of the system.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H" + }, + { + "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" } ], "affected": [ - + { + "package": { + "ecosystem": "Go", + "name": "github.com/containers/podman/v5" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "5.2.0" + } + ] + } + ] + } ], "references": [ { @@ -28,6 +51,10 @@ { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270717" + }, + { + "type": "PACKAGE", + "url": "https://github.com/containers/podman" } ], "database_specific": { @@ -35,8 +62,8 @@ "CWE-400" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-08-05T17:28:04Z", "nvd_published_at": "2024-08-02T21:16:30Z" } } \ No newline at end of file