LiveActive security incident?Get immediate response
CVE Record

CVE-2019-11276: Apps Manager sends tokens to Spring apps via HTTP

Pivotal Apps Manager, included in Pivotal Application Service versions 2.3.x prior to 2.3.16, 2.4.x prior to 2.4.12, 2.5.x prior to 2.5.8, and 2.6.x prior to 2.6.3, makes a request to the /cloudapplication endpoint via Spring actuator, and subsequent requests via unsecured http. An adjacent unauthenticated user could eavesdrop on the network traffic and gain access to the unencrypted token allowing the attacker to read the type of access a user has over an app. They may also modify the logging level, potentially leading to lost information that would otherwise have been logged.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2019-11276 is a token exposure issue in Pivotal Apps Manager within older Pivotal Application Service releases. Apps Manager sent token-bearing requests over unsecured HTTP, allowing an adjacent unauthenticated network user to read limited app access information and potentially change logging levels.

Executive priority

Treat this as a moderate platform hygiene issue. It is not documented as actively exploited, but affected PAS environments should be patched because token exposure can reveal access information and weaken logging reliability.

Technical view

Affected PAS versions are 2.3.x before 2.3.16, 2.4.x before 2.4.12, 2.5.x before 2.5.8, and 2.6.x before 2.6.3. The flaw involves Apps Manager requests to /cloudapplication via Spring Actuator followed by unsecured HTTP requests exposing an unencrypted token.

Likely exposure

Exposure is limited to organizations running the affected PAS release lines with Apps Manager. The attacker must be adjacent on the network, not remote over the internet by default, but shared or weakly segmented platform networks increase concern.

Exploitation context

The source bundle does not show KEV listing or confirmed active exploitation. The CVSS vector indicates adjacent-network access, low complexity, no privileges, and no user interaction. Impact is limited confidentiality and integrity, with no stated availability impact.

Researcher notes

Evidence supports CWE-319 cleartext transmission. The cited data names affected PAS lines and fixed thresholds, but does not provide exploit examples, broader product scope, or standalone mitigations beyond vendor-directed remediation.

Mitigation direction

  • Upgrade affected PAS deployments to the fixed patch level or later supported release.
  • Use the Pivotal advisory to confirm the correct upgrade path for each PAS line.
  • Prioritize environments with shared, tenant-adjacent, or weakly segmented platform networks.
  • Restrict adjacent network visibility to Apps Manager traffic until upgrades are complete.

Validation and detection

  • Inventory PAS versions and identify deployments in the affected 2.3, 2.4, 2.5, and 2.6 lines.
  • Confirm each deployment is at or above 2.3.16, 2.4.12, 2.5.8, or 2.6.3.
  • Verify Apps Manager is present and in use on affected deployments.
  • Review whether adjacent unauthenticated users could observe relevant internal HTTP traffic.
  • Check for unexpected logging level changes around Apps Manager or application administration 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 · low confidence lookup

CWE-319: 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
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-11276 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
5.4 (3.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.0 score

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

Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/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
PivotalPivotal Application Service (PAS)2.3, 2.4, 2.5, 2.6Listed
Weakness

CWE details

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

CWE-319 · source CWE mapping

Cleartext Transmission of Sensitive Information

Cleartext Transmission of Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.