LiveActive security incident?Get immediate response
CVE Record

CVE-2019-11279: Privilege Escalation via Scope Manipulation in UAA

CF UAA versions prior to 74.1.0 can request scopes for a client that shouldn't be allowed by submitting an array of requested scopes. A remote malicious user can escalate their own privileges to any scope, allowing them to take control of UAA and the resources it controls.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2019-11279 lets a user with existing high privileges in Cloud Foundry UAA request unauthorized scopes and elevate to any scope. If exploited, UAA and resources it controls could be taken over. The affected product is Cloud Foundry UAA Release OSS before 74.1.0.

Executive priority

Treat as high priority for Cloud Foundry environments because UAA is an identity control point. Affected versions can allow privilege escalation to any scope, creating platform-wide business risk even though the cited evidence does not show active exploitation.

Technical view

The issue is scope validation bypass in CF UAA before 74.1.0. A remote malicious user can submit requested scopes as an array and obtain scopes their client should not receive. CVSS 3.0 is 8.7 with network access, low complexity, high privileges required, no user interaction, and changed scope.

Likely exposure

Exposure is limited to organizations running Cloud Foundry UAA Release OSS versions prior to 74.1.0. Risk is highest where UAA protects important platform or application resources and where high-privilege users or clients exist.

Exploitation context

The source bundle does not identify active exploitation, and KEV is false. The CVSS vector indicates exploitation requires high privileges, so this is not described as an unauthenticated takeover. Impact remains serious because successful scope escalation can control UAA and dependent resources.

Researcher notes

The affected version boundary is clear, but the provided sources do not include deeper exploit telemetry. Note that the record lists CWE-77, while the described behavior is scope manipulation and authorization failure. Avoid assuming affected products beyond Cloud Foundry UAA Release OSS.

Mitigation direction

  • Upgrade Cloud Foundry UAA Release OSS to 74.1.0 or later.
  • Check the Cloud Foundry advisory for deployment-specific guidance.
  • Identify and prioritize internet-reachable or central UAA deployments.
  • Review privileged UAA clients and users while remediation is pending.
  • Investigate suspicious scope grants or privilege changes.

Validation and detection

  • Confirm the deployed CF UAA release version is 74.1.0 or later.
  • Inventory all UAA instances, including non-production deployments.
  • Review OAuth client scope configurations for unexpected broad access.
  • Check logs for unusual scope requests or privilege expansion.
  • Verify dependent resources trust only remediated UAA instances.
Prepared
Confidence
high
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-77: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-11279 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
8.7 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:H/UI:N/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
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
8.7CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N2.35.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

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

Vector: CVSS:3.0/AV:N/AC:L/PR:H/UI:N/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 74.1.0Listed
Weakness

CWE details

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

CWE-77 · source CWE mapping

Improper Neutralization of Special Elements used in a Command ('Command Injection')

Improper Neutralization of Special Elements used in a Command ('Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.