From 532325a6fa1eaa80097f69f2b986a1a0ade52667 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:22:03 +0000 Subject: [PATCH] Publish GHSA-h8w4-qv99-f7vj --- .../GHSA-h8w4-qv99-f7vj.json | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/advisories/github-reviewed/2018/10/GHSA-h8w4-qv99-f7vj/GHSA-h8w4-qv99-f7vj.json b/advisories/github-reviewed/2018/10/GHSA-h8w4-qv99-f7vj/GHSA-h8w4-qv99-f7vj.json index 0abe79a5c88..fb48c503ad0 100644 --- a/advisories/github-reviewed/2018/10/GHSA-h8w4-qv99-f7vj/GHSA-h8w4-qv99-f7vj.json +++ b/advisories/github-reviewed/2018/10/GHSA-h8w4-qv99-f7vj/GHSA-h8w4-qv99-f7vj.json @@ -1,17 +1,17 @@ { "schema_version": "1.4.0", "id": "GHSA-h8w4-qv99-f7vj", - "modified": "2021-01-14T21:22:21Z", + "modified": "2024-03-04T21:20:57Z", "published": "2018-10-19T22:00:28Z", "aliases": [ "CVE-2018-15758" ], - "summary": "High severity vulnerability that affects org.springframework.security.oauth:spring-security-oauth2", + "summary": "Authorization bypass in org.springframework.security.oauth:spring-security-oauth2", "details": "Spring Security OAuth, versions 2.3 prior to 2.3.4, and 2.2 prior to 2.2.3, and 2.1 prior to 2.1.3, and 2.0 prior to 2.0.16, and older unsupported versions could be susceptible to a privilege escalation under certain conditions. A malicious user or attacker can craft a request to the approval endpoint that can modify the previously saved authorization request and lead to a privilege escalation on the subsequent approval. This scenario can happen if the application is configured to use a custom approval endpoint that declares AuthorizationRequest as a controller method argument. This vulnerability exposes applications that meet all of the following requirements: Act in the role of an Authorization Server (e.g. @EnableAuthorizationServer) and use a custom Approval Endpoint that declares AuthorizationRequest as a controller method argument. This vulnerability does not expose applications that: Act in the role of an Authorization Server and use the default Approval Endpoint, act in the role of a Resource Server only (e.g. @EnableResourceServer), act in the role of a Client only (e.g. @EnableOAuthClient).", "severity": [ { "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N" + "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "affected": [ @@ -66,7 +66,7 @@ "introduced": "2.2.0" }, { - "fixed": "2.2.3" + "fixed": "2.2.3.RELEASE" } ] } @@ -85,7 +85,7 @@ "introduced": "2.3.0" }, { - "fixed": "2.3.4" + "fixed": "2.3.4.RELEASE" } ] } @@ -97,6 +97,22 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-15758" }, + { + "type": "WEB", + "url": "https://github.com/spring-attic/spring-security-oauth/commit/4082ec7ae3d39198a47b5c803ccb20dacefb0b0" + }, + { + "type": "WEB", + "url": "https://github.com/spring-attic/spring-security-oauth/commit/623776689fdcc8047f5a908c71f348e1f172a97" + }, + { + "type": "WEB", + "url": "https://github.com/spring-attic/spring-security-oauth/commit/ddd65cd9417ae1e4a69e4193a622300db38e2ef" + }, + { + "type": "WEB", + "url": "https://github.com/spring-attic/spring-security-oauth/commit/f92223afc71687bd3156298054903f50aa71fbf" + }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2019:2413" @@ -116,7 +132,7 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-269" ], "severity": "HIGH", "github_reviewed": true,