From 72c15f2e48adec136ea9424d38ade79bdae3048b Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:16:00 +0000 Subject: [PATCH] Publish Advisories GHSA-p836-389h-j692 GHSA-7726-43hg-m23v --- .../GHSA-p836-389h-j692.json | 6 +- .../GHSA-7726-43hg-m23v.json | 68 +++++++++++++++++++ 2 files changed, 71 insertions(+), 3 deletions(-) create mode 100644 advisories/github-reviewed/2024/07/GHSA-7726-43hg-m23v/GHSA-7726-43hg-m23v.json diff --git a/advisories/github-reviewed/2022/05/GHSA-p836-389h-j692/GHSA-p836-389h-j692.json b/advisories/github-reviewed/2022/05/GHSA-p836-389h-j692/GHSA-p836-389h-j692.json index 0d025a6ba30..ae7469c64a2 100644 --- a/advisories/github-reviewed/2022/05/GHSA-p836-389h-j692/GHSA-p836-389h-j692.json +++ b/advisories/github-reviewed/2022/05/GHSA-p836-389h-j692/GHSA-p836-389h-j692.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-p836-389h-j692", - "modified": "2024-07-24T18:31:12Z", + "modified": "2024-07-25T14:14:26Z", "published": "2022-05-14T02:46:17Z", "aliases": [ "CVE-2016-4437" @@ -11,7 +11,7 @@ "severity": [ { "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "affected": [ @@ -80,7 +80,7 @@ "cwe_ids": [ "CWE-284" ], - "severity": "HIGH", + "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2022-07-06T19:56:32Z", "nvd_published_at": "2016-06-07T14:06:00Z" diff --git a/advisories/github-reviewed/2024/07/GHSA-7726-43hg-m23v/GHSA-7726-43hg-m23v.json b/advisories/github-reviewed/2024/07/GHSA-7726-43hg-m23v/GHSA-7726-43hg-m23v.json new file mode 100644 index 00000000000..b52b10b6d0c --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-7726-43hg-m23v/GHSA-7726-43hg-m23v.json @@ -0,0 +1,68 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7726-43hg-m23v", + "modified": "2024-07-25T14:15:32Z", + "published": "2024-07-25T14:15:32Z", + "aliases": [ + "CVE-2024-41667" + ], + "summary": "OpenAM FreeMarker template injection", + "details": "OpenAM is an open access management solution. In versions 15.0.3 and prior, the `getCustomLoginUrlTemplate` method in RealmOAuth2ProviderSettings.java is vulnerable to template injection due to its usage of user input. Although the developer intended to implement a custom URL for handling login to override the default PingOne Advanced Identity Cloud login page,they did not restrict the `CustomLoginUrlTemplate`, allowing it to be set freely. Commit fcb8432aa77d5b2e147624fe954cb150c568e0b8 introduces `TemplateClassResolver.SAFER_RESOLVER` to disable the resolution of commonly exploited classes in FreeMarker template injection. As of time of publication, this fix is expected to be part of version 15.0.4.", + "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.openidentityplatform.openam:openam-oauth2" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "15.0.4" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 15.0.3" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/OpenIdentityPlatform/OpenAM/security/advisories/GHSA-7726-43hg-m23v" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41667" + }, + { + "type": "WEB", + "url": "https://github.com/OpenIdentityPlatform/OpenAM/commit/fcb8432aa77d5b2e147624fe954cb150c568e0b8" + }, + { + "type": "PACKAGE", + "url": "https://github.com/OpenIdentityPlatform/OpenAM" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-07-25T14:15:32Z", + "nvd_published_at": "2024-07-24T18:15:05Z" + } +} \ No newline at end of file