From 958f5b069e8d285b78ab5e554774051a3f780338 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:01:24 +0000 Subject: [PATCH] Publish Advisories GHSA-4265-ccf5-phj5 GHSA-8xff-473h-f863 GHSA-4265-ccf5-phj5 --- .../GHSA-4265-ccf5-phj5.json | 65 +++++++++++++++++++ .../GHSA-8xff-473h-f863.json | 64 ++++++++++++++++++ .../GHSA-4265-ccf5-phj5.json | 39 ----------- 3 files changed, 129 insertions(+), 39 deletions(-) create mode 100644 advisories/github-reviewed/2024/02/GHSA-4265-ccf5-phj5/GHSA-4265-ccf5-phj5.json create mode 100644 advisories/github-reviewed/2024/02/GHSA-8xff-473h-f863/GHSA-8xff-473h-f863.json delete mode 100644 advisories/unreviewed/2024/02/GHSA-4265-ccf5-phj5/GHSA-4265-ccf5-phj5.json diff --git a/advisories/github-reviewed/2024/02/GHSA-4265-ccf5-phj5/GHSA-4265-ccf5-phj5.json b/advisories/github-reviewed/2024/02/GHSA-4265-ccf5-phj5/GHSA-4265-ccf5-phj5.json new file mode 100644 index 00000000000..fb69c164e54 --- /dev/null +++ b/advisories/github-reviewed/2024/02/GHSA-4265-ccf5-phj5/GHSA-4265-ccf5-phj5.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4265-ccf5-phj5", + "modified": "2024-02-20T23:59:29Z", + "published": "2024-02-19T09:30:52Z", + "aliases": [ + "CVE-2024-26308" + ], + "summary": "Apache Commons Compress: OutOfMemoryError unpacking broken Pack200 file", + "details": "Allocation of Resources Without Limits or Throttling vulnerability in Apache Commons Compress. This issue affects Apache Commons Compress: from 1.21 before 1.26.\n\nUsers are recommended to upgrade to version 1.26, which fixes the issue.\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.commons:commons-compress" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.21" + }, + { + "fixed": "1.26.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26308" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/commons-compress" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/ch5yo2d21p7vlqrhll9b17otbyq4npfg" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2024/02/19/2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-770" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-02-20T23:59:29Z", + "nvd_published_at": "2024-02-19T09:15:38Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/02/GHSA-8xff-473h-f863/GHSA-8xff-473h-f863.json b/advisories/github-reviewed/2024/02/GHSA-8xff-473h-f863/GHSA-8xff-473h-f863.json new file mode 100644 index 00000000000..06732455dcc --- /dev/null +++ b/advisories/github-reviewed/2024/02/GHSA-8xff-473h-f863/GHSA-8xff-473h-f863.json @@ -0,0 +1,64 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8xff-473h-f863", + "modified": "2024-02-21T00:00:54Z", + "published": "2024-02-21T00:00:54Z", + "aliases": [ + + ], + "summary": "Uncaught Exception Handling Parsing Errors on Line Terminators", + "details": "The span rendering would panic when handling failed parsing of queries where the error occurred on a line terminator character.\n\n### Impact\n\nA client that is authorized to run queries in a SurrealDB server is able to execute a malformed query which will fail to parse on a line terminator character and cause a panic in the span rendering code. This will crash the server, leading to denial of service.\n\n### Patches\n\n- Version 1.2.1 and later are not affected by this issue.\n\n### Workarounds\n\nConcerned users unable to update may want to limit the ability of untrusted users to run arbitrary SurrealQL queries in the affected versions of SurrealDB. To limit the impact of the denial of service, SurrealDB administrators may also want to ensure that the SurrealDB process is running so that it can be automatically re-started after a crash.\n\n### References\n\n- #3527\n- https://github.com/StarlaneStudios/Surrealist/issues/177", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "crates.io", + "name": "surrealdb" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.2.1" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 1.2.0" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/surrealdb/surrealdb/security/advisories/GHSA-8xff-473h-f863" + }, + { + "type": "WEB", + "url": "https://github.com/StarlaneStudios/Surrealist/issues/177" + }, + { + "type": "PACKAGE", + "url": "https://github.com/surrealdb/surrealdb" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-248" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-02-21T00:00:54Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/02/GHSA-4265-ccf5-phj5/GHSA-4265-ccf5-phj5.json b/advisories/unreviewed/2024/02/GHSA-4265-ccf5-phj5/GHSA-4265-ccf5-phj5.json deleted file mode 100644 index 1ad890b67a9..00000000000 --- a/advisories/unreviewed/2024/02/GHSA-4265-ccf5-phj5/GHSA-4265-ccf5-phj5.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-4265-ccf5-phj5", - "modified": "2024-02-19T12:30:37Z", - "published": "2024-02-19T09:30:52Z", - "aliases": [ - "CVE-2024-26308" - ], - "details": "Allocation of Resources Without Limits or Throttling vulnerability in Apache Commons Compress.This issue affects Apache Commons Compress: from 1.21 before 1.26.\n\nUsers are recommended to upgrade to version 1.26, which fixes the issue.\n\n", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26308" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/ch5yo2d21p7vlqrhll9b17otbyq4npfg" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2024/02/19/2" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-770" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-02-19T09:15:38Z" - } -} \ No newline at end of file