From c72c1037214e75de35dd5a00de2daa1b92ad0377 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 21:39:41 +0000 Subject: [PATCH] Publish Advisories GHSA-6wvf-f2vw-3425 GHSA-g95v-3pj6-j433 --- .../GHSA-6wvf-f2vw-3425.json | 35 +++++++++++++++-- .../GHSA-g95v-3pj6-j433.json | 38 ++++++++++++++++--- 2 files changed, 63 insertions(+), 10 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/05/GHSA-6wvf-f2vw-3425/GHSA-6wvf-f2vw-3425.json (57%) rename advisories/{unreviewed => github-reviewed}/2024/05/GHSA-g95v-3pj6-j433/GHSA-g95v-3pj6-j433.json (57%) diff --git a/advisories/unreviewed/2024/05/GHSA-6wvf-f2vw-3425/GHSA-6wvf-f2vw-3425.json b/advisories/github-reviewed/2024/05/GHSA-6wvf-f2vw-3425/GHSA-6wvf-f2vw-3425.json similarity index 57% rename from advisories/unreviewed/2024/05/GHSA-6wvf-f2vw-3425/GHSA-6wvf-f2vw-3425.json rename to advisories/github-reviewed/2024/05/GHSA-6wvf-f2vw-3425/GHSA-6wvf-f2vw-3425.json index dce3ad7817c..e1b9fc754bf 100644 --- a/advisories/unreviewed/2024/05/GHSA-6wvf-f2vw-3425/GHSA-6wvf-f2vw-3425.json +++ b/advisories/github-reviewed/2024/05/GHSA-6wvf-f2vw-3425/GHSA-6wvf-f2vw-3425.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-6wvf-f2vw-3425", - "modified": "2024-05-14T18:30:52Z", + "modified": "2024-05-14T21:38:29Z", "published": "2024-05-14T18:30:52Z", "aliases": [ "CVE-2024-3727" ], + "summary": "github.com/containers/image allows unexpected authenticated registry accesses", "details": "A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Go", + "name": "github.com/containers/image" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.30.1" + } + ] + } + ] + } ], "references": [ { @@ -28,6 +47,14 @@ { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274767" + }, + { + "type": "PACKAGE", + "url": "https://github.com/containers/image" + }, + { + "type": "WEB", + "url": "https://github.com/containers/image/releases/tag/v5.30.1" } ], "database_specific": { @@ -35,8 +62,8 @@ "CWE-354" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-05-14T21:38:29Z", "nvd_published_at": "2024-05-14T15:42:07Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-g95v-3pj6-j433/GHSA-g95v-3pj6-j433.json b/advisories/github-reviewed/2024/05/GHSA-g95v-3pj6-j433/GHSA-g95v-3pj6-j433.json similarity index 57% rename from advisories/unreviewed/2024/05/GHSA-g95v-3pj6-j433/GHSA-g95v-3pj6-j433.json rename to advisories/github-reviewed/2024/05/GHSA-g95v-3pj6-j433/GHSA-g95v-3pj6-j433.json index 065ef562dbf..c0b8f772839 100644 --- a/advisories/unreviewed/2024/05/GHSA-g95v-3pj6-j433/GHSA-g95v-3pj6-j433.json +++ b/advisories/github-reviewed/2024/05/GHSA-g95v-3pj6-j433/GHSA-g95v-3pj6-j433.json @@ -1,17 +1,39 @@ { "schema_version": "1.4.0", "id": "GHSA-g95v-3pj6-j433", - "modified": "2024-05-14T18:30:52Z", + "modified": "2024-05-14T21:37:55Z", "published": "2024-05-14T18:30:52Z", "aliases": [ "CVE-2024-3462" ], + "summary": "Ant Media Server does not properly authorize non-administrative API calls", "details": "Ant Media Server Community Edition in a default configuration is vulnerable to an improper HTTP header based authorization, leading to a possible use of non-administrative API calls reserved only for authorized users. \nAll versions up to 2.9.0 (tested) and possibly newer ones are believed to be vulnerable as the vendor has not confirmed releasing a patch.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" + } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "io.antmedia:ant-media-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.9.0" + } + ] + } + ] + } ], "references": [ { @@ -29,15 +51,19 @@ { "type": "WEB", "url": "https://cert.pl/posts/2024/05/CVE-2024-3462" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ant-media/Ant-Media-Server" } ], "database_specific": { "cwe_ids": [ "CWE-863" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-14T21:37:55Z", "nvd_published_at": "2024-05-14T15:41:14Z" } } \ No newline at end of file