Skip to content

Commit c953e0d

Browse files
1 parent 1b2bacc commit c953e0d

1 file changed

Lines changed: 39 additions & 5 deletions

File tree

advisories/unreviewed/2026/02/GHSA-v4jw-m6rm-399h/GHSA-v4jw-m6rm-399h.json renamed to advisories/github-reviewed/2026/02/GHSA-v4jw-m6rm-399h/GHSA-v4jw-m6rm-399h.json

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,53 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-v4jw-m6rm-399h",
4-
"modified": "2026-02-27T09:30:29Z",
4+
"modified": "2026-02-28T02:42:55Z",
55
"published": "2026-02-27T09:30:29Z",
66
"aliases": [
77
"CVE-2026-0871"
88
],
9+
"summary": "Keycloak Server Private SPI: Improper Access Control Allows Administrators to Bypass Attribute Visibility Restrictions and Modify Unmanaged User Profile Attributes",
910
"details": "A flaw was found in Keycloak. An administrator with `manage-users` permission can bypass the \"Only administrators can view\" setting for unmanaged attributes, allowing them to modify these attributes. This improper access control can lead to unauthorized changes to user profiles, even when the system is configured to restrict such modifications.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.keycloak:keycloak-server-spi-private"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "26.5.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0871"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/keycloak/keycloak/issues/45873"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/keycloak/keycloak/commit/9d0f679ecea405958f167fcd0f4a6db6ae32c3fa"
50+
},
2251
{
2352
"type": "WEB",
2453
"url": "https://access.redhat.com/errata/RHSA-2026:2365"
@@ -34,15 +63,20 @@
3463
{
3564
"type": "WEB",
3665
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428881"
66+
},
67+
{
68+
"type": "PACKAGE",
69+
"url": "https://github.com/keycloak/keycloak"
3770
}
3871
],
3972
"database_specific": {
4073
"cwe_ids": [
41-
"CWE-266"
74+
"CWE-266",
75+
"CWE-284"
4276
],
4377
"severity": "MODERATE",
44-
"github_reviewed": false,
45-
"github_reviewed_at": null,
78+
"github_reviewed": true,
79+
"github_reviewed_at": "2026-02-28T02:42:55Z",
4680
"nvd_published_at": "2026-02-27T08:17:09Z"
4781
}
4882
}

0 commit comments

Comments
 (0)