Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,24 +1,53 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4gv3-mc9p-5wqc",
"modified": "2026-08-19T03:31:20Z",
"modified": "2026-08-19T03:31:21Z",
"published": "2026-08-18T18:32:00Z",
"aliases": [
"CVE-2026-18963"
],
"summary": "Keycloak: unauthenticated account takeover via reset-credentials flow bypass",
"details": "A flaw was found in the reset-credentials flow of the keycloak-services component, which is the core engine for identity and access management in Red Hat Build of Keycloak. The issue allows an unauthenticated attacker to force the password reset process for any user without needing to click the required email verification link. This can result in the attacker gaining full control over target user accounts by directly setting new credentials.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.keycloak:keycloak-services"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "26.7.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this also list 26.4.0 before 26.4.15 and 26.6.0 before 26.6.6? People tend to be conservative upgrading Keycloak.

},
{
"fixed": "26.7.2"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-18963"
},
{
"type": "WEB",
"url": "https://github.com/keycloak/keycloak/issues/51833"
},
{
"type": "WEB",
"url": "https://github.com/keycloak/keycloak/pull/51844"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2026:56519"
Expand All @@ -42,6 +71,14 @@
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2511595"
},
{
"type": "PACKAGE",
"url": "https://github.com/keycloak/keycloak"
},
{
"type": "WEB",
"url": "https://www.keycloak.org/2026/08/keycloak-2672-released"
}
],
"database_specific": {
Expand Down
Loading