From ae239fa6abddbbf8639698de4dac4bccc9edc88d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:59:28 +0000 Subject: [PATCH] Publish Advisories GHSA-4g9r-vxhx-9pgx GHSA-5jjq-8cvj-v6m9 GHSA-4g9r-vxhx-9pgx GHSA-5jjq-8cvj-v6m9 --- .../GHSA-4g9r-vxhx-9pgx.json | 65 ++++++++++++++++ .../GHSA-5jjq-8cvj-v6m9.json | 77 +++++++++++++++++++ .../GHSA-4g9r-vxhx-9pgx.json | 42 ---------- .../GHSA-5jjq-8cvj-v6m9.json | 35 --------- 4 files changed, 142 insertions(+), 77 deletions(-) create mode 100644 advisories/github-reviewed/2024/02/GHSA-4g9r-vxhx-9pgx/GHSA-4g9r-vxhx-9pgx.json create mode 100644 advisories/github-reviewed/2024/02/GHSA-5jjq-8cvj-v6m9/GHSA-5jjq-8cvj-v6m9.json delete mode 100644 advisories/unreviewed/2024/02/GHSA-4g9r-vxhx-9pgx/GHSA-4g9r-vxhx-9pgx.json delete mode 100644 advisories/unreviewed/2024/02/GHSA-5jjq-8cvj-v6m9/GHSA-5jjq-8cvj-v6m9.json diff --git a/advisories/github-reviewed/2024/02/GHSA-4g9r-vxhx-9pgx/GHSA-4g9r-vxhx-9pgx.json b/advisories/github-reviewed/2024/02/GHSA-4g9r-vxhx-9pgx/GHSA-4g9r-vxhx-9pgx.json new file mode 100644 index 00000000000..9442f7bb8f4 --- /dev/null +++ b/advisories/github-reviewed/2024/02/GHSA-4g9r-vxhx-9pgx/GHSA-4g9r-vxhx-9pgx.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4g9r-vxhx-9pgx", + "modified": "2024-02-20T23:58:47Z", + "published": "2024-02-19T09:30:50Z", + "aliases": [ + "CVE-2024-25710" + ], + "summary": "Apache Commons Compress: Denial of service caused by an infinite loop for a corrupted DUMP file", + "details": "Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in Apache Commons Compress. This issue affects Apache Commons Compress: from 1.3 through 1.25.0.\n\nUsers are recommended to upgrade to version 1.26.0 which fixes the issue.\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.commons:commons-compress" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.3" + }, + { + "fixed": "1.26.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25710" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/commons-compress" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/cz8qkcwphy4cx8gltn932ln51cbtq6kf" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2024/02/19/1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-835" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-02-20T23:58:47Z", + "nvd_published_at": "2024-02-19T09:15:37Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/02/GHSA-5jjq-8cvj-v6m9/GHSA-5jjq-8cvj-v6m9.json b/advisories/github-reviewed/2024/02/GHSA-5jjq-8cvj-v6m9/GHSA-5jjq-8cvj-v6m9.json new file mode 100644 index 00000000000..1e8f2f08453 --- /dev/null +++ b/advisories/github-reviewed/2024/02/GHSA-5jjq-8cvj-v6m9/GHSA-5jjq-8cvj-v6m9.json @@ -0,0 +1,77 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5jjq-8cvj-v6m9", + "modified": "2024-02-20T23:58:08Z", + "published": "2024-02-19T06:30:33Z", + "aliases": [ + "CVE-2024-26318" + ], + "summary": "Cross-site Scripting in Serenity", + "details": "Serenity before 6.8.0 allows XSS via an email link because LoginPage.tsx permits return URLs that do not begin with a / character.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "Serenity.Net.Core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "6.8.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "@serenity-is/corelib" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "6.8.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26318" + }, + { + "type": "PACKAGE", + "url": "https://github.com/serenity-is/Serenity" + }, + { + "type": "WEB", + "url": "https://serenity.is/docs/release-notes/6.8.0" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-02-20T23:58:08Z", + "nvd_published_at": "2024-02-19T04:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/02/GHSA-4g9r-vxhx-9pgx/GHSA-4g9r-vxhx-9pgx.json b/advisories/unreviewed/2024/02/GHSA-4g9r-vxhx-9pgx/GHSA-4g9r-vxhx-9pgx.json deleted file mode 100644 index 936afd76d65..00000000000 --- a/advisories/unreviewed/2024/02/GHSA-4g9r-vxhx-9pgx/GHSA-4g9r-vxhx-9pgx.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-4g9r-vxhx-9pgx", - "modified": "2024-02-19T12:30:37Z", - "published": "2024-02-19T09:30:50Z", - "aliases": [ - "CVE-2024-25710" - ], - "details": "Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in Apache Commons Compress.This issue affects Apache Commons Compress: from 1.3 through 1.25.0.\n\nUsers are recommended to upgrade to version 1.26.0 which fixes the issue.\n\n", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25710" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/cz8qkcwphy4cx8gltn932ln51cbtq6kf" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2024/02/19/1" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-835" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-02-19T09:15:37Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/02/GHSA-5jjq-8cvj-v6m9/GHSA-5jjq-8cvj-v6m9.json b/advisories/unreviewed/2024/02/GHSA-5jjq-8cvj-v6m9/GHSA-5jjq-8cvj-v6m9.json deleted file mode 100644 index 162bcb2e9f1..00000000000 --- a/advisories/unreviewed/2024/02/GHSA-5jjq-8cvj-v6m9/GHSA-5jjq-8cvj-v6m9.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-5jjq-8cvj-v6m9", - "modified": "2024-02-19T06:30:33Z", - "published": "2024-02-19T06:30:33Z", - "aliases": [ - "CVE-2024-26318" - ], - "details": "Serenity before 6.8.0 allows XSS via an email link because LoginPage.tsx permits return URLs that do not begin with a / character.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26318" - }, - { - "type": "WEB", - "url": "https://serenity.is/docs/release-notes/6.8.0" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-02-19T04:15:07Z" - } -} \ No newline at end of file