From 6736a74b34fcdb2bcb7b0cb45f4b9da5ed649da7 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:31:27 +0000 Subject: [PATCH] Publish GHSA-6gch-63wp-4v5f --- .../GHSA-6gch-63wp-4v5f.json | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 advisories/github-reviewed/2024/09/GHSA-6gch-63wp-4v5f/GHSA-6gch-63wp-4v5f.json diff --git a/advisories/github-reviewed/2024/09/GHSA-6gch-63wp-4v5f/GHSA-6gch-63wp-4v5f.json b/advisories/github-reviewed/2024/09/GHSA-6gch-63wp-4v5f/GHSA-6gch-63wp-4v5f.json new file mode 100644 index 00000000000..14268239b6e --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-6gch-63wp-4v5f/GHSA-6gch-63wp-4v5f.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6gch-63wp-4v5f", + "modified": "2024-09-25T14:29:58Z", + "published": "2024-09-25T03:30:35Z", + "aliases": [ + "CVE-2024-39928" + ], + "summary": "Apache Linkis Spark EngineConn: Commons Lang's RandomStringUtils Random string security vulnerability", + "details": "In Apache Linkis <= 1.5.0, a Random string security vulnerability in Spark EngineConn, random string generated by the Token when starting Py4j uses the Commons Lang's RandomStringUtils.\nUsers are recommended to upgrade to version 1.6.0, which fixes this issue.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.linkis:linkis-engineplugin-spark" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39928" + }, + { + "type": "WEB", + "url": "https://github.com/apache/linkis/commit/82c2f4b201b746e9206bb58ef98f536fc333aa07" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/linkis" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/g664n13nb17rsogcfrn8kjgd8m89p8nw" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-326" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-09-25T14:29:58Z", + "nvd_published_at": "2024-09-25T01:15:40Z" + } +} \ No newline at end of file