From 44f88ee13c5c8e7deeb54443c2f3f043c9d74071 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:10:01 +0000 Subject: [PATCH] Publish Advisories GHSA-x637-x8p3-5p22 GHSA-x637-x8p3-5p22 --- .../GHSA-x637-x8p3-5p22.json | 84 +++++++++++++++++++ .../GHSA-x637-x8p3-5p22.json | 38 --------- 2 files changed, 84 insertions(+), 38 deletions(-) create mode 100644 advisories/github-reviewed/2024/03/GHSA-x637-x8p3-5p22/GHSA-x637-x8p3-5p22.json delete mode 100644 advisories/unreviewed/2024/03/GHSA-x637-x8p3-5p22/GHSA-x637-x8p3-5p22.json diff --git a/advisories/github-reviewed/2024/03/GHSA-x637-x8p3-5p22/GHSA-x637-x8p3-5p22.json b/advisories/github-reviewed/2024/03/GHSA-x637-x8p3-5p22/GHSA-x637-x8p3-5p22.json new file mode 100644 index 00000000000..abfb0da4d09 --- /dev/null +++ b/advisories/github-reviewed/2024/03/GHSA-x637-x8p3-5p22/GHSA-x637-x8p3-5p22.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-x637-x8p3-5p22", + "modified": "2024-03-20T17:09:02Z", + "published": "2024-03-20T15:32:28Z", + "aliases": [ + "CVE-2024-22258" + ], + "summary": "Improper Authentication in Spring Authorization Server", + "details": "Spring Authorization Server versions 1.0.0 - 1.0.5, 1.1.0 - 1.1.5, 1.2.0 - 1.2.2 and older unsupported versions are susceptible to a PKCE Downgrade Attack for Confidential Clients.\n\nSpecifically, an application is vulnerable when a Confidential Client uses PKCE for the Authorization Code Grant.\n\nAn application is not vulnerable when a Public Client uses PKCE for the Authorization Code Grant.\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.security:spring-security-oauth2-authorization-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.1.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.security:spring-security-oauth2-authorization-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.2.0" + }, + { + "fixed": "1.2.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22258" + }, + { + "type": "WEB", + "url": "https://github.com/spring-projects/spring-authorization-server/commit/a7035d22bd2de6c24e7125623d38fb83d8f659a9" + }, + { + "type": "WEB", + "url": "https://spring.io/security/cve-2024-22258" + }, + { + "type": "PACKAGE", + "url": "github.com/spring-projects/spring-authorization-server" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-287" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-03-20T17:09:02Z", + "nvd_published_at": "2024-03-20T04:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-x637-x8p3-5p22/GHSA-x637-x8p3-5p22.json b/advisories/unreviewed/2024/03/GHSA-x637-x8p3-5p22/GHSA-x637-x8p3-5p22.json deleted file mode 100644 index 34d8e2b4890..00000000000 --- a/advisories/unreviewed/2024/03/GHSA-x637-x8p3-5p22/GHSA-x637-x8p3-5p22.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-x637-x8p3-5p22", - "modified": "2024-03-20T15:32:28Z", - "published": "2024-03-20T15:32:28Z", - "aliases": [ - "CVE-2024-22258" - ], - "details": "Spring Authorization Server versions 1.0.0 - 1.0.5, 1.1.0 - 1.1.5, 1.2.0 - 1.2.2 and older unsupported versions are susceptible to a PKCE Downgrade Attack for Confidential Clients.\n\nSpecifically, an application is vulnerable when a Confidential Client uses PKCE for the Authorization Code Grant.\n\nAn application is not vulnerable when a Public Client uses PKCE for the Authorization Code Grant.\n\n", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22258" - }, - { - "type": "WEB", - "url": "https://spring.io/security/cve-2024-22258" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-03-20T04:15:08Z" - } -} \ No newline at end of file