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.
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-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 lookupCVE-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- 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
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:N/UI:R/S:U/C:N/I:L/A:N2.81.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
4.3MediumVector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.cloudfoundry.org/blog/cve-2019-11274CVE 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 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.
