From 7972ddde681f5d4d26696943445224147d6dc107 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:37:23 +0000 Subject: [PATCH] Publish Advisories GHSA-f22j-9j59-33j4 GHSA-jjvc-v8gw-5255 GHSA-f22j-9j59-33j4 GHSA-jjvc-v8gw-5255 --- .../GHSA-f22j-9j59-33j4.json | 69 +++++++++++++++++++ .../GHSA-jjvc-v8gw-5255.json | 69 +++++++++++++++++++ .../GHSA-f22j-9j59-33j4.json | 35 ---------- .../GHSA-jjvc-v8gw-5255.json | 35 ---------- 4 files changed, 138 insertions(+), 70 deletions(-) create mode 100644 advisories/github-reviewed/2024/07/GHSA-f22j-9j59-33j4/GHSA-f22j-9j59-33j4.json create mode 100644 advisories/github-reviewed/2024/07/GHSA-jjvc-v8gw-5255/GHSA-jjvc-v8gw-5255.json delete mode 100644 advisories/unreviewed/2024/07/GHSA-f22j-9j59-33j4/GHSA-f22j-9j59-33j4.json delete mode 100644 advisories/unreviewed/2024/07/GHSA-jjvc-v8gw-5255/GHSA-jjvc-v8gw-5255.json diff --git a/advisories/github-reviewed/2024/07/GHSA-f22j-9j59-33j4/GHSA-f22j-9j59-33j4.json b/advisories/github-reviewed/2024/07/GHSA-f22j-9j59-33j4/GHSA-f22j-9j59-33j4.json new file mode 100644 index 00000000000..a938cf5e824 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-f22j-9j59-33j4/GHSA-f22j-9j59-33j4.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-f22j-9j59-33j4", + "modified": "2024-07-15T17:35:53Z", + "published": "2024-07-15T09:36:22Z", + "aliases": [ + "CVE-2023-41916" + ], + "summary": "Apache Linkis DataSource allows arbitrary file reading", + "details": "In Apache Linkis = 1.4.0, due to the lack of effective filtering of parameters, an attacker configuring malicious Mysql JDBC parameters in the DataSource Manager Module will trigger arbitrary file reading. Therefore, the parameters in the Mysql JDBC URL should be blacklisted. This attack requires the attacker to obtain an authorized account from Linkis before it can be carried out. \n\nVersions of Apache Linkis = 1.4.0 will be affected. \n\nWe recommend users upgrade the version of Linkis to version 1.6.0.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.linkis:linkis-datasource" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.4.0" + }, + { + "fixed": "1.6.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41916" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/linkis" + }, + { + "type": "WEB", + "url": "https://linkis.apache.org/download/release-notes-1.6.0" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/dxkpwyoxy1jpdwlpqp15zvo0jxn4v729" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-552" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-15T17:35:53Z", + "nvd_published_at": "2024-07-15T08:15:02Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/07/GHSA-jjvc-v8gw-5255/GHSA-jjvc-v8gw-5255.json b/advisories/github-reviewed/2024/07/GHSA-jjvc-v8gw-5255/GHSA-jjvc-v8gw-5255.json new file mode 100644 index 00000000000..f9d528029f2 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-jjvc-v8gw-5255/GHSA-jjvc-v8gw-5255.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jjvc-v8gw-5255", + "modified": "2024-07-15T17:36:38Z", + "published": "2024-07-15T09:36:22Z", + "aliases": [ + "CVE-2023-46801" + ], + "summary": "Apache Linkis DataSource remote code execution vulnerability", + "details": "In Apache Linkis <= 1.5.0, data source management module, when adding Mysql data source, exists remote code execution vulnerability for java version < 1.8.0_241. The deserialization vulnerability exploited through jrmp can inject malicious files into the server and execute them. \n\nThis attack requires the attacker to obtain an authorized account from Linkis before it can be carried out.  We recommend that users upgrade the java version to >= 1.8.0_241. Or users upgrade Linkis to version 1.6.0.\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.linkis:linkis-datasource" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.4.0" + }, + { + "fixed": "1.6.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46801" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/linkis" + }, + { + "type": "WEB", + "url": "https://linkis.apache.org/download/release-notes-1.6.0" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/0dnzh64xy1n7qo3rgo2loz9zn7m9xgdx" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-502" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-07-15T17:36:37Z", + "nvd_published_at": "2024-07-15T08:15:02Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-f22j-9j59-33j4/GHSA-f22j-9j59-33j4.json b/advisories/unreviewed/2024/07/GHSA-f22j-9j59-33j4/GHSA-f22j-9j59-33j4.json deleted file mode 100644 index 2f245895527..00000000000 --- a/advisories/unreviewed/2024/07/GHSA-f22j-9j59-33j4/GHSA-f22j-9j59-33j4.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-f22j-9j59-33j4", - "modified": "2024-07-15T09:36:22Z", - "published": "2024-07-15T09:36:22Z", - "aliases": [ - "CVE-2023-41916" - ], - "details": "\nIn Apache Linkis =1.4.0, due to the lack of effective filtering\nof parameters, an attacker configuring malicious Mysql JDBC parameters in the DataSource Manager Module will trigger arbitrary file reading. Therefore, the parameters in the Mysql JDBC URL should be blacklisted. This attack requires the attacker to obtain an authorized account from Linkis before it can be carried out. Versions of Apache Linkis = 1.4.0 will be affected. \nWe recommend users upgrade the version of Linkis to version 1.5.0.\n\n", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41916" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/dxkpwyoxy1jpdwlpqp15zvo0jxn4v729" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-552" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-07-15T08:15:02Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-jjvc-v8gw-5255/GHSA-jjvc-v8gw-5255.json b/advisories/unreviewed/2024/07/GHSA-jjvc-v8gw-5255/GHSA-jjvc-v8gw-5255.json deleted file mode 100644 index 256e1de6945..00000000000 --- a/advisories/unreviewed/2024/07/GHSA-jjvc-v8gw-5255/GHSA-jjvc-v8gw-5255.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-jjvc-v8gw-5255", - "modified": "2024-07-15T09:36:22Z", - "published": "2024-07-15T09:36:22Z", - "aliases": [ - "CVE-2023-46801" - ], - "details": "\nIn Apache Linkis <= 1.5.0, data source management module, when adding Mysql data source, exists remote code execution vulnerability for java version < 1.8.0_241. The deserialization vulnerability exploited through jrmp can inject malicious files into the server and execute them. \n\nThis attack requires the attacker to obtain an authorized account from Linkis before it can be carried out.  We recommend that users upgrade the java version to >= 1.8.0_241. Or users upgrade Linkis to version 1.6.0.\n\n", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46801" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/0dnzh64xy1n7qo3rgo2loz9zn7m9xgdx" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-502" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-07-15T08:15:02Z" - } -} \ No newline at end of file