LiveActive security incident?Get immediate response
CVE Record

CVE-2019-11268: UAA SQL Identity Zone Vulnerability

Cloud Foundry UAA version prior to 73.3.0, contain endpoints that contains improper escaping. An authenticated malicious user with basic read privileges for one identity zone can extend those reading privileges to all other identity zones and obtain private information on users, clients, and groups in all other identity zones.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Cloud Foundry UAA before 73.3.0 could let a signed-in low-privilege user from one identity zone read private data from other zones. The main business risk is unauthorized disclosure of user, client, and group information across tenant or environment boundaries.

Executive priority

Treat this as a confidentiality-focused upgrade priority for Cloud Foundry environments. It is not described as unauthenticated or actively exploited, but it can undermine tenant separation and expose sensitive identity data if vulnerable UAA versions remain in use.

Technical view

The issue is improper escaping in UAA endpoints. An authenticated user with basic read privileges in one identity zone may extend read access across all other identity zones. The CVSS 3.0 score is 6.5, driven by network access, low complexity, low privileges, and high confidentiality impact.

Likely exposure

Exposure is limited to Cloud Foundry UAA Release OSS deployments running versions prior to v73.3.0, especially deployments using multiple identity zones. Systems not running Cloud Foundry UAA are not indicated as affected by the supplied sources.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Abuse requires authenticated access with basic read privileges in at least one identity zone. Evidence is about unauthorized data access, not integrity or availability impact.

Researcher notes

Focus validation on version confirmation, identity-zone configuration, and privilege assignments. The supplied evidence does not provide endpoint-level details, exploit procedure, or named compensating controls beyond the version boundary, so avoid assuming broader product impact.

Mitigation direction

  • Upgrade Cloud Foundry UAA Release OSS to v73.3.0 or later.
  • Review Cloud Foundry vendor guidance for any deployment-specific remediation steps.
  • Restrict basic read privileges to users and clients that genuinely require them.
  • Audit identity-zone access policies for unnecessary cross-tenant exposure.
  • Monitor UAA access patterns for unusual reads involving users, clients, or groups.

Validation and detection

  • Inventory all Cloud Foundry UAA deployments and record their release versions.
  • Confirm no production UAA instance runs a version prior to v73.3.0.
  • Identify deployments using multiple identity zones and prioritize their review.
  • Review accounts with basic read privileges in each identity zone.
  • Check UAA logs for unexpected reads of users, clients, or groups across zones.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-11268 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

6.5Medium
CVSS 3.0 vector shape for CVE-2019-11268Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Cloud FoundryUAA Release (OSS)prior to v73.3.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.