Skip to content

Commit e779b4e

Browse files
1 parent aa9abfa commit e779b4e

1 file changed

Lines changed: 37 additions & 4 deletions

File tree

advisories/unreviewed/2026/02/GHSA-c3f3-cc42-xr9v/GHSA-c3f3-cc42-xr9v.json renamed to advisories/github-reviewed/2026/02/GHSA-c3f3-cc42-xr9v/GHSA-c3f3-cc42-xr9v.json

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,65 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-c3f3-cc42-xr9v",
4-
"modified": "2026-02-23T18:32:01Z",
4+
"modified": "2026-02-25T18:04:33Z",
55
"published": "2026-02-23T09:31:23Z",
66
"aliases": [
77
"CVE-2026-23552"
88
],
9+
"summary": "Apache Camel: KeycloakSecurityPolicy does not validate issuer of JWT tokens against configured realm",
910
"details": "Cross-Realm Token Acceptance Bypass in KeycloakSecurityPolicy Apache Camel Keycloak component. \n\nThe Camel-Keycloak KeycloakSecurityPolicy does not validate the iss (issuer) claim of JWT tokens against the configured realm. A token issued by one Keycloak realm is silently accepted by a policy configured for a completely different realm, breaking tenant isolation.\nThis issue affects Apache Camel: from 4.15.0 before 4.18.0.\n\nUsers are recommended to upgrade to version 4.18.0, which fixes the issue.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.camel:camel-keycloak"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "4.15.0"
29+
},
30+
{
31+
"fixed": "4.18.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23552"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/apache/camel/commit/c1ed776e3a4fa23d15acf4b9a48fdf758d4316ff"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://camel.apache.org/security/CVE-2026-23552.html"
2550
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/apache/camel"
54+
},
2655
{
2756
"type": "WEB",
2857
"url": "https://github.com/oscerd/CVE-2026-23552"
2958
},
59+
{
60+
"type": "WEB",
61+
"url": "https://issues.apache.org/jira/browse/CAMEL-22854"
62+
},
3063
{
3164
"type": "WEB",
3265
"url": "http://www.openwall.com/lists/oss-security/2026/02/18/7"
@@ -37,8 +70,8 @@
3770
"CWE-346"
3871
],
3972
"severity": "CRITICAL",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
73+
"github_reviewed": true,
74+
"github_reviewed_at": "2026-02-25T18:04:33Z",
4275
"nvd_published_at": "2026-02-23T09:17:00Z"
4376
}
4477
}

0 commit comments

Comments
 (0)