From 03ca5ab5b881cc40925616f62bf919833f7db8cf Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 19:34:00 +0000 Subject: [PATCH] Publish Advisories GHSA-gp8p-49gr-jv8j GHSA-wh3h-j8wp-6p42 GHSA-gp8p-49gr-jv8j GHSA-wh3h-j8wp-6p42 --- .../GHSA-gp8p-49gr-jv8j.json | 54 ++++++++++++++++ .../GHSA-wh3h-j8wp-6p42.json | 61 +++++++++++++++++++ .../GHSA-gp8p-49gr-jv8j.json | 29 --------- .../GHSA-wh3h-j8wp-6p42.json | 29 --------- 4 files changed, 115 insertions(+), 58 deletions(-) create mode 100644 advisories/github-reviewed/2025/01/GHSA-gp8p-49gr-jv8j/GHSA-gp8p-49gr-jv8j.json create mode 100644 advisories/github-reviewed/2025/01/GHSA-wh3h-j8wp-6p42/GHSA-wh3h-j8wp-6p42.json delete mode 100644 advisories/unreviewed/2025/01/GHSA-gp8p-49gr-jv8j/GHSA-gp8p-49gr-jv8j.json delete mode 100644 advisories/unreviewed/2025/01/GHSA-wh3h-j8wp-6p42/GHSA-wh3h-j8wp-6p42.json diff --git a/advisories/github-reviewed/2025/01/GHSA-gp8p-49gr-jv8j/GHSA-gp8p-49gr-jv8j.json b/advisories/github-reviewed/2025/01/GHSA-gp8p-49gr-jv8j/GHSA-gp8p-49gr-jv8j.json new file mode 100644 index 00000000000..083bc62ff1a --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-gp8p-49gr-jv8j/GHSA-gp8p-49gr-jv8j.json @@ -0,0 +1,54 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gp8p-49gr-jv8j", + "modified": "2025-01-22T19:32:51Z", + "published": "2025-01-22T18:31:56Z", + "aliases": [ + "CVE-2025-24403" + ], + "summary": "Missing permission checks in Jenkins Azure Service Fabric Plugin ", + "details": "The Jenkins Azure Service Fabric Plugin 1.6 and earlier does not perform permission checks in several HTTP endpoints.\n\nThis allows attackers with Overall/Read permission to enumerate credentials IDs of Azure credentials stored in Jenkins. Those can be used as part of an attack to capture the credentials using another vulnerability.\n", + "severity": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:service-fabric" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24403" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/service-fabric-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2025-01-22/#SECURITY-3094" + } + ], + "database_specific": { + "cwe_ids": [], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-01-22T19:32:51Z", + "nvd_published_at": "2025-01-22T17:15:14Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/01/GHSA-wh3h-j8wp-6p42/GHSA-wh3h-j8wp-6p42.json b/advisories/github-reviewed/2025/01/GHSA-wh3h-j8wp-6p42/GHSA-wh3h-j8wp-6p42.json new file mode 100644 index 00000000000..faf0483744d --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-wh3h-j8wp-6p42/GHSA-wh3h-j8wp-6p42.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wh3h-j8wp-6p42", + "modified": "2025-01-22T19:31:58Z", + "published": "2025-01-22T18:31:56Z", + "aliases": [ + "CVE-2025-24402" + ], + "summary": "CSRF vulnerability in Jenkins Azure Service Fabric Plugin ", + "details": "A cross-site request forgery (CSRF) vulnerability in Jenkins Azure Service Fabric Plugin 1.6 and earlier allows attackers to connect to a Service Fabric URL using attacker-specified credentials IDs obtained through another method.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:service-fabric" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24402" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/service-fabric-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2025-01-22/#SECURITY-3094" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-01-22T19:31:57Z", + "nvd_published_at": "2025-01-22T17:15:14Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/01/GHSA-gp8p-49gr-jv8j/GHSA-gp8p-49gr-jv8j.json b/advisories/unreviewed/2025/01/GHSA-gp8p-49gr-jv8j/GHSA-gp8p-49gr-jv8j.json deleted file mode 100644 index e3afd38a07d..00000000000 --- a/advisories/unreviewed/2025/01/GHSA-gp8p-49gr-jv8j/GHSA-gp8p-49gr-jv8j.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-gp8p-49gr-jv8j", - "modified": "2025-01-22T18:31:56Z", - "published": "2025-01-22T18:31:56Z", - "aliases": [ - "CVE-2025-24403" - ], - "details": "A missing permission check in Jenkins Azure Service Fabric Plugin 1.6 and earlier allows attackers with Overall/Read permission to enumerate credentials IDs of Azure credentials stored in Jenkins.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24403" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2025-01-22/#SECURITY-3094" - } - ], - "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-01-22T17:15:14Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2025/01/GHSA-wh3h-j8wp-6p42/GHSA-wh3h-j8wp-6p42.json b/advisories/unreviewed/2025/01/GHSA-wh3h-j8wp-6p42/GHSA-wh3h-j8wp-6p42.json deleted file mode 100644 index a799a096b61..00000000000 --- a/advisories/unreviewed/2025/01/GHSA-wh3h-j8wp-6p42/GHSA-wh3h-j8wp-6p42.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-wh3h-j8wp-6p42", - "modified": "2025-01-22T18:31:56Z", - "published": "2025-01-22T18:31:56Z", - "aliases": [ - "CVE-2025-24402" - ], - "details": "A cross-site request forgery (CSRF) vulnerability in Jenkins Azure Service Fabric Plugin 1.6 and earlier allows attackers to connect to a Service Fabric URL using attacker-specified credentials IDs obtained through another method.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24402" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2025-01-22/#SECURITY-3094" - } - ], - "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-01-22T17:15:14Z" - } -} \ No newline at end of file