Skip to content

Commit 41ffdfc

Browse files
1 parent 4ba40bc commit 41ffdfc

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-39hr-239p-fhqc",
4+
"modified": "2025-11-12T21:27:22Z",
5+
"published": "2025-11-12T21:27:22Z",
6+
"aliases": [
7+
"CVE-2025-64099"
8+
],
9+
"summary": "OpenAM: Using arbitrary OIDC requested claims values in id_token and user_info is allowed ",
10+
"details": "### Summary\nIf the \"claims_parameter_supported\" parameter is activated, it is possible through the \"oidc-claims-extension.groovy\" script, to inject the value of choice into a claim contained in the id_token or in the user_info.\nAuthorization function requests do not prevent a claims parameter containing a JSON file to be injected. This JSON file allows users to customize claims returned by the \"id_token\" and \"user_info\" files.\nThis allows for a very wide range of vulnerabilities depending on how clients use claims. For example, if some clients rely on an email field to identify a user, users can choose to entera any email address, and therefore assume any chosen identity.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.openidentityplatform.openam:openam-oauth2"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "16.0.3"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/OpenIdentityPlatform/OpenAM/security/advisories/GHSA-39hr-239p-fhqc"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/OpenIdentityPlatform/OpenAM/commit/4254b34b2b8b4867f2e7fccfac73904213d48510"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/OpenIdentityPlatform/OpenAM"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/OpenIdentityPlatform/OpenAM/releases/tag/16.0.3"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-94"
59+
],
60+
"severity": "HIGH",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-11-12T21:27:22Z",
63+
"nvd_published_at": null
64+
}
65+
}

0 commit comments

Comments
 (0)