From fb28903c0b15585c7ec23274ed0830af695cf472 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 16:43:35 +0000 Subject: [PATCH] Publish Advisories GHSA-hxgx-584x-vwm8 GHSA-58ch-c2jf-5g23 GHSA-58ch-c2jf-5g23 --- .../GHSA-hxgx-584x-vwm8.json | 31 ++++++++-- .../GHSA-58ch-c2jf-5g23.json | 61 +++++++++++++++++++ .../GHSA-58ch-c2jf-5g23.json | 38 ------------ 3 files changed, 86 insertions(+), 44 deletions(-) rename advisories/{unreviewed => github-reviewed}/2023/03/GHSA-hxgx-584x-vwm8/GHSA-hxgx-584x-vwm8.json (58%) create mode 100644 advisories/github-reviewed/2023/04/GHSA-58ch-c2jf-5g23/GHSA-58ch-c2jf-5g23.json delete mode 100644 advisories/unreviewed/2023/04/GHSA-58ch-c2jf-5g23/GHSA-58ch-c2jf-5g23.json diff --git a/advisories/unreviewed/2023/03/GHSA-hxgx-584x-vwm8/GHSA-hxgx-584x-vwm8.json b/advisories/github-reviewed/2023/03/GHSA-hxgx-584x-vwm8/GHSA-hxgx-584x-vwm8.json similarity index 58% rename from advisories/unreviewed/2023/03/GHSA-hxgx-584x-vwm8/GHSA-hxgx-584x-vwm8.json rename to advisories/github-reviewed/2023/03/GHSA-hxgx-584x-vwm8/GHSA-hxgx-584x-vwm8.json index 2ceac8a8b4a..7940a198838 100644 --- a/advisories/unreviewed/2023/03/GHSA-hxgx-584x-vwm8/GHSA-hxgx-584x-vwm8.json +++ b/advisories/github-reviewed/2023/03/GHSA-hxgx-584x-vwm8/GHSA-hxgx-584x-vwm8.json @@ -1,12 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-hxgx-584x-vwm8", - "modified": "2023-04-08T03:30:28Z", + "modified": "2023-04-10T16:42:16Z", "published": "2023-03-31T21:30:40Z", "aliases": [ "CVE-2023-27159" ], - "details": "Appwrite up to v1.2.1 was discovered to contain a Server-Side Request Forgery (SSRF) via the component /v1/avatars/favicon. This vulnerability allows attackers to access network resources and sensitive information via a crafted GET request.", + "summary": "Appwrite Server-Side Request Forgery vulnerability", + "details": "Appwrite up to v1.2.1 was discovered to contain a Server-Side Request Forgery (SSRF) via the component `/v1/avatars/favicon`. This vulnerability allows attackers to access network resources and sensitive information via a crafted GET request.", "severity": [ { "type": "CVSS_V3", @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Packagist", + "name": "appwrite/server-ce" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.2.1" + } + ] + } + ] + } ], "references": [ { @@ -30,7 +49,7 @@ "url": "https://gist.github.com/b33t1e/e9e8192317c111e7897e04d2f9bf5fdb" }, { - "type": "WEB", + "type": "PACKAGE", "url": "https://github.com/appwrite/appwrite" }, { @@ -47,8 +66,8 @@ "CWE-918" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2023-04-10T16:42:16Z", "nvd_published_at": "2023-03-31T19:15:00Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/04/GHSA-58ch-c2jf-5g23/GHSA-58ch-c2jf-5g23.json b/advisories/github-reviewed/2023/04/GHSA-58ch-c2jf-5g23/GHSA-58ch-c2jf-5g23.json new file mode 100644 index 00000000000..65b7eb00869 --- /dev/null +++ b/advisories/github-reviewed/2023/04/GHSA-58ch-c2jf-5g23/GHSA-58ch-c2jf-5g23.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-58ch-c2jf-5g23", + "modified": "2023-04-10T16:42:59Z", + "published": "2023-04-02T21:30:16Z", + "aliases": [ + "CVE-2023-28684" + ], + "summary": "Jenkins remote-jobs-view-plugin vulnerable to XML external entity attacks", + "details": "Jenkins remote-jobs-view-plugin Plugin 0.0.3 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks.\n\nThis allows authenticated attackers with Overall/Read permission to have Jenkins parse a crafted XML document that uses external entities for extraction of secrets from the Jenkins controller or server-side request forgery.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "com.sap.jenkinsci:remote-jobs-view-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.0.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28684" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/remote-jobs-view-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2023-03-21/#SECURITY-2956" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-611" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-04-10T16:42:59Z", + "nvd_published_at": "2023-04-02T21:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/04/GHSA-58ch-c2jf-5g23/GHSA-58ch-c2jf-5g23.json b/advisories/unreviewed/2023/04/GHSA-58ch-c2jf-5g23/GHSA-58ch-c2jf-5g23.json deleted file mode 100644 index 6c2425b27bb..00000000000 --- a/advisories/unreviewed/2023/04/GHSA-58ch-c2jf-5g23/GHSA-58ch-c2jf-5g23.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-58ch-c2jf-5g23", - "modified": "2023-04-09T03:30:18Z", - "published": "2023-04-02T21:30:16Z", - "aliases": [ - "CVE-2023-28684" - ], - "details": "Jenkins remote-jobs-view-plugin Plugin 0.0.3 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28684" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2023-03-21/#SECURITY-2956" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-611" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-04-02T21:15:00Z" - } -} \ No newline at end of file