From 3b67fde04e8ae62bcd3d7aa56a559b8a6516d623 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 19:25:39 +0000 Subject: [PATCH] Publish Advisories GHSA-q9cm-88jx-3vfw GHSA-q9cm-88jx-3vfw --- .../GHSA-q9cm-88jx-3vfw.json | 65 +++++++++++++++++++ .../GHSA-q9cm-88jx-3vfw.json | 29 --------- 2 files changed, 65 insertions(+), 29 deletions(-) create mode 100644 advisories/github-reviewed/2025/01/GHSA-q9cm-88jx-3vfw/GHSA-q9cm-88jx-3vfw.json delete mode 100644 advisories/unreviewed/2025/01/GHSA-q9cm-88jx-3vfw/GHSA-q9cm-88jx-3vfw.json diff --git a/advisories/github-reviewed/2025/01/GHSA-q9cm-88jx-3vfw/GHSA-q9cm-88jx-3vfw.json b/advisories/github-reviewed/2025/01/GHSA-q9cm-88jx-3vfw/GHSA-q9cm-88jx-3vfw.json new file mode 100644 index 00000000000..be6ca6acf4c --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-q9cm-88jx-3vfw/GHSA-q9cm-88jx-3vfw.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-q9cm-88jx-3vfw", + "modified": "2025-01-22T19:23:59Z", + "published": "2025-01-22T18:31:55Z", + "aliases": [ + "CVE-2025-24399" + ], + "summary": "Improper handling of case sensitivity in Jenkins OpenId Connect Authentication Plugin ", + "details": "The Jenkins OpenId Connect Authentication Plugin 4.452.v2849b_d3945fa_ and earlier treats usernames as case-insensitive.\n\nOn a Jenkins instance configured with a case-sensitive OpenID Connect provider, this allows attackers to log in as any user by providing a username that differs only in letter case, potentially gaining administrator access to Jenkins.\n\nOpenId Connect Authentication Plugin 4.453.v4d7765c854f4 introduces an advanced configuration option to manage username case sensitivity, with default to case-sensitive.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:oic-auth" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.453.v4d7765c854f4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24399" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/oic-auth-plugin/commit/4d7765c854f4f5e6e3c26ed950a26042a7527875" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/oic-auth-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2025-01-22/#SECURITY-3461" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-178" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-01-22T19:23:59Z", + "nvd_published_at": "2025-01-22T17:15:13Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/01/GHSA-q9cm-88jx-3vfw/GHSA-q9cm-88jx-3vfw.json b/advisories/unreviewed/2025/01/GHSA-q9cm-88jx-3vfw/GHSA-q9cm-88jx-3vfw.json deleted file mode 100644 index bca59dd313a..00000000000 --- a/advisories/unreviewed/2025/01/GHSA-q9cm-88jx-3vfw/GHSA-q9cm-88jx-3vfw.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-q9cm-88jx-3vfw", - "modified": "2025-01-22T18:31:55Z", - "published": "2025-01-22T18:31:55Z", - "aliases": [ - "CVE-2025-24399" - ], - "details": "Jenkins OpenId Connect Authentication Plugin 4.452.v2849b_d3945fa_ and earlier, except 4.438.440.v3f5f201de5dc, treats usernames as case-insensitive, allowing attackers on Jenkins instances configured with a case-sensitive OpenID Connect provider to log in as any user by providing a username that differs only in letter case, potentially gaining administrator access to Jenkins.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24399" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2025-01-22/#SECURITY-3461" - } - ], - "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-01-22T17:15:13Z" - } -} \ No newline at end of file