From a39a60d0bcf87d5e2ac733afc6590d24e28dd1e3 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:42:19 +0000 Subject: [PATCH] Publish Advisories GHSA-g58x-57fv-86jh GHSA-g58x-57fv-86jh --- .../GHSA-g58x-57fv-86jh.json | 72 +++++++++++++++++++ .../GHSA-g58x-57fv-86jh.json | 39 ---------- 2 files changed, 72 insertions(+), 39 deletions(-) create mode 100644 advisories/github-reviewed/2023/09/GHSA-g58x-57fv-86jh/GHSA-g58x-57fv-86jh.json delete mode 100644 advisories/unreviewed/2023/09/GHSA-g58x-57fv-86jh/GHSA-g58x-57fv-86jh.json diff --git a/advisories/github-reviewed/2023/09/GHSA-g58x-57fv-86jh/GHSA-g58x-57fv-86jh.json b/advisories/github-reviewed/2023/09/GHSA-g58x-57fv-86jh/GHSA-g58x-57fv-86jh.json new file mode 100644 index 00000000000..45bf2940f5b --- /dev/null +++ b/advisories/github-reviewed/2023/09/GHSA-g58x-57fv-86jh/GHSA-g58x-57fv-86jh.json @@ -0,0 +1,72 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g58x-57fv-86jh", + "modified": "2024-01-09T18:41:00Z", + "published": "2023-09-06T15:30:26Z", + "aliases": [ + "CVE-2023-41936" + ], + "summary": "Jenkins Google Login Plugin non-constant time token comparison", + "details": "Jenkins Google Login Plugin 1.7 and earlier uses a non-constant time comparison function when checking whether the provided and expected token are equal, potentially allowing attackers to use statistical methods to obtain a valid token.", + "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:google-login" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.8" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 1.7" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41936" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/google-login-plugin/commit/2273af025ad06ee13ab73a5a070b10689c2db61e" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/google-login-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2023-09-06/#SECURITY-3228" + }, + { + "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-09T18:41:00Z", + "nvd_published_at": "2023-09-06T13:15:10Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/09/GHSA-g58x-57fv-86jh/GHSA-g58x-57fv-86jh.json b/advisories/unreviewed/2023/09/GHSA-g58x-57fv-86jh/GHSA-g58x-57fv-86jh.json deleted file mode 100644 index 3877c6a10b4..00000000000 --- a/advisories/unreviewed/2023/09/GHSA-g58x-57fv-86jh/GHSA-g58x-57fv-86jh.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-g58x-57fv-86jh", - "modified": "2023-09-06T15:30:26Z", - "published": "2023-09-06T15:30:26Z", - "aliases": [ - "CVE-2023-41936" - ], - "details": "Jenkins Google Login Plugin 1.7 and earlier uses a non-constant time comparison function when checking whether the provided and expected token are equal, potentially allowing attackers to use statistical methods to obtain a valid token.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41936" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2023-09-06/#SECURITY-3228" - }, - { - "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