Empresa
¿Quiénes somos? Visión y Valores
Herramientas
Email Checker Vigía DNS SSL Checker Password Strength HTTP Headers
Alertas
Todas las alertas Vulnerabilidades Incidentes Solo críticas En CISA KEV
Editorial
Análisis técnico ¿Cuál es mi IP?
Blog
Blog 2MCI ISO 27001 Amenazas LATAM Recursos Gratuitos eBook Gratuito Newsletter Podcast / YouTube
Empresa
Servicios Contacto Suscribirse al Newsletter
🆕 Nuevo en 2MCI
✨ Crear cuenta gratis 🛠️ Ver herramientas sin registro
Ya tengo cuenta
🔒 Iniciar sesión
Equipo
🏠 Portal interno 2MCI
Alto CVE-2026-59335 Multiple Vendors

Vulnerabilidad alta en Cloud Foundry UAA: bypass de autorización por manejo incorrecto de mayúsculas

Vulnerabilidad · Publicado 25/08/2026

8.7
CVSS 3.x
04 Medio7 Alto9 Crítico10
Severidad: Alto
Resumen ejecutivo

Una falla en el manejo de sensibilidad de mayúsculas en Cloud Foundry UAA permite que atacantes autenticados con autoridad zones.write eludan restricciones y accedan a la zona de identidad privilegiada (uaa del sistema). Afecta infraestructuras PaaS en LATAM que dependen de Cloud Foundry para control de acceso y gestión de identidades en entornos multi-tenant.

Análisis asistido por IA, contexto LATAM revisado por el equipo 2MCI.

Descripción técnica

Descripción técnica

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.

Puntuación CVSS

Score: 8.7/10 — Severidad: HIGH — Estado NIST: Received

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N

Debilidades (CWE)

CWE-178

Fuente oficial

Publicado en NIST NVD.

¿Qué hacer?
  • Inventariar instancias de Cloud Foundry UAA en producción
  • Aplicar parche oficial inmediatamente (CVSS 8.7)
  • Revisar logs de autorización para accesos a zona 'uaa' en variantes de mayúsculas (UAA, Uaa, etc.)
  • Restringir temporalmente autoridades zones.write a usuarios confiables
  • Consultar advisory del fabricante de Cloud Foundry y NIST NVD para mitigaciones
Esta alerta fue generada automáticamente a partir del NVD del NIST.
← Volver a todas las alertas