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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupPrivilege 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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N2.35.8Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
8.7HighVector: CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.cloudfoundry.org/blog/cve-2019-11279CVE reference · x_refsource_CONFIRM
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
