From d6981c4fd91608d8c2c6119b35a482148d0e5df6 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:07:39 +0000 Subject: [PATCH] Publish Advisories GHSA-jpfp-xq3p-4h3r GHSA-mw99-9chc-xw7r GHSA-rqxc-9p8h-xqgq --- .../GHSA-jpfp-xq3p-4h3r.json | 27 +++++++-- .../GHSA-mw99-9chc-xw7r.json | 57 +++++++++++++++++++ .../GHSA-rqxc-9p8h-xqgq.json | 38 +++++++++++-- 3 files changed, 112 insertions(+), 10 deletions(-) rename advisories/{unreviewed => github-reviewed}/2023/12/GHSA-jpfp-xq3p-4h3r/GHSA-jpfp-xq3p-4h3r.json (76%) create mode 100644 advisories/github-reviewed/2023/12/GHSA-mw99-9chc-xw7r/GHSA-mw99-9chc-xw7r.json rename advisories/{unreviewed => github-reviewed}/2023/12/GHSA-rqxc-9p8h-xqgq/GHSA-rqxc-9p8h-xqgq.json (54%) diff --git a/advisories/unreviewed/2023/12/GHSA-jpfp-xq3p-4h3r/GHSA-jpfp-xq3p-4h3r.json b/advisories/github-reviewed/2023/12/GHSA-jpfp-xq3p-4h3r/GHSA-jpfp-xq3p-4h3r.json similarity index 76% rename from advisories/unreviewed/2023/12/GHSA-jpfp-xq3p-4h3r/GHSA-jpfp-xq3p-4h3r.json rename to advisories/github-reviewed/2023/12/GHSA-jpfp-xq3p-4h3r/GHSA-jpfp-xq3p-4h3r.json index ba08366740f..184af96f81c 100644 --- a/advisories/unreviewed/2023/12/GHSA-jpfp-xq3p-4h3r/GHSA-jpfp-xq3p-4h3r.json +++ b/advisories/github-reviewed/2023/12/GHSA-jpfp-xq3p-4h3r/GHSA-jpfp-xq3p-4h3r.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-jpfp-xq3p-4h3r", - "modified": "2023-12-23T21:30:30Z", + "modified": "2023-12-27T15:06:30Z", "published": "2023-12-23T21:30:30Z", "aliases": [ "CVE-2016-15036" ], + "summary": "Deis Workflow Manager race condition vulnerability", "details": "** UNSUPPORTED WHEN ASSIGNED ** A vulnerability was found in Deis Workflow Manager up to 2.3.2. It has been classified as problematic. This affects an unknown part. The manipulation leads to race condition. The complexity of an attack is rather high. The exploitability is told to be difficult. Upgrading to version 2.3.3 is able to address this issue. The patch is named 31fe3bccbdde134a185752e53380330d16053f7f. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-248847. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Go", + "name": "github.com/deis/workflow-manager" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.3.3" + } + ] + } + ] + } ], "references": [ { @@ -47,8 +66,8 @@ "CWE-362" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2023-12-27T15:06:30Z", "nvd_published_at": "2023-12-23T20:15:37Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/12/GHSA-mw99-9chc-xw7r/GHSA-mw99-9chc-xw7r.json b/advisories/github-reviewed/2023/12/GHSA-mw99-9chc-xw7r/GHSA-mw99-9chc-xw7r.json new file mode 100644 index 00000000000..f06bdc9b60b --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-mw99-9chc-xw7r/GHSA-mw99-9chc-xw7r.json @@ -0,0 +1,57 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mw99-9chc-xw7r", + "modified": "2023-12-27T15:06:52Z", + "published": "2023-12-27T15:06:52Z", + "aliases": [ + "CVE-2023-49568" + ], + "summary": "Maliciously crafted Git server replies can cause DoS on go-git clients", + "details": "### Impact\nA denial of service (DoS) vulnerability was discovered in go-git versions prior to `v5.11`. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in `go-git` clients. \n\nApplications using only the in-memory filesystem supported by `go-git` are not affected by this vulnerability.\nThis is a `go-git` implementation issue and does not affect the upstream `git` cli.\n\n### Patches\nUsers running versions of `go-git` from `v4` and above are recommended to upgrade to `v5.11` in order to mitigate this vulnerability.\n\n### Workarounds\nIn cases where a bump to the latest version of `go-git` is not possible, we recommend limiting its use to only trust-worthy Git servers.\n\n## Credit\nThanks to Ionut Lalu for responsibly disclosing this vulnerability to us.\n\n### References\n- [GHSA-mw99-9chc-xw7r](https://github.com/go-git/go-git/security/advisories/GHSA-mw99-9chc-xw7r)\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": "Go", + "name": "github.com/go-git/go-git/v5" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "fixed": "5.11.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/go-git/go-git/security/advisories/GHSA-mw99-9chc-xw7r" + }, + { + "type": "PACKAGE", + "url": "https://github.com/go-git/go-git" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-12-27T15:06:52Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-rqxc-9p8h-xqgq/GHSA-rqxc-9p8h-xqgq.json b/advisories/github-reviewed/2023/12/GHSA-rqxc-9p8h-xqgq/GHSA-rqxc-9p8h-xqgq.json similarity index 54% rename from advisories/unreviewed/2023/12/GHSA-rqxc-9p8h-xqgq/GHSA-rqxc-9p8h-xqgq.json rename to advisories/github-reviewed/2023/12/GHSA-rqxc-9p8h-xqgq/GHSA-rqxc-9p8h-xqgq.json index be52682b52c..612370d7797 100644 --- a/advisories/unreviewed/2023/12/GHSA-rqxc-9p8h-xqgq/GHSA-rqxc-9p8h-xqgq.json +++ b/advisories/github-reviewed/2023/12/GHSA-rqxc-9p8h-xqgq/GHSA-rqxc-9p8h-xqgq.json @@ -1,17 +1,39 @@ { "schema_version": "1.4.0", "id": "GHSA-rqxc-9p8h-xqgq", - "modified": "2023-12-24T06:30:31Z", + "modified": "2023-12-27T15:07:14Z", "published": "2023-12-24T06:30:31Z", "aliases": [ "CVE-2023-51763" ], + "summary": "ActiveAdmin vulnerable to CSV injection", "details": "csv_builder.rb in ActiveAdmin (aka Active Admin) before 3.2.0 allows CSV injection.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H" + } ], "affected": [ - + { + "package": { + "ecosystem": "RubyGems", + "name": "activeadmin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.2.0" + } + ] + } + ] + } ], "references": [ { @@ -26,6 +48,10 @@ "type": "WEB", "url": "https://github.com/activeadmin/activeadmin/commit/697be2b183491beadc8f0b7d8b5bfb44f2387909" }, + { + "type": "PACKAGE", + "url": "https://github.com/activeadmin/activeadmin" + }, { "type": "WEB", "url": "https://github.com/activeadmin/activeadmin/releases/tag/v3.2.0" @@ -35,9 +61,9 @@ "cwe_ids": [ ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-12-27T15:07:14Z", "nvd_published_at": "2023-12-24T04:15:07Z" } } \ No newline at end of file