diff --git a/advisories/github-reviewed/2022/05/GHSA-87hx-q65g-r35x/GHSA-87hx-q65g-r35x.json b/advisories/github-reviewed/2022/05/GHSA-87hx-q65g-r35x/GHSA-87hx-q65g-r35x.json new file mode 100644 index 00000000000..2250fff5f39 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-87hx-q65g-r35x/GHSA-87hx-q65g-r35x.json @@ -0,0 +1,76 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-87hx-q65g-r35x", + "modified": "2023-10-26T22:52:42Z", + "published": "2022-05-24T16:52:45Z", + "aliases": [ + "CVE-2019-10368" + ], + "summary": "Jenkins JClouds Plugin cross-site request forgery vulnerability", + "details": "Jenkins JClouds Plugin did not perform permission checks on a method implementing form validation. This allowed users with Overall/Read access to Jenkins to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.\n\nAdditionally, this form validation method did not require POST requests, resulting in a cross-site request forgery vulnerability.\n\nThis form validation method now requires POST requests and Overall/Administer permission.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:jclouds-jenkins" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.15" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.14" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10368" + }, + { + "type": "WEB", + "url": "https://jenkins.io/security/advisory/2019-08-07/#SECURITY-1482" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread.html/r42b7ff290ed5ec8f27f12c54fff54462ffc4bcf6a5015c37fece94ac%40%3Cnotifications.jclouds.apache.org%3E" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread.html/r6c4693d03d15391814c647742db49a4d9937fa34573fb66103d57b45%40%3Cnotifications.jclouds.apache.org%3E" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread.html/r725e55670dbdd214f3cfdfea255b72a75fa9a4f0c6c9d109b29c7881%40%3Cnotifications.jclouds.apache.org%3E" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2019/08/07/1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-10-26T22:52:42Z", + "nvd_published_at": "2019-08-07T15:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-87hx-q65g-r35x/GHSA-87hx-q65g-r35x.json b/advisories/unreviewed/2022/05/GHSA-87hx-q65g-r35x/GHSA-87hx-q65g-r35x.json deleted file mode 100644 index f5b4a47fd5b..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-87hx-q65g-r35x/GHSA-87hx-q65g-r35x.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-87hx-q65g-r35x", - "modified": "2023-10-25T18:31:23Z", - "published": "2022-05-24T16:52:45Z", - "aliases": [ - "CVE-2019-10368" - ], - "details": "A cross-site request forgery vulnerability in Jenkins JClouds Plugin 2.14 and earlier in BlobStoreProfile.DescriptorImpl#doTestConnection and JCloudsCloud.DescriptorImpl#doTestConnection allowed users with Overall/Read access to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10368" - }, - { - "type": "WEB", - "url": "https://jenkins.io/security/advisory/2019-08-07/#SECURITY-1482" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread.html/r42b7ff290ed5ec8f27f12c54fff54462ffc4bcf6a5015c37fece94ac%40%3Cnotifications.jclouds.apache.org%3E" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread.html/r6c4693d03d15391814c647742db49a4d9937fa34573fb66103d57b45%40%3Cnotifications.jclouds.apache.org%3E" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread.html/r725e55670dbdd214f3cfdfea255b72a75fa9a4f0c6c9d109b29c7881%40%3Cnotifications.jclouds.apache.org%3E" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2019/08/07/1" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-352" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-08-07T15:15:00Z" - } -} \ No newline at end of file