From 4ca138a868425155e30e68622ac8f333e6655489 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:32:49 +0000 Subject: [PATCH] Publish Advisories GHSA-4cqv-q33x-wfxw GHSA-643f-hpcc-2gv8 GHSA-v9vj-9pxv-mr2w GHSA-v9vj-9pxv-mr2w --- .../GHSA-4cqv-q33x-wfxw.json | 35 +++++++++-- .../GHSA-643f-hpcc-2gv8.json | 35 +++++++++-- .../GHSA-v9vj-9pxv-mr2w.json | 58 +++++++++++++++++++ .../GHSA-v9vj-9pxv-mr2w.json | 35 ----------- 4 files changed, 116 insertions(+), 47 deletions(-) rename advisories/{unreviewed => github-reviewed}/2023/10/GHSA-4cqv-q33x-wfxw/GHSA-4cqv-q33x-wfxw.json (61%) rename advisories/{unreviewed => github-reviewed}/2023/10/GHSA-643f-hpcc-2gv8/GHSA-643f-hpcc-2gv8.json (60%) create mode 100644 advisories/github-reviewed/2023/10/GHSA-v9vj-9pxv-mr2w/GHSA-v9vj-9pxv-mr2w.json delete mode 100644 advisories/unreviewed/2023/10/GHSA-v9vj-9pxv-mr2w/GHSA-v9vj-9pxv-mr2w.json diff --git a/advisories/unreviewed/2023/10/GHSA-4cqv-q33x-wfxw/GHSA-4cqv-q33x-wfxw.json b/advisories/github-reviewed/2023/10/GHSA-4cqv-q33x-wfxw/GHSA-4cqv-q33x-wfxw.json similarity index 61% rename from advisories/unreviewed/2023/10/GHSA-4cqv-q33x-wfxw/GHSA-4cqv-q33x-wfxw.json rename to advisories/github-reviewed/2023/10/GHSA-4cqv-q33x-wfxw/GHSA-4cqv-q33x-wfxw.json index b260b98c53c..c98c7028b34 100644 --- a/advisories/unreviewed/2023/10/GHSA-4cqv-q33x-wfxw/GHSA-4cqv-q33x-wfxw.json +++ b/advisories/github-reviewed/2023/10/GHSA-4cqv-q33x-wfxw/GHSA-4cqv-q33x-wfxw.json @@ -1,23 +1,46 @@ { "schema_version": "1.4.0", "id": "GHSA-4cqv-q33x-wfxw", - "modified": "2023-10-20T00:30:24Z", + "modified": "2023-10-20T22:31:45Z", "published": "2023-10-20T00:30:24Z", "aliases": [ "CVE-2023-45279" ], + "summary": "Yamcs Cross-site Scripting vulnerability", "details": "Yamcs 5.8.6 allows XSS (issue 1 of 2). It comes with a Bucket as its primary storage mechanism. Buckets allow for the upload of any file. There's a way to upload a display referencing a malicious JavaScript file to the bucket. The user can then open the uploaded display by selecting Telemetry from the menu and navigating to the display.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.yamcs:yamcs" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.8.7" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45279" }, + { + "type": "PACKAGE", + "url": "https://github.com/yamcs/yamcs" + }, { "type": "WEB", "url": "https://github.com/yamcs/yamcs/compare/yamcs-5.8.6...yamcs-5.8.7" @@ -29,11 +52,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-79" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-10-20T22:31:45Z", "nvd_published_at": null } } \ No newline at end of file diff --git a/advisories/unreviewed/2023/10/GHSA-643f-hpcc-2gv8/GHSA-643f-hpcc-2gv8.json b/advisories/github-reviewed/2023/10/GHSA-643f-hpcc-2gv8/GHSA-643f-hpcc-2gv8.json similarity index 60% rename from advisories/unreviewed/2023/10/GHSA-643f-hpcc-2gv8/GHSA-643f-hpcc-2gv8.json rename to advisories/github-reviewed/2023/10/GHSA-643f-hpcc-2gv8/GHSA-643f-hpcc-2gv8.json index d87d1b9b282..e8b400b740b 100644 --- a/advisories/unreviewed/2023/10/GHSA-643f-hpcc-2gv8/GHSA-643f-hpcc-2gv8.json +++ b/advisories/github-reviewed/2023/10/GHSA-643f-hpcc-2gv8/GHSA-643f-hpcc-2gv8.json @@ -1,23 +1,46 @@ { "schema_version": "1.4.0", "id": "GHSA-643f-hpcc-2gv8", - "modified": "2023-10-20T00:30:24Z", + "modified": "2023-10-20T22:32:01Z", "published": "2023-10-20T00:30:24Z", "aliases": [ "CVE-2023-45280" ], + "summary": "Yamcs Cross-site Scripting vulnerability", "details": "Yamcs 5.8.6 allows XSS (issue 2 of 2). It comes with a Bucket as its primary storage mechanism. Buckets allow for the upload of any file. There's a way to upload an HTML file containing arbitrary JavaScript and then navigate to it. Once the user opens the file, the browser will execute the arbitrary JavaScript.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.yamcs:yamcs" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.8.7" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45280" }, + { + "type": "PACKAGE", + "url": "https://github.com/yamcs/yamcs" + }, { "type": "WEB", "url": "https://github.com/yamcs/yamcs/compare/yamcs-5.8.6...yamcs-5.8.7" @@ -29,11 +52,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-79" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-10-20T22:32:01Z", "nvd_published_at": null } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/10/GHSA-v9vj-9pxv-mr2w/GHSA-v9vj-9pxv-mr2w.json b/advisories/github-reviewed/2023/10/GHSA-v9vj-9pxv-mr2w/GHSA-v9vj-9pxv-mr2w.json new file mode 100644 index 00000000000..a832b40b0ba --- /dev/null +++ b/advisories/github-reviewed/2023/10/GHSA-v9vj-9pxv-mr2w/GHSA-v9vj-9pxv-mr2w.json @@ -0,0 +1,58 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-v9vj-9pxv-mr2w", + "modified": "2023-10-20T22:31:26Z", + "published": "2023-10-20T00:30:24Z", + "aliases": [ + "CVE-2023-44690" + ], + "summary": "mycli has Inadequate Encryption Strength", + "details": "Inadequate encryption strength in mycli 1.27.0 allows attackers to view sensitive information via `/mycli/config.py`.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "mycli" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.27.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44690" + }, + { + "type": "WEB", + "url": "https://github.com/dbcli/mycli/issues/1131" + }, + { + "type": "PACKAGE", + "url": "https://github.com/dbcli/mycli" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-326" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-10-20T22:31:26Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/10/GHSA-v9vj-9pxv-mr2w/GHSA-v9vj-9pxv-mr2w.json b/advisories/unreviewed/2023/10/GHSA-v9vj-9pxv-mr2w/GHSA-v9vj-9pxv-mr2w.json deleted file mode 100644 index de590d1c4c8..00000000000 --- a/advisories/unreviewed/2023/10/GHSA-v9vj-9pxv-mr2w/GHSA-v9vj-9pxv-mr2w.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-v9vj-9pxv-mr2w", - "modified": "2023-10-20T00:30:24Z", - "published": "2023-10-20T00:30:24Z", - "aliases": [ - "CVE-2023-44690" - ], - "details": "Inadequate encryption strength in mycli 1.27.0 allows attackers to view sensitive information via /mycli/config.py", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44690" - }, - { - "type": "WEB", - "url": "https://github.com/dbcli/mycli/issues/1131" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": null - } -} \ No newline at end of file