Improper handling of case sensitivity
High8.7CVE-2026-59335 · Published Aug 25, 2026 · updated Aug 28, 2026
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.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| UAA Product | < 78.16.0 | 78.16.0 |
| cf-deployment Product | < 57.0.0 | 57.0.0 |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N
- Severity from
- the vendor (its own CVE record or advisory)
- Weakness
- CWE-178
More VMware advisories
All VMware| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Aug 26 | Spring Data JPA's Sort validation can be bypassed | Medium4.8 | No fix yet |
| Aug 26 | VMware Spring Security: improper authorization | High7.4 | No fix yet |
| Aug 26 | VMware Spring Cloud Config: missing authentication | Medium6.8 | No fix yet |
| Aug 26 | VMware Spring Cloud Config: race condition | High7.2 | No fix yet |
| Aug 25 | VMware Spring Security: authentication bypass | High7.4 | No fix yet |
| Aug 24 | VMware Micrometer: denial of service | Medium5.9 | No fix yet |