From 0b0762ff92029fa5bcfe509897d8d6edb035f8af Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 18:20:29 +0000 Subject: [PATCH] Publish Advisories GHSA-29m8-wh9p-5wc4 GHSA-29m8-wh9p-5wc4 --- .../GHSA-29m8-wh9p-5wc4.json | 69 +++++++++++++++++++ .../GHSA-29m8-wh9p-5wc4.json | 31 --------- 2 files changed, 69 insertions(+), 31 deletions(-) create mode 100644 advisories/github-reviewed/2025/03/GHSA-29m8-wh9p-5wc4/GHSA-29m8-wh9p-5wc4.json delete mode 100644 advisories/unreviewed/2025/03/GHSA-29m8-wh9p-5wc4/GHSA-29m8-wh9p-5wc4.json diff --git a/advisories/github-reviewed/2025/03/GHSA-29m8-wh9p-5wc4/GHSA-29m8-wh9p-5wc4.json b/advisories/github-reviewed/2025/03/GHSA-29m8-wh9p-5wc4/GHSA-29m8-wh9p-5wc4.json new file mode 100644 index 00000000000..d8a6529ac62 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-29m8-wh9p-5wc4/GHSA-29m8-wh9p-5wc4.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-29m8-wh9p-5wc4", + "modified": "2025-03-27T18:18:39Z", + "published": "2025-03-27T15:31:14Z", + "aliases": [ + "CVE-2025-30067" + ], + "summary": "Apache Kylin Code Injection via JDBC Configuration Alteration", + "details": "Improper Control of Generation of Code ('Code Injection') vulnerability in Apache Kylin. \nIf an attacker gets access to Kylin's system or project admin permission, the JDBC connection configuration maybe altered to execute arbitrary code from the remote. You are fine as long as the Kylin's system and project admin access is well protected.\n\nThis issue affects Apache Kylin: from 4.0.0 through 5.0.1.\n\nUsers are recommended to upgrade to version 5.0.2 or above, which fixes the issue.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.kylin:kylin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "fixed": "5.0.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30067" + }, + { + "type": "WEB", + "url": "https://github.com/apache/kylin/commit/21d98f3ef29f71b50dacabbf039905f9f0f71b95" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/kylin" + }, + { + "type": "WEB", + "url": "https://issues.apache.org/jira/browse/KYLIN-5994" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/6j19pt8yoqfphf1lprtrzoqkvz1gwbnc" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-03-27T18:18:39Z", + "nvd_published_at": "2025-03-27T15:16:02Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-29m8-wh9p-5wc4/GHSA-29m8-wh9p-5wc4.json b/advisories/unreviewed/2025/03/GHSA-29m8-wh9p-5wc4/GHSA-29m8-wh9p-5wc4.json deleted file mode 100644 index 7b00afefd52..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-29m8-wh9p-5wc4/GHSA-29m8-wh9p-5wc4.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-29m8-wh9p-5wc4", - "modified": "2025-03-27T15:31:14Z", - "published": "2025-03-27T15:31:14Z", - "aliases": [ - "CVE-2025-30067" - ], - "details": "Improper Control of Generation of Code ('Code Injection') vulnerability in Apache Kylin. \nIf an attacker gets access to Kylin's system or project admin permission, the JDBC connection configuration maybe altered to execute arbitrary code from the remote. You are fine as long as the Kylin's system and project admin access is well protected.\n\nThis issue affects Apache Kylin: from 4.0.0 through 5.0.1.\n\nUsers are recommended to upgrade to version 5.0.2 or above, which fixes the issue.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30067" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/6j19pt8yoqfphf1lprtrzoqkvz1gwbnc" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-94" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-27T15:16:02Z" - } -} \ No newline at end of file