From fed4eab1740bc27f6749784ed5a2b2d54cb843f3 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:12:04 +0000 Subject: [PATCH] Publish Advisories GHSA-9v8g-f9mq-739g GHSA-cgh7-rgqg-hrcx GHSA-hj7p-h74j-6gxj GHSA-hj7p-h74j-6gxj --- .../GHSA-9v8g-f9mq-739g.json | 37 +++++++-- .../GHSA-cgh7-rgqg-hrcx.json | 39 +++++++-- .../GHSA-hj7p-h74j-6gxj.json | 83 +++++++++++++++++++ .../GHSA-hj7p-h74j-6gxj.json | 39 --------- 4 files changed, 146 insertions(+), 52 deletions(-) rename advisories/{unreviewed => github-reviewed}/2023/09/GHSA-9v8g-f9mq-739g/GHSA-9v8g-f9mq-739g.json (52%) rename advisories/{unreviewed => github-reviewed}/2023/09/GHSA-cgh7-rgqg-hrcx/GHSA-cgh7-rgqg-hrcx.json (52%) create mode 100644 advisories/github-reviewed/2023/09/GHSA-hj7p-h74j-6gxj/GHSA-hj7p-h74j-6gxj.json delete mode 100644 advisories/unreviewed/2023/09/GHSA-hj7p-h74j-6gxj/GHSA-hj7p-h74j-6gxj.json diff --git a/advisories/unreviewed/2023/09/GHSA-9v8g-f9mq-739g/GHSA-9v8g-f9mq-739g.json b/advisories/github-reviewed/2023/09/GHSA-9v8g-f9mq-739g/GHSA-9v8g-f9mq-739g.json similarity index 52% rename from advisories/unreviewed/2023/09/GHSA-9v8g-f9mq-739g/GHSA-9v8g-f9mq-739g.json rename to advisories/github-reviewed/2023/09/GHSA-9v8g-f9mq-739g/GHSA-9v8g-f9mq-739g.json index 118be2d21a1..5835ab7d9ec 100644 --- a/advisories/unreviewed/2023/09/GHSA-9v8g-f9mq-739g/GHSA-9v8g-f9mq-739g.json +++ b/advisories/github-reviewed/2023/09/GHSA-9v8g-f9mq-739g/GHSA-9v8g-f9mq-739g.json @@ -1,17 +1,42 @@ { "schema_version": "1.4.0", "id": "GHSA-9v8g-f9mq-739g", - "modified": "2023-09-06T15:30:26Z", + "modified": "2024-01-30T23:11:07Z", "published": "2023-09-06T15:30:26Z", "aliases": [ "CVE-2023-41934" ], + "summary": "Improper masking of credentials in Jenkins Pipeline Maven Integration Plugin", "details": "Jenkins Pipeline Maven Integration Plugin 1330.v18e473854496 and earlier does not properly mask (i.e., replace with asterisks) usernames of credentials specified in custom Maven settings in Pipeline build logs if \"Treat username as secret\" is checked.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:pipeline-maven" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1331.v003efa_fd6e81" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 1330.v18e473854496" + } + } ], "references": [ { @@ -31,9 +56,9 @@ "cwe_ids": [ ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-01-30T23:11:07Z", "nvd_published_at": "2023-09-06T13:15:10Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2023/09/GHSA-cgh7-rgqg-hrcx/GHSA-cgh7-rgqg-hrcx.json b/advisories/github-reviewed/2023/09/GHSA-cgh7-rgqg-hrcx/GHSA-cgh7-rgqg-hrcx.json similarity index 52% rename from advisories/unreviewed/2023/09/GHSA-cgh7-rgqg-hrcx/GHSA-cgh7-rgqg-hrcx.json rename to advisories/github-reviewed/2023/09/GHSA-cgh7-rgqg-hrcx/GHSA-cgh7-rgqg-hrcx.json index f2c9fe378f1..09985e6a1b6 100644 --- a/advisories/unreviewed/2023/09/GHSA-cgh7-rgqg-hrcx/GHSA-cgh7-rgqg-hrcx.json +++ b/advisories/github-reviewed/2023/09/GHSA-cgh7-rgqg-hrcx/GHSA-cgh7-rgqg-hrcx.json @@ -1,17 +1,42 @@ { "schema_version": "1.4.0", "id": "GHSA-cgh7-rgqg-hrcx", - "modified": "2023-09-06T15:30:26Z", + "modified": "2024-01-30T23:11:19Z", "published": "2023-09-06T15:30:26Z", "aliases": [ "CVE-2023-41932" ], + "summary": "Path traversal allows exploiting XXE vulnerability in Jenkins Job Configuration History Plugin", "details": "Jenkins Job Configuration History Plugin 1227.v7a_79fc4dc01f and earlier does not restrict 'timestamp' query parameters in multiple endpoints, allowing attackers with to delete attacker-specified directories on the Jenkins controller file system as long as they contain a file called 'history.xml'.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:jobConfigHistory" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1229.v3039470161a_d" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 1227.v7a" + } + } ], "references": [ { @@ -29,11 +54,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-611" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-01-30T23:11:19Z", "nvd_published_at": "2023-09-06T13:15:09Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/09/GHSA-hj7p-h74j-6gxj/GHSA-hj7p-h74j-6gxj.json b/advisories/github-reviewed/2023/09/GHSA-hj7p-h74j-6gxj/GHSA-hj7p-h74j-6gxj.json new file mode 100644 index 00000000000..e1f2d87b4db --- /dev/null +++ b/advisories/github-reviewed/2023/09/GHSA-hj7p-h74j-6gxj/GHSA-hj7p-h74j-6gxj.json @@ -0,0 +1,83 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hj7p-h74j-6gxj", + "modified": "2024-01-30T23:10:45Z", + "published": "2023-09-06T15:30:26Z", + "aliases": [ + "CVE-2023-41935" + ], + "summary": "Non-constant time nonce comparison in Jenkins Microsoft Entra ID (previously Azure AD) Plugin", + "details": "Jenkins Azure AD Plugin 396.v86ce29279947 and earlier, except 378.380.v545b_1154b_3fb_, uses a non-constant time comparison function when checking whether the provided and expected CSRF protection nonce are equal, potentially allowing attackers to use statistical methods to obtain a valid nonce.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:azure-ad" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "378.380.v545b" + }, + { + "fixed": "397.v907382dd9b" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 396.v86ce29279947" + } + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:azure-ad" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "378.vd6e2874a" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41935" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2023-09-06/#SECURITY-3227" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2023/09/06/9" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-697" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-01-30T23:10:45Z", + "nvd_published_at": "2023-09-06T13:15:10Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/09/GHSA-hj7p-h74j-6gxj/GHSA-hj7p-h74j-6gxj.json b/advisories/unreviewed/2023/09/GHSA-hj7p-h74j-6gxj/GHSA-hj7p-h74j-6gxj.json deleted file mode 100644 index 1ce496b05a8..00000000000 --- a/advisories/unreviewed/2023/09/GHSA-hj7p-h74j-6gxj/GHSA-hj7p-h74j-6gxj.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-hj7p-h74j-6gxj", - "modified": "2023-09-06T15:30:26Z", - "published": "2023-09-06T15:30:26Z", - "aliases": [ - "CVE-2023-41935" - ], - "details": "Jenkins Azure AD Plugin 396.v86ce29279947 and earlier, except 378.380.v545b_1154b_3fb_, uses a non-constant time comparison function when checking whether the provided and expected CSRF protection nonce are equal, potentially allowing attackers to use statistical methods to obtain a valid nonce.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41935" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2023-09-06/#SECURITY-3227" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2023/09/06/9" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-09-06T13:15:10Z" - } -} \ No newline at end of file