Skip to content

Commit c3d8462

Browse files
1 parent 9da3e64 commit c3d8462

1 file changed

Lines changed: 41 additions & 4 deletions

File tree

advisories/unreviewed/2026/03/GHSA-m297-3jv9-m927/GHSA-m297-3jv9-m927.json renamed to advisories/github-reviewed/2026/03/GHSA-m297-3jv9-m927/GHSA-m297-3jv9-m927.json

Lines changed: 41 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-m297-3jv9-m927",
4-
"modified": "2026-03-05T21:30:48Z",
4+
"modified": "2026-03-06T22:28:28Z",
55
"published": "2026-03-05T21:30:48Z",
66
"aliases": [
77
"CVE-2026-3009"
88
],
9+
"summary": "Keycloak allows authentication using an Identity Provider (IdP) even after it has been disabled by an administrator",
910
"details": "A security flaw in the IdentityBrokerService.performLogin endpoint of Keycloak allows authentication to proceed using an Identity Provider (IdP) even after it has been disabled by an administrator. An attacker who knows the IdP alias can reuse a previously generated login request to bypass the administrative restriction. This undermines access control enforcement and may allow unauthorized authentication through a disabled external provider.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/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.keycloak:keycloak-services"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "26.5.5"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3009"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/keycloak/keycloak/issues/46911"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/keycloak/keycloak/commit/4fd5367e6cc28cfa68fb2240fc459c12b1fdbf2a"
50+
},
2251
{
2352
"type": "WEB",
2453
"url": "https://access.redhat.com/errata/RHSA-2026:3947"
@@ -34,15 +63,23 @@
3463
{
3564
"type": "WEB",
3665
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441867"
66+
},
67+
{
68+
"type": "PACKAGE",
69+
"url": "https://github.com/keycloak/keycloak"
70+
},
71+
{
72+
"type": "WEB",
73+
"url": "https://github.com/keycloak/keycloak/releases/tag/26.5.5"
3774
}
3875
],
3976
"database_specific": {
4077
"cwe_ids": [
4178
"CWE-285"
4279
],
4380
"severity": "HIGH",
44-
"github_reviewed": false,
45-
"github_reviewed_at": null,
81+
"github_reviewed": true,
82+
"github_reviewed_at": "2026-03-06T22:28:28Z",
4683
"nvd_published_at": "2026-03-05T19:16:18Z"
4784
}
4885
}

0 commit comments

Comments
 (0)