From 7899fc926ea762e9b2bd27778487fb4a574eb9d1 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:38:48 +0000 Subject: [PATCH] Publish Advisories GHSA-26hw-262c-g9gc GHSA-wp79-cpv2-9g7m GHSA-x7qf-qh3r-mx22 --- .../GHSA-26hw-262c-g9gc.json | 30 ++++++++++++++++--- .../GHSA-wp79-cpv2-9g7m.json | 30 ++++++++++++++++--- .../GHSA-x7qf-qh3r-mx22.json | 30 ++++++++++++++++--- 3 files changed, 78 insertions(+), 12 deletions(-) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-26hw-262c-g9gc/GHSA-26hw-262c-g9gc.json (60%) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-wp79-cpv2-9g7m/GHSA-wp79-cpv2-9g7m.json (61%) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-x7qf-qh3r-mx22/GHSA-x7qf-qh3r-mx22.json (60%) diff --git a/advisories/unreviewed/2022/05/GHSA-26hw-262c-g9gc/GHSA-26hw-262c-g9gc.json b/advisories/github-reviewed/2022/05/GHSA-26hw-262c-g9gc/GHSA-26hw-262c-g9gc.json similarity index 60% rename from advisories/unreviewed/2022/05/GHSA-26hw-262c-g9gc/GHSA-26hw-262c-g9gc.json rename to advisories/github-reviewed/2022/05/GHSA-26hw-262c-g9gc/GHSA-26hw-262c-g9gc.json index 3d0f7b205b8..e0800f16124 100644 --- a/advisories/unreviewed/2022/05/GHSA-26hw-262c-g9gc/GHSA-26hw-262c-g9gc.json +++ b/advisories/github-reviewed/2022/05/GHSA-26hw-262c-g9gc/GHSA-26hw-262c-g9gc.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-26hw-262c-g9gc", - "modified": "2022-05-14T03:13:12Z", + "modified": "2024-01-30T22:37:12Z", "published": "2022-05-14T03:13:12Z", "aliases": [ "CVE-2018-1000190" ], + "summary": "Exposure of sensitive information vulnerability in Jenkins Black Duck Hub Plugin", "details": "A exposure of sensitive information vulnerability exists in Jenkins Black Duck Hub Plugin 4.0.0 and older in PostBuildScanDescriptor.java that allows attackers 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": [ { @@ -14,7 +15,28 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "com.blackducksoftware.integration:blackduck-hub" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.0.1" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 4.0.0" + } + } ], "references": [ { @@ -31,8 +53,8 @@ "CWE-200" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-01-30T22:37:12Z", "nvd_published_at": "2018-06-05T20:29:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-wp79-cpv2-9g7m/GHSA-wp79-cpv2-9g7m.json b/advisories/github-reviewed/2022/05/GHSA-wp79-cpv2-9g7m/GHSA-wp79-cpv2-9g7m.json similarity index 61% rename from advisories/unreviewed/2022/05/GHSA-wp79-cpv2-9g7m/GHSA-wp79-cpv2-9g7m.json rename to advisories/github-reviewed/2022/05/GHSA-wp79-cpv2-9g7m/GHSA-wp79-cpv2-9g7m.json index 42af4ecab7b..ff1500b3658 100644 --- a/advisories/unreviewed/2022/05/GHSA-wp79-cpv2-9g7m/GHSA-wp79-cpv2-9g7m.json +++ b/advisories/github-reviewed/2022/05/GHSA-wp79-cpv2-9g7m/GHSA-wp79-cpv2-9g7m.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-wp79-cpv2-9g7m", - "modified": "2022-05-14T03:45:21Z", + "modified": "2024-01-30T22:38:21Z", "published": "2022-05-14T03:45:21Z", "aliases": [ "CVE-2017-1000502" ], + "summary": "Arbitrary shell command execution in Jenkins EC2 Plugin", "details": "Users with permission to create or configure agents in Jenkins 1.37 and earlier could configure an EC2 agent to run arbitrary shell commands on the master node whenever the agent was supposed to be launched. Configuration of these agents now requires the 'Run Scripts' permission typically only granted to administrators.", "severity": [ { @@ -14,7 +15,28 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:ec2" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.38" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 1.37" + } + } ], "references": [ { @@ -31,8 +53,8 @@ "CWE-78" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-01-30T22:38:21Z", "nvd_published_at": "2018-01-24T23:29:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-x7qf-qh3r-mx22/GHSA-x7qf-qh3r-mx22.json b/advisories/github-reviewed/2022/05/GHSA-x7qf-qh3r-mx22/GHSA-x7qf-qh3r-mx22.json similarity index 60% rename from advisories/unreviewed/2022/05/GHSA-x7qf-qh3r-mx22/GHSA-x7qf-qh3r-mx22.json rename to advisories/github-reviewed/2022/05/GHSA-x7qf-qh3r-mx22/GHSA-x7qf-qh3r-mx22.json index 18d69640024..8ad5babc943 100644 --- a/advisories/unreviewed/2022/05/GHSA-x7qf-qh3r-mx22/GHSA-x7qf-qh3r-mx22.json +++ b/advisories/github-reviewed/2022/05/GHSA-x7qf-qh3r-mx22/GHSA-x7qf-qh3r-mx22.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-x7qf-qh3r-mx22", - "modified": "2022-05-14T03:46:09Z", + "modified": "2024-01-30T22:36:41Z", "published": "2022-05-14T03:46:09Z", "aliases": [ "CVE-2018-1000010" ], + "summary": "XXE vulnerability in Jenkins DRY Plugin", "details": "Jenkins DRY Plugin 2.49 and earlier processes XML external entities in files it parses as part of the build process, allowing attackers with user permissions in Jenkins to extract secrets from the Jenkins master, perform server-side request forgery, or denial-of-service attacks.", "severity": [ { @@ -14,7 +15,28 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.jvnet.hudson.plugins:dry" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.50" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.49" + } + } ], "references": [ { @@ -31,8 +53,8 @@ "CWE-611" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-01-30T22:36:41Z", "nvd_published_at": "2018-01-23T14:29:00Z" } } \ No newline at end of file