LiveActive security incident?Get immediate response
CVE Record

CVE-2019-3788: UAA redirect-uri allows wildcard in the subdomain

Cloud Foundry UAA Release, versions prior to 71.0, allows clients to be configured with an insecure redirect uri. Given a UAA client was configured with a wildcard in the redirect uri's subdomain, a remote malicious unauthenticated user can craft a phishing link to get a UAA access code from the victim.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw lets a poorly configured Cloud Foundry UAA OAuth client accept unsafe redirect destinations. If a client used a wildcard in a redirect URI subdomain, an attacker could lure a user with a phishing link and obtain that user’s UAA access code.

Executive priority

Treat as high priority for Cloud Foundry environments using UAA OAuth clients. Business risk is account access compromise through phishing, but urgency depends on whether vulnerable wildcard redirect configurations exist.

Technical view

CVE-2019-3788 is a CWE-601 redirect weakness in Cloud Foundry UAA before release 71.0. The risky condition is a UAA client configured with a wildcard in the redirect URI subdomain, allowing unauthenticated remote phishing to capture an authorization code. CVSS is 8.7 high.

Likely exposure

Exposure is limited to Cloud Foundry UAA before 71.0 and Pivotal Application Service 2.5 where clients use wildcard subdomain redirect URIs. Deployments without that client configuration may not be practically exposed.

Exploitation context

The bundle does not cite active exploitation, and CISA KEV is false. The described attack is phishing-based and depends on a vulnerable redirect URI configuration that can leak a UAA access code.

Researcher notes

Key evidence points to redirect URI validation/configuration risk, not a general remote code execution issue. Confirm version, client configuration, and PAS 2.5 applicability before scoping impact. No source in the bundle confirms exploitation in the wild.

Mitigation direction

  • Upgrade Cloud Foundry UAA to release 71.0 or later.
  • Review Cloud Foundry guidance for PAS 2.5 remediation details.
  • Remove wildcard subdomain redirect URIs from UAA client registrations.
  • Use exact, trusted redirect URIs for OAuth clients.
  • Check vendor guidance before applying product-specific workarounds.

Validation and detection

  • Inventory UAA release versions across Cloud Foundry foundations.
  • List UAA clients and inspect registered redirect URIs.
  • Flag redirect URIs with wildcards in subdomains.
  • Confirm OAuth clients use exact trusted redirect destinations.
  • Review authentication logs for suspicious authorization-code activity.
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-601: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-3788 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:H/PR:N/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:H/PR:N/UI:N/S:C/C:H/I:H/A:N2.25.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

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

Vector: CVSS:3.0/AV:N/AC:H/PR:N/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)AllListed
PivotalPivotal Application Service2.5Listed
Weakness

CWE details

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

CWE-601 · source CWE mapping

URL Redirection to Untrusted Site ('Open Redirect')

URL Redirection to Untrusted Site ('Open Redirect') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.