mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-8pfj-w89w-m24x
This commit is contained in:
+28
-5
@@ -1,17 +1,36 @@
|
|||||||
{
|
{
|
||||||
"schema_version": "1.4.0",
|
"schema_version": "1.4.0",
|
||||||
"id": "GHSA-8pfj-w89w-m24x",
|
"id": "GHSA-8pfj-w89w-m24x",
|
||||||
"modified": "2024-05-01T18:30:40Z",
|
"modified": "2024-05-28T20:18:43Z",
|
||||||
"published": "2024-04-11T09:30:56Z",
|
"published": "2024-04-11T09:30:56Z",
|
||||||
"aliases": [
|
"aliases": [
|
||||||
"CVE-2024-31861"
|
"CVE-2024-31861"
|
||||||
],
|
],
|
||||||
|
"summary": "Code injection in Apache Zeppelin Shell",
|
||||||
"details": "Improper Control of Generation of Code ('Code Injection') vulnerability in Apache Zeppelin.\n\nThe attackers can use Shell interpreter as a code generation gateway, and execute the generated code as a normal way.\nThis issue affects Apache Zeppelin: from 0.10.1 before 0.11.1.\n\nUsers are recommended to upgrade to version 0.11.1, which doesn't have Shell interpreter by default.\n\n",
|
"details": "Improper Control of Generation of Code ('Code Injection') vulnerability in Apache Zeppelin.\n\nThe attackers can use Shell interpreter as a code generation gateway, and execute the generated code as a normal way.\nThis issue affects Apache Zeppelin: from 0.10.1 before 0.11.1.\n\nUsers are recommended to upgrade to version 0.11.1, which doesn't have Shell interpreter by default.\n\n",
|
||||||
"severity": [
|
"severity": [
|
||||||
|
|
||||||
],
|
],
|
||||||
"affected": [
|
"affected": [
|
||||||
|
{
|
||||||
|
"package": {
|
||||||
|
"ecosystem": "Maven",
|
||||||
|
"name": "org.apache.zeppelin:zeppelin-shell"
|
||||||
|
},
|
||||||
|
"ranges": [
|
||||||
|
{
|
||||||
|
"type": "ECOSYSTEM",
|
||||||
|
"events": [
|
||||||
|
{
|
||||||
|
"introduced": "0.10.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fixed": "0.11.1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
{
|
{
|
||||||
@@ -22,6 +41,10 @@
|
|||||||
"type": "WEB",
|
"type": "WEB",
|
||||||
"url": "https://github.com/apache/zeppelin/pull/4708"
|
"url": "https://github.com/apache/zeppelin/pull/4708"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "PACKAGE",
|
||||||
|
"url": "https://github.com/apache/zeppelin"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "WEB",
|
"type": "WEB",
|
||||||
"url": "https://lists.apache.org/thread/99clvqrht5l5r6kzjzwg2kj94boc9sfh"
|
"url": "https://lists.apache.org/thread/99clvqrht5l5r6kzjzwg2kj94boc9sfh"
|
||||||
@@ -35,9 +58,9 @@
|
|||||||
"cwe_ids": [
|
"cwe_ids": [
|
||||||
"CWE-94"
|
"CWE-94"
|
||||||
],
|
],
|
||||||
"severity": null,
|
"severity": "MODERATE",
|
||||||
"github_reviewed": false,
|
"github_reviewed": true,
|
||||||
"github_reviewed_at": null,
|
"github_reviewed_at": "2024-05-28T20:18:43Z",
|
||||||
"nvd_published_at": "2024-04-11T09:15:08Z"
|
"nvd_published_at": "2024-04-11T09:15:08Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user