Cyber Resilience

CVE-2026-9792

Redhat Build Of Keycloak

Published
28 May 2026
Modified
26 June 2026
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0027 19th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-9792 is a medium-severity Improper Handling of Insufficient Permissions or Privileges (CWE-280) vulnerability in Redhat Build Of Keycloak. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 19th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-4 (Information Flow Enforcement) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A flaw was found in Keycloak's Client Policies, specifically within the `org.keycloak.protocol.oidc` component. When certain condition providers (client-type, client-roles, client-attributes, client-scopes) are used to enforce security restrictions, the `reject-ropc-grant` executor is silently bypassed. This allows an unauthenticated remote attacker to…

more

obtain tokens via a Resource Owner Password Credentials (ROPC) grant, even when a policy is explicitly configured to block it. This bypass can lead to unauthorized access and information disclosure.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote unauthenticated exploitation of a policy bypass flaw in the public-facing Keycloak OIDC service to obtain access tokens.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1078 Valid Accounts Stealthconfidence: HIGH
Bypassing the reject-ropc-grant executor allows an unauthenticated attacker to obtain tokens via ROPC grant, effectively using valid account credentials to authenticate.
T1190 Exploit Public-Facing Application Initial Accessconfidence: HIGH
The flaw in Keycloak's Client Policies enables remote exploitation of a public-facing authentication service to obtain unauthorized tokens.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-4628Same product: Redhat Build Of Keycloak
CVE-2026-4630Same product: Redhat Build Of Keycloak
CVE-2026-37977Same product: Redhat Build Of Keycloak
CVE-2026-3190Same product: Redhat Build Of Keycloak
CVE-2026-7500Same product: Redhat Build Of Keycloak
CVE-2026-9689Same product: Redhat Build Of Keycloak
CVE-2026-37979Same product: Redhat Build Of Keycloak
CVE-2026-9793Same product: Redhat Build Of Keycloak
CVE-2026-4282Same product: Redhat Build Of Keycloak
CVE-2026-9087Same product: Redhat Build Of Keycloak

Affected Assets

redhat
build of keycloak
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
  • AC-4 Information Flow Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 6 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V6.2.2
  • V8.3.3

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces the reject-ropc-grant decision so that ROPC token issuance is blocked when client policies are configured, preventing the described bypass.

prevent

Restricts ROPC grant usage to only explicitly authorized clients and roles, limiting the impact of any condition-provider bypass in Keycloak policies.

prevent

Enforces information-flow rules on OAuth token grants, ensuring ROPC flows cannot circumvent the intended client-policy restrictions.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Defining, enforcing and reviewing access permissions with least privilege directly prevents code paths that mishandle insufficient privileges.

DE.CM-09 partial match
prevents

Runtime monitoring of software and data surfaces adverse events triggered by unhandled permission failures.

PR.PS-04 partial match
prevents

Generating logs of permission-related events enables detection and analysis of improper handling.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect missing or incorrect privilege handling.

prevents

Defines access-control policy that should prevent insufficient-privilege situations.

degrades

Specifies how access rights are granted, reviewed and revoked, directly addressing privilege handling.

degrades

Requires explicit management of privileged access rights, reducing the chance of missing privilege checks.

prevents

Secure-SDLC practices include privilege checks during design and coding.

prevents

Secure-coding standards require proper permission checks before resource access.

Hardening callouts derived

Configuration rules from DISA STIG baselines that reduce the attack surface for weaknesses of the type cited by this CVE. Derived transitively via CVE→CWE→STIG over `controls_xwalks` (authoritative rows only).

Oracle Linux 8 (1 rule)
  • V-248548 OL 8 must use a Linux Security Module configured to enforce limits on system services. via CWE-280

References