LiveActive security incident?Get immediate response
CVE Record

CVE-2020-5409: Concourse Open Redirect in the /sky/login endpoint

Pivotal Concourse, most versions prior to 6.0.0, allows redirects to untrusted websites in its login flow. A remote unauthenticated attacker could convince a user to click on a link using the OAuth redirect link with an untrusted website and gain access to that user's access token in Concourse. (This issue is similar to, but distinct from, CVE-2018-15798.)

HighCVSS 7.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Concourse’s login flow could redirect users to an attacker-controlled site. If a user clicked a crafted OAuth login link, their Concourse access token could be exposed. This is a user-interaction issue, not an automatic server compromise, but token theft can affect CI/CD access.

Executive priority

Treat this as a high-priority CI/CD access risk where affected Concourse instances remain below 6.0.0. The main business concern is stolen user tokens leading to unauthorized pipeline access or disruption.

Technical view

CVE-2020-5409 is a CWE-601 open redirect in Pivotal Concourse’s /sky/login endpoint. Most versions before 6.0.0 allowed untrusted redirect destinations in OAuth login handling, potentially leaking a user’s Concourse access token after a click. CVSS v3.0 score is 7.6.

Likely exposure

Exposure is likely limited to Pivotal Concourse deployments running most versions before 6.0.0, especially environments where users authenticate through OAuth and can receive external links to the login flow.

Exploitation context

The provided sources do not show active exploitation, and KEV is false. Exploitation requires a remote unauthenticated attacker to convince a user to click a malicious OAuth redirect link, after which the user’s Concourse access token may be exposed.

Researcher notes

The issue is similar to, but distinct from, CVE-2018-15798. The source bundle names broad affected versions only, so exact affected build ranges and vendor-specific fix details should be confirmed against the Tanzu advisory.

Mitigation direction

  • Inventory Concourse deployments and identify versions older than 6.0.0.
  • Upgrade affected Concourse instances to 6.0.0 or later per vendor guidance.
  • Review VMware Tanzu advisory for any environment-specific remediation notes.
  • Consider rotating tokens for users suspected of clicking malicious login links.

Validation and detection

  • Confirm every Concourse instance reports version 6.0.0 or later.
  • Verify /sky/login no longer permits redirects to untrusted domains.
  • Review authentication logs for suspicious redirects or unexpected token use.
  • Check incident records for user reports of unusual Concourse login links.
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
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-2020-5409 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
7.6 (3.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.0 score

7.6High
CVSS 3.0 vector shape for CVE-2020-5409Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/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
PivotalConcourseunspecified, unspecified, unspecified, unspecifiedListed
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.