Publish Advisories

GHSA-cjr8-5rw4-wh65
GHSA-cjr8-5rw4-wh65
This commit is contained in:
advisory-database[bot]
2023-10-26 23:02:44 +00:00
parent ee1da16653
commit 8833577ecc
2 changed files with 65 additions and 42 deletions
@@ -0,0 +1,65 @@
{
"schema_version": "1.4.0",
"id": "GHSA-cjr8-5rw4-wh65",
"modified": "2023-10-26T23:01:32Z",
"published": "2022-05-24T16:55:01Z",
"aliases": [
"CVE-2019-10390"
],
"summary": "Jenkins Splunk Plugin Sandbox Bypass",
"details": "Jenkins Splunk Plugin has a form validation HTTP endpoint used to validate a user-submitted Groovy script through compilation, which was not subject to sandbox protection. This allowed attackers with Overall/Read access to execute arbitrary code on the Jenkins controller by applying AST transforming annotations such as `@Grab` to source code elements.\n\nThe affected HTTP endpoint now applies a safe Groovy compiler configuration preventing the use of unsafe AST transforming annotations.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "com.splunk.splunkins:splunk-devops"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.8.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10390"
},
{
"type": "WEB",
"url": "https://github.com/jenkinsci/splunk-devops-plugin/commit/58db2878a7faa4c34f73774f28740e5ac8041928"
},
{
"type": "WEB",
"url": "https://jenkins.io/security/advisory/2019-08-28/#SECURITY-1294"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2019/08/28/4"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2023-10-26T23:01:32Z",
"nvd_published_at": "2019-08-28T16:15:00Z"
}
}
@@ -1,42 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-cjr8-5rw4-wh65",
"modified": "2023-10-25T18:31:25Z",
"published": "2022-05-24T16:55:01Z",
"aliases": [
"CVE-2019-10390"
],
"details": "A sandbox bypass vulnerability in Jenkins Splunk Plugin 1.7.4 and earlier allowed attackers with Overall/Read permission to provide a Groovy script to an HTTP endpoint that can result in arbitrary code execution on the Jenkins master JVM.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10390"
},
{
"type": "WEB",
"url": "https://jenkins.io/security/advisory/2019-08-28/#SECURITY-1294"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2019/08/28/4"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2019-08-28T16:15:00Z"
}
}