LiveActive security incident?Get immediate response
CVE Record

CVE-2019-11270: UAA clients.write vulnerability

Cloud Foundry UAA versions prior to v73.4.0 contain a vulnerability where a malicious client possessing the 'clients.write' authority or scope can bypass the restrictions imposed on clients created via 'clients.write' and create clients with arbitrary scopes that the creator does not possess.

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw lets a privileged Cloud Foundry UAA OAuth client exceed intended limits. If a malicious client already has clients.write, it may create other clients with scopes it should not be able to grant, risking unauthorized access and data exposure.

Executive priority

Treat as high priority where older UAA is still deployed. The flaw can undermine identity governance, but the known preconditions make emergency action most relevant for exposed, unpatched environments.

Technical view

Cloud Foundry UAA Release OSS before v73.4.0 mishandles authorization constraints for clients created through clients.write. A client with the clients.write authority or scope can bypass creator-scope restrictions and create clients with arbitrary scopes not held by the creator.

Likely exposure

Exposure is limited to Cloud Foundry UAA Release OSS deployments running versions prior to v73.4.0 where a client has the clients.write authority or scope.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation has high prerequisites: privileged client access is required, and the CVSS vector includes user interaction.

Researcher notes

This is CWE-269 privilege management failure with scope change and high confidentiality and integrity impact. Available evidence names the affected product and fixed version, but does not describe exploit mechanics, required user interaction, or real-world exploitation.

Mitigation direction

  • Upgrade Cloud Foundry UAA Release OSS to v73.4.0 or later.
  • Review vendor advisories for deployment-specific remediation guidance.
  • Restrict clients.write to only trusted administrative clients.
  • Audit existing OAuth clients for unexpected or excessive scopes.

Validation and detection

  • Identify all deployed UAA versions and confirm none are prior to v73.4.0.
  • List clients with clients.write authority or scope.
  • Review recently created clients for scopes not held by their creator.
  • Check UAA audit logs for unusual client creation or update activity.
Prepared
Confidence
high
Sources
4

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-269: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-11270 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
High
CVSS
7.3 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/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
3Source 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
7.3CVSS 3.0HighCVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:N15.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

7.3High
CVSS 3.0 vector shape for CVE-2019-11270Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/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.4.0Listed
Weakness

CWE details

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

CWE-269 · source CWE mapping

Improper Privilege Management

Improper Privilege Management represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.