From db1e70bbdbc44e9ae2a95b7e04ffeefb6369d49d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:28:56 +0000 Subject: [PATCH] Publish Advisories GHSA-px35-882c-47hw GHSA-wrr5-p265-7252 GHSA-c2cc-3569-6jh2 --- .../GHSA-px35-882c-47hw.json | 31 ++++++++++++++--- .../GHSA-wrr5-p265-7252.json | 34 ++++++++++++++++--- .../GHSA-c2cc-3569-6jh2.json | 11 ++++-- 3 files changed, 66 insertions(+), 10 deletions(-) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-px35-882c-47hw/GHSA-px35-882c-47hw.json (59%) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-wrr5-p265-7252/GHSA-wrr5-p265-7252.json (57%) diff --git a/advisories/unreviewed/2022/05/GHSA-px35-882c-47hw/GHSA-px35-882c-47hw.json b/advisories/github-reviewed/2022/05/GHSA-px35-882c-47hw/GHSA-px35-882c-47hw.json similarity index 59% rename from advisories/unreviewed/2022/05/GHSA-px35-882c-47hw/GHSA-px35-882c-47hw.json rename to advisories/github-reviewed/2022/05/GHSA-px35-882c-47hw/GHSA-px35-882c-47hw.json index 040f94913cf..a83008e13ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-px35-882c-47hw/GHSA-px35-882c-47hw.json +++ b/advisories/github-reviewed/2022/05/GHSA-px35-882c-47hw/GHSA-px35-882c-47hw.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-px35-882c-47hw", - "modified": "2023-10-25T18:31:21Z", + "modified": "2024-01-30T21:27:36Z", "published": "2022-05-24T22:00:03Z", "aliases": [ "CVE-2019-10326" ], + "summary": "Jenkins Warnings NG Plugin cross-site request forgery vulnerability", "details": "A cross-site request forgery vulnerability in Jenkins Warnings NG Plugin 5.0.0 and earlier allowed attackers to reset warning counts for future builds.", "severity": [ { @@ -14,13 +15,35 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "io.jenkins.plugins:warnings-ng" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.1.0" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10326" }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/warnings-ng-plugin/blob/main/CHANGELOG.md#510---2019-5-31" + }, { "type": "WEB", "url": "https://jenkins.io/security/advisory/2019-05-31/#SECURITY-1391" @@ -39,8 +62,8 @@ "CWE-352" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-01-30T21:27:36Z", "nvd_published_at": "2019-05-31T15:29:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-wrr5-p265-7252/GHSA-wrr5-p265-7252.json b/advisories/github-reviewed/2022/05/GHSA-wrr5-p265-7252/GHSA-wrr5-p265-7252.json similarity index 57% rename from advisories/unreviewed/2022/05/GHSA-wrr5-p265-7252/GHSA-wrr5-p265-7252.json rename to advisories/github-reviewed/2022/05/GHSA-wrr5-p265-7252/GHSA-wrr5-p265-7252.json index 72027827c04..00434739d1f 100644 --- a/advisories/unreviewed/2022/05/GHSA-wrr5-p265-7252/GHSA-wrr5-p265-7252.json +++ b/advisories/github-reviewed/2022/05/GHSA-wrr5-p265-7252/GHSA-wrr5-p265-7252.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-wrr5-p265-7252", - "modified": "2023-10-25T18:31:21Z", + "modified": "2024-01-30T21:27:43Z", "published": "2022-05-24T22:00:03Z", "aliases": [ "CVE-2019-10325" ], + "summary": "Jenkins Warnings NG Plugin Cross-site scripting vulnerability", "details": "A cross-site scripting vulnerability in Jenkins Warnings NG Plugin 5.0.0 and earlier allowed attacker with Job/Configure permission to inject arbitrary JavaScript in build overview pages.", "severity": [ { @@ -14,13 +15,38 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "io.jenkins.plugins:warnings-ng" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.1.0" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 5.0.0" + } + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10325" }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/warnings-ng-plugin/blob/main/CHANGELOG.md#510---2019-5-31" + }, { "type": "WEB", "url": "https://jenkins.io/security/advisory/2019-05-31/#SECURITY-1373" @@ -39,8 +65,8 @@ "CWE-79" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-01-30T21:27:43Z", "nvd_published_at": "2019-05-31T15:29:00Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/08/GHSA-c2cc-3569-6jh2/GHSA-c2cc-3569-6jh2.json b/advisories/github-reviewed/2023/08/GHSA-c2cc-3569-6jh2/GHSA-c2cc-3569-6jh2.json index dc9768dc2d5..579cf8bdcf9 100644 --- a/advisories/github-reviewed/2023/08/GHSA-c2cc-3569-6jh2/GHSA-c2cc-3569-6jh2.json +++ b/advisories/github-reviewed/2023/08/GHSA-c2cc-3569-6jh2/GHSA-c2cc-3569-6jh2.json @@ -28,11 +28,14 @@ "introduced": "0" }, { - "last_affected": "0.9.16" + "fixed": "0.9.18" } ] } - ] + ], + "database_specific": { + "last_known_affected_version_range": "<= 0.9.17" + } } ], "references": [ @@ -52,6 +55,10 @@ "type": "PACKAGE", "url": "https://github.com/weichsel/ZIPFoundation" }, + { + "type": "WEB", + "url": "https://github.com/weichsel/ZIPFoundation/releases/tag/0.9.18" + }, { "type": "WEB", "url": "https://ostorlab.co/vulndb/advisory/OVE-2023-4"