LiveActive security incident?Get immediate response
CVE Record

CVE-2019-11274: UAA SCIM Filter XSS

Cloud Foundry UAA, versions prior to 74.0.0, is vulnerable to an XSS attack. A remote unauthenticated malicious attacker could craft a URL that contains a SCIM filter that contains malicious JavaScript, which older browsers may execute.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Cloud Foundry UAA before 74.0.0 could let an unauthenticated attacker send a crafted SCIM filter link that runs JavaScript in some older browsers. The victim must interact with the link. Business risk is limited but real for organizations still running older UAA releases.

Executive priority

Treat as a routine but necessary security update. It is not evidenced as actively exploited, but internet-facing identity services deserve timely remediation because successful XSS can undermine trust in authentication workflows.

Technical view

CVE-2019-11274 is a CWE-79 XSS issue in Cloud Foundry UAA SCIM filter handling before v74.0.0. It is remotely reachable without attacker authentication but requires user interaction. CVSS 3.0 is 4.3, with low integrity impact and no stated confidentiality or availability impact.

Likely exposure

Exposure is likely limited to Cloud Foundry environments using UAA Release OSS versions prior to v74.0.0, especially where UAA is reachable by users with older browsers.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not listed as KEV. Exploitation requires a crafted URL and user interaction; older browsers are specifically called out as execution risk.

Researcher notes

Focus validation on UAA SCIM filter input handling and browser execution behavior. Avoid assuming modern-browser exploitability beyond the source language. The available evidence identifies affected versions and impact class but provides limited operational detail.

Mitigation direction

  • Upgrade Cloud Foundry UAA Release OSS to v74.0.0 or later.
  • Review the Cloud Foundry advisory for deployment-specific remediation guidance.
  • Prioritize externally reachable or broadly used UAA deployments.
  • Advise users not to open unexpected UAA links until remediation is complete.

Validation and detection

  • Inventory Cloud Foundry UAA versions across all foundations and environments.
  • Confirm no deployed UAA version is older than v74.0.0.
  • Review UAA access logs for unusual SCIM filter URL activity.
  • Perform safe XSS regression testing against SCIM filter handling after upgrade.
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-79: 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-11274 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
Medium
CVSS
4.3 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/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
4.3CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

4.3Medium
CVSS 3.0 vector shape for CVE-2019-11274Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.