From 5904743b471184e17f61b99a494d557eabb910cb 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:31:18 +0000 Subject: [PATCH] Publish Advisories GHSA-23r7-hf6g-qqqg GHSA-449p-7c3p-vf7g GHSA-c8qr-vfjf-62q3 --- .../GHSA-23r7-hf6g-qqqg.json | 27 ++++++++++++++++--- .../GHSA-449p-7c3p-vf7g.json | 27 ++++++++++++++++--- .../GHSA-c8qr-vfjf-62q3.json | 27 ++++++++++++++++--- 3 files changed, 69 insertions(+), 12 deletions(-) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-23r7-hf6g-qqqg/GHSA-23r7-hf6g-qqqg.json (67%) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-449p-7c3p-vf7g/GHSA-449p-7c3p-vf7g.json (67%) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-c8qr-vfjf-62q3/GHSA-c8qr-vfjf-62q3.json (68%) diff --git a/advisories/unreviewed/2022/05/GHSA-23r7-hf6g-qqqg/GHSA-23r7-hf6g-qqqg.json b/advisories/github-reviewed/2022/05/GHSA-23r7-hf6g-qqqg/GHSA-23r7-hf6g-qqqg.json similarity index 67% rename from advisories/unreviewed/2022/05/GHSA-23r7-hf6g-qqqg/GHSA-23r7-hf6g-qqqg.json rename to advisories/github-reviewed/2022/05/GHSA-23r7-hf6g-qqqg/GHSA-23r7-hf6g-qqqg.json index eecb443848d..86d704e4eb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-23r7-hf6g-qqqg/GHSA-23r7-hf6g-qqqg.json +++ b/advisories/github-reviewed/2022/05/GHSA-23r7-hf6g-qqqg/GHSA-23r7-hf6g-qqqg.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-23r7-hf6g-qqqg", - "modified": "2022-05-13T01:25:41Z", + "modified": "2024-01-30T22:29:39Z", "published": "2022-05-13T01:25:41Z", "aliases": [ "CVE-2019-1003090" ], + "summary": "CSRF vulnerability in Jenkins SOASTA CloudTest Plugin", "details": "A cross-site request forgery vulnerability in Jenkins SOASTA CloudTest Plugin in the CloudTestServer.DescriptorImpl#doValidate form validation method allows attackers to initiate a connection to an attacker-specified server.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "com.soasta.jenkins:cloudtest" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.25" + } + ] + } + ] + } ], "references": [ { @@ -39,8 +58,8 @@ "CWE-352" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-01-30T22:29:39Z", "nvd_published_at": "2019-04-04T16:29:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-449p-7c3p-vf7g/GHSA-449p-7c3p-vf7g.json b/advisories/github-reviewed/2022/05/GHSA-449p-7c3p-vf7g/GHSA-449p-7c3p-vf7g.json similarity index 67% rename from advisories/unreviewed/2022/05/GHSA-449p-7c3p-vf7g/GHSA-449p-7c3p-vf7g.json rename to advisories/github-reviewed/2022/05/GHSA-449p-7c3p-vf7g/GHSA-449p-7c3p-vf7g.json index adb273651f2..13a37cf96fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-449p-7c3p-vf7g/GHSA-449p-7c3p-vf7g.json +++ b/advisories/github-reviewed/2022/05/GHSA-449p-7c3p-vf7g/GHSA-449p-7c3p-vf7g.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-449p-7c3p-vf7g", - "modified": "2022-05-13T01:25:42Z", + "modified": "2024-01-30T22:30:06Z", "published": "2022-05-13T01:25:42Z", "aliases": [ "CVE-2019-1003082" ], + "summary": "CSRF vulnerability in Jenkins Gearman Plugin", "details": "A cross-site request forgery vulnerability in Jenkins Gearman Plugin in the GearmanPluginConfig#doTestConnection form validation method allows attackers to initiate a connection to an attacker-specified server.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:gearman-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.4.0" + } + ] + } + ] + } ], "references": [ { @@ -39,8 +58,8 @@ "CWE-352" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-01-30T22:30:06Z", "nvd_published_at": "2019-04-04T16:29:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-c8qr-vfjf-62q3/GHSA-c8qr-vfjf-62q3.json b/advisories/github-reviewed/2022/05/GHSA-c8qr-vfjf-62q3/GHSA-c8qr-vfjf-62q3.json similarity index 68% rename from advisories/unreviewed/2022/05/GHSA-c8qr-vfjf-62q3/GHSA-c8qr-vfjf-62q3.json rename to advisories/github-reviewed/2022/05/GHSA-c8qr-vfjf-62q3/GHSA-c8qr-vfjf-62q3.json index 743272c7760..23932510f94 100644 --- a/advisories/unreviewed/2022/05/GHSA-c8qr-vfjf-62q3/GHSA-c8qr-vfjf-62q3.json +++ b/advisories/github-reviewed/2022/05/GHSA-c8qr-vfjf-62q3/GHSA-c8qr-vfjf-62q3.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-c8qr-vfjf-62q3", - "modified": "2022-05-13T01:36:51Z", + "modified": "2024-01-30T22:29:21Z", "published": "2022-05-13T01:36:51Z", "aliases": [ "CVE-2017-2654" ], + "summary": "Emails were sent to addresses not associated with actual users of Jenkins by Email Extension Plugin", "details": "jenkins-email-ext before version 2.57.1 is vulnerable to an Information Exposure. The Email Extension Plugins is able to send emails to a dynamically created list of users based on the changelogs, like authors of SCM changes since the last successful build. This could in some cases result in emails being sent to people who have no user account in Jenkins, and in rare cases even people who were not involved in whatever project was being built, due to some mapping based on the local-part of email addresses.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:email-ext" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.57.1" + } + ] + } + ] + } ], "references": [ { @@ -35,8 +54,8 @@ "CWE-200" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-01-30T22:29:21Z", "nvd_published_at": "2018-08-06T22:29:00Z" } } \ No newline at end of file