Description
Improper handling of case sensitivity (CWE-178) in the identity zone authorization check in the Identity Zone Endpoint in Cloud Foundry UAA allows a remote authenticated attacker holding only the zones.write authority to bypass the intended restriction that this authority does not grant access to the privileged uaa (system) identity zone, by referring to the zone identifier in a non-lowercase form (e.g. UAA) in the request path and body. The authorization layer performs a case-sensitive comparison against the system zone identifier, while the underlying MySQL persistence layer resolves identifiers case-insensitively under its default collation, so the request is authorized incorrectly and is then resolved against the real system zone record. This allows the attacker to overwrite the system zone's JWT signing key with attacker-controlled key material, forge JWTs claiming the admin client and administrator scopes, and fully compromise UAA and any Cloud Foundry deployment that trusts it. This issue only affects UAA deployments backed by MySQL using its default collation; PostgreSQL and HSQLDB backends are not affected.
Published: 2026-08-25
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Full UAA compromise via privilege escalation
Action: Immediate Patch
AI Analysis

Impact

Improper handling of case sensitivity in the identity zone authorization check in Cloud Foundry UAA allows a remote authenticated attacker holding only the zones.write authority to bypass the intended restriction that this authority does not grant access to the privileged uaa (system) identity zone. By referring to the zone identifier in a non-lowercase form (e.g. UAA) in the request path and body, the authorization layer performs a case-sensitive comparison against the system zone identifier while the underlying MySQL persistence layer resolves identifiers case-insensitively. This incorrect authorization permits the attacker to overwrite the system zone's JWT signing key with attacker-controlled key material, forge JWTs claiming the admin client and administrator scopes, and fully compromise UAA and any Cloud Foundry deployment that trusts it.

Affected Systems

Cloud Foundry UAA, Cloud Foundry cf-deployment with MySQL backends using the default case-insensitive collation. PostgreSQL and HSQLDB backends are not affected.

Risk and Exploitability

The CVSS vector scores 8.7, indicating high severity, and the lack of an EPSS score suggests insufficient data on exploitation likelihood. Although the vulnerability is not listed in the CISA KEV catalog, the ability for an authenticated attacker to control the JWT signing key and forge privileged tokens makes this a potent threat. Attackers must possess the zones.write authority and the backend must be MySQL; the attack vector is a remote HTTP request manipulating the zone identifier’s case.

Generated by OpenCVE AI on August 25, 2026 at 12:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official Cloud Foundry UAA patch that resolves the case‑sensitivity authorization issue.
  • Reconfigure the MySQL backend to use a case‑sensitive collation for the identity zone identifier column.
  • Restrict the zones.write authority to trusted identities and audit current users with that privilege.

Generated by OpenCVE AI on August 25, 2026 at 12:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Description Improper handling of case sensitivity (CWE-178) in the identity zone authorization check in the Identity Zone Endpoint in Cloud Foundry UAA allows a remote authenticated attacker holding only the zones.write authority to bypass the intended restriction that this authority does not grant access to the privileged uaa (system) identity zone, by referring to the zone identifier in a non-lowercase form (e.g. UAA) in the request path and body. The authorization layer performs a case-sensitive comparison against the system zone identifier, while the underlying MySQL persistence layer resolves identifiers case-insensitively under its default collation, so the request is authorized incorrectly and is then resolved against the real system zone record. This allows the attacker to overwrite the system zone's JWT signing key with attacker-controlled key material, forge JWTs claiming the admin client and administrator scopes, and fully compromise UAA and any Cloud Foundry deployment that trusts it. This issue only affects UAA deployments backed by MySQL using its default collation; PostgreSQL and HSQLDB backends are not affected.
Title Case-Sensitive Authorization Check Bypass via Identity Zone ID Case Manipulation Leads to Full UAA Compromise
Weaknesses CWE-178
References
Metrics cvssV3_1

{'score': 8.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-25T13:09:07.719Z

Reserved: 2026-07-04T18:14:22.382Z

Link: CVE-2026-59335

cve-icon Vulnrichment

Updated: 2026-08-25T13:09:02.535Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-25T11:16:53.817

Modified: 2026-08-28T18:47:30.163

Link: CVE-2026-59335

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T12:45:17Z

Weaknesses
  • CWE-178

    Improper Handling of Case Sensitivity