LiveActive security incident?Get immediate response
CVE Record

CVE-2019-11290: Cloud Foundry UAA logs query parameters in tomcat access file

Cloud Foundry UAA Release, versions prior to v74.8.0, logs all query parameters to tomcat’s access file. If the query parameters are used to provide authentication, ie. credentials, then they will be logged as well.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Cloud Foundry UAA could write URL query parameters into Tomcat access logs. If credentials or tokens were passed in those parameters, they may have been stored in log files where administrators or log systems could access them.

Executive priority

Treat this as a high-priority exposure review for affected UAA environments. The business risk is credential disclosure from logs, not confirmed remote takeover by itself.

Technical view

CVE-2019-11290 is a CWE-532 sensitive-information-in-log issue in Cloud Foundry UAA Release before v74.8.0. The UAA Tomcat access log captured all query parameters, potentially exposing authentication material supplied through URLs.

Likely exposure

Organizations running Cloud Foundry UAA Release versions prior to v74.8.0 are potentially exposed, especially where authentication data was passed in URL query parameters and logs were retained or centralized.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not marked KEV. Risk depends on whether sensitive query parameters existed and who could read Tomcat or centralized logs.

Researcher notes

Focus validation on version evidence, log retention scope, and credential material in query strings. The source bundle does not provide exploit details, active exploitation evidence, or broader affected products beyond Cloud Foundry UAA Release.

Mitigation direction

  • Upgrade Cloud Foundry UAA Release to v74.8.0 or later per vendor guidance.
  • Review Tomcat and centralized logs for exposed credentials during the vulnerable period.
  • Rotate credentials or tokens found in affected logs.
  • Restrict access to UAA Tomcat access logs and log aggregation stores.
  • Confirm applications do not send credentials in URL query parameters.

Validation and detection

  • Inventory Cloud Foundry UAA Release versions and identify instances below v74.8.0.
  • Review Tomcat access log configuration and retained access logs.
  • Search retained logs for credential-like query parameters without exposing values broadly.
  • Verify upgraded UAA logging no longer records sensitive query parameters.
  • Confirm log access is limited to authorized operational staff.
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 · low confidence lookup

CWE-532: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-11290 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.8 (3.0)
Known Exploited
No
Published

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

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.8CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

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

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

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 ReleaseAllListed
Weakness

CWE details

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

CWE-532 · source CWE mapping

Insertion of Sensitive Information into Log File

Insertion of Sensitive Information into Log File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.