From 3af7af6da61882fd5f90b56b3be529cb2b7d8eff Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:52:30 +0000 Subject: [PATCH] Publish Advisories GHSA-6qjp-wm6g-m32r GHSA-6qjp-wm6g-m32r --- .../GHSA-6qjp-wm6g-m32r.json | 156 ++++++++++++++++++ .../GHSA-6qjp-wm6g-m32r.json | 36 ---- 2 files changed, 156 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2025/02/GHSA-6qjp-wm6g-m32r/GHSA-6qjp-wm6g-m32r.json delete mode 100644 advisories/unreviewed/2025/02/GHSA-6qjp-wm6g-m32r/GHSA-6qjp-wm6g-m32r.json diff --git a/advisories/github-reviewed/2025/02/GHSA-6qjp-wm6g-m32r/GHSA-6qjp-wm6g-m32r.json b/advisories/github-reviewed/2025/02/GHSA-6qjp-wm6g-m32r/GHSA-6qjp-wm6g-m32r.json new file mode 100644 index 00000000000..3096506cbb7 --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-6qjp-wm6g-m32r/GHSA-6qjp-wm6g-m32r.json @@ -0,0 +1,156 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6qjp-wm6g-m32r", + "modified": "2025-03-03T19:50:57Z", + "published": "2025-02-27T06:30:53Z", + "aliases": [ + "CVE-2024-2321" + ], + "summary": "WSO2 incorrect authorization vulnerability", + "details": "An incorrect authorization vulnerability exists in multiple WSO2 products, allowing protected APIs to be accessed directly using a refresh token instead of the expected access token. Due to improper authorization checks and token mapping, session cookies are not required for API access, potentially enabling unauthorized operations.\n\nExploitation requires an attacker to obtain a valid refresh token of an admin user. Since refresh tokens generally have a longer expiration time, this could lead to prolonged unauthorized access to API resources, impacting data confidentiality and integrity.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.wso2.am:am-parent" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.2.0-beta" + }, + { + "last_affected": "4.2.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.wso2.am:am-parent" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.1.0-alpha" + }, + { + "last_affected": "4.1.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.wso2.am:am-parent" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0-beta" + }, + { + "last_affected": "4.0.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.wso2.is:identity-server-parent" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.1.0-beta" + }, + { + "last_affected": "6.1.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.wso2.is:identity-server-parent" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.0.0-alpha3" + }, + { + "last_affected": "6.0.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.wso2.is:identity-server-parent" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.11.0-alpha" + }, + { + "last_affected": "5.11.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2321" + }, + { + "type": "WEB", + "url": "https://github.com/wso2/docs-security/blob/76bad9a2f38dc3377af476d0be52c6e775e3d864/en/docs/security-announcements/security-advisories/2024/WSO2-2024-3213.md" + }, + { + "type": "WEB", + "url": "https://security.docs.wso2.com/en/latest/security-announcements/security-advisories/2024/WSO2-2024-3213" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-03-03T19:50:56Z", + "nvd_published_at": "2025-02-27T05:15:13Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/02/GHSA-6qjp-wm6g-m32r/GHSA-6qjp-wm6g-m32r.json b/advisories/unreviewed/2025/02/GHSA-6qjp-wm6g-m32r/GHSA-6qjp-wm6g-m32r.json deleted file mode 100644 index f58641c2091..00000000000 --- a/advisories/unreviewed/2025/02/GHSA-6qjp-wm6g-m32r/GHSA-6qjp-wm6g-m32r.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-6qjp-wm6g-m32r", - "modified": "2025-02-27T06:30:53Z", - "published": "2025-02-27T06:30:53Z", - "aliases": [ - "CVE-2024-2321" - ], - "details": "An incorrect authorization vulnerability exists in multiple WSO2 products, allowing protected APIs to be accessed directly using a refresh token instead of the expected access token. Due to improper authorization checks and token mapping, session cookies are not required for API access, potentially enabling unauthorized operations.\n\nExploitation requires an attacker to obtain a valid refresh token of an admin user. Since refresh tokens generally have a longer expiration time, this could lead to prolonged unauthorized access to API resources, impacting data confidentiality and integrity.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2321" - }, - { - "type": "WEB", - "url": "https://security.docs.wso2.com/en/latest/security-announcements/security-advisories/2024/WSO2-2024-3213" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-863" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-02-27T05:15:13Z" - } -} \ No newline at end of file