From 33afa3bc32e2dcb62df2d8eeb54913e0e51ef734 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:28:50 +0000 Subject: [PATCH] Publish Advisories GHSA-8pv9-qh96-9hc6 GHSA-8pv9-qh96-9hc6 --- .../GHSA-8pv9-qh96-9hc6.json | 115 ++++++++++++++++++ .../GHSA-8pv9-qh96-9hc6.json | 35 ------ 2 files changed, 115 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2024/08/GHSA-8pv9-qh96-9hc6/GHSA-8pv9-qh96-9hc6.json delete mode 100644 advisories/unreviewed/2024/08/GHSA-8pv9-qh96-9hc6/GHSA-8pv9-qh96-9hc6.json diff --git a/advisories/github-reviewed/2024/08/GHSA-8pv9-qh96-9hc6/GHSA-8pv9-qh96-9hc6.json b/advisories/github-reviewed/2024/08/GHSA-8pv9-qh96-9hc6/GHSA-8pv9-qh96-9hc6.json new file mode 100644 index 00000000000..1b87353e86f --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-8pv9-qh96-9hc6/GHSA-8pv9-qh96-9hc6.json @@ -0,0 +1,115 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8pv9-qh96-9hc6", + "modified": "2024-08-07T18:26:58Z", + "published": "2024-08-07T15:30:42Z", + "aliases": [ + "CVE-2024-43045" + ], + "summary": "Jenkins does not perform a permission check in an HTTP endpoint", + "details": "Jenkins 2.470 and earlier, LTS 2.452.3 and earlier does not perform a permission check in an HTTP endpoint.\n\nThis allows attackers with Overall/Read permission to access other users' \"My Views\". Attackers with global View/Configure and View/Delete permissions are also able to change other users' \"My Views\".\n\nJenkins 2.471, LTS 2.452.4, LTS 2.462.1 restricts access to a user’s \"My Views\" to the owning user and administrators.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.main:jenkins-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.452.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.main:jenkins-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.460" + }, + { + "fixed": "2.462.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.main:jenkins-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.470" + }, + { + "fixed": "2.471" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43045" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/jenkins/commit/0c13259cebc6a780fee7825838f4dd98ece8e68a" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/jenkins/commit/3752f406bfef764e4954238acf44343169ae5799" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/jenkins/commit/efece77d759b38c95b39b191051a8203bbc2f428" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/jenkins" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2024-08-07/#SECURITY-3349" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-285" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-08-07T18:26:58Z", + "nvd_published_at": "2024-08-07T14:15:33Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/08/GHSA-8pv9-qh96-9hc6/GHSA-8pv9-qh96-9hc6.json b/advisories/unreviewed/2024/08/GHSA-8pv9-qh96-9hc6/GHSA-8pv9-qh96-9hc6.json deleted file mode 100644 index 550fb0b3337..00000000000 --- a/advisories/unreviewed/2024/08/GHSA-8pv9-qh96-9hc6/GHSA-8pv9-qh96-9hc6.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-8pv9-qh96-9hc6", - "modified": "2024-08-07T15:30:42Z", - "published": "2024-08-07T15:30:42Z", - "aliases": [ - "CVE-2024-43045" - ], - "details": "Jenkins 2.470 and earlier, LTS 2.452.3 and earlier does not perform a permission check in an HTTP endpoint, allowing attackers with Overall/Read permission to access other users' \"My Views\".", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43045" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2024-08-07/#SECURITY-3349" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-08-07T14:15:33Z" - } -} \ No newline at end of file