From 00bb5d7b656dff0cf4608b448e49fe151b6620a0 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:44:47 +0000 Subject: [PATCH] Publish Advisories GHSA-mxf8-grm7-mvqw GHSA-mxf8-grm7-mvqw --- .../GHSA-mxf8-grm7-mvqw.json | 61 +++++++++++++++++++ .../GHSA-mxf8-grm7-mvqw.json | 42 ------------- 2 files changed, 61 insertions(+), 42 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-mxf8-grm7-mvqw/GHSA-mxf8-grm7-mvqw.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-mxf8-grm7-mvqw/GHSA-mxf8-grm7-mvqw.json diff --git a/advisories/github-reviewed/2022/05/GHSA-mxf8-grm7-mvqw/GHSA-mxf8-grm7-mvqw.json b/advisories/github-reviewed/2022/05/GHSA-mxf8-grm7-mvqw/GHSA-mxf8-grm7-mvqw.json new file mode 100644 index 00000000000..b9cb5774bd8 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-mxf8-grm7-mvqw/GHSA-mxf8-grm7-mvqw.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mxf8-grm7-mvqw", + "modified": "2023-10-27T17:43:32Z", + "published": "2022-05-24T17:03:47Z", + "aliases": [ + "CVE-2019-16559" + ], + "summary": "Jenkins WebSphere Deployer Plugin missing permission check", + "details": "Jenkins WebSphere Deployer Plugin 1.6.1 and earlier does not perform permission checks in methods performing form validation. This allows users with Overall/Read access to perform connection tests, determine whether files with an attacker-specified path exist on the Jenkins controller file system, and obtain limited information about the Jenkins and plugin configuration based on the responses. The latter include the ability to set plugin configuration options.\n\nAdditionally, these form validation methods do not require POST requests, resulting in a CSRF vulnerability.\n\nAs of publication of this advisory, there is no fix.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:websphere-deployer" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.6.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16559" + }, + { + "type": "WEB", + "url": "https://jenkins.io/security/advisory/2019-12-17/#SECURITY-1371" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2019/12/17/1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-276" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-10-27T17:43:32Z", + "nvd_published_at": "2019-12-17T15:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-mxf8-grm7-mvqw/GHSA-mxf8-grm7-mvqw.json b/advisories/unreviewed/2022/05/GHSA-mxf8-grm7-mvqw/GHSA-mxf8-grm7-mvqw.json deleted file mode 100644 index 023c59e70e4..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-mxf8-grm7-mvqw/GHSA-mxf8-grm7-mvqw.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-mxf8-grm7-mvqw", - "modified": "2023-10-25T18:31:31Z", - "published": "2022-05-24T17:03:47Z", - "aliases": [ - "CVE-2019-16559" - ], - "details": "A missing permission check in Jenkins WebSphere Deployer Plugin 1.6.1 and earlier allows attackers with Overall/Read permission to perform connection tests and determine whether files with an attacker-specified path exist on the Jenkins master file system.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16559" - }, - { - "type": "WEB", - "url": "https://jenkins.io/security/advisory/2019-12-17/#SECURITY-1371" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2019/12/17/1" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-276" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-12-17T15:15:00Z" - } -} \ No newline at end of file