Skip to content

Commit b6e6397

Browse files
1 parent 03b7cc2 commit b6e6397

1 file changed

Lines changed: 37 additions & 4 deletions

File tree

advisories/unreviewed/2026/02/GHSA-fm6w-rrp3-2x4w/GHSA-fm6w-rrp3-2x4w.json renamed to advisories/github-reviewed/2026/02/GHSA-fm6w-rrp3-2x4w/GHSA-fm6w-rrp3-2x4w.json

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,53 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-fm6w-rrp3-2x4w",
4-
"modified": "2026-02-10T03:30:27Z",
4+
"modified": "2026-02-10T16:53:14Z",
55
"published": "2026-02-09T21:31:03Z",
66
"aliases": [
77
"CVE-2025-14778"
88
],
9+
"summary": "Keycloak Affected by Broken Access Control Vulnerability in the UserManagedPermissionService",
910
"details": "A flaw was found in Keycloak. A significant Broken Access Control vulnerability exists in the UserManagedPermissionService (UMA Protection API). When updating or deleting a UMA policy associated with multiple resources, the authorization check only verifies the caller's ownership against the first resource in the policy's list. This allows a user (Owner A) who owns one resource (RA) to update a shared policy and modify authorization rules for other resources (e.g., RB) in that same policy, even if those other resources are owned by a different user (Owner B). This constitutes a horizontal privilege escalation.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.keycloak:keycloak-services"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "26.5.3"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14778"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/keycloak/keycloak/issues/46147"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/keycloak/keycloak/pull/46154"
50+
},
2251
{
2352
"type": "WEB",
2453
"url": "https://access.redhat.com/errata/RHSA-2026:2363"
@@ -42,15 +71,19 @@
4271
{
4372
"type": "WEB",
4473
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422600"
74+
},
75+
{
76+
"type": "PACKAGE",
77+
"url": "https://github.com/keycloak/keycloak"
4578
}
4679
],
4780
"database_specific": {
4881
"cwe_ids": [
4982
"CWE-266"
5083
],
5184
"severity": "MODERATE",
52-
"github_reviewed": false,
53-
"github_reviewed_at": null,
85+
"github_reviewed": true,
86+
"github_reviewed_at": "2026-02-10T16:53:14Z",
5487
"nvd_published_at": "2026-02-09T20:15:54Z"
5588
}
5689
}

0 commit comments

Comments
 (0)