LiveActive security incident?Get immediate response
CVE Record

CVE-2020-5415: Concourse's GitLab auth allows impersonation

Concourse, versions prior to 6.3.1 and 6.4.1, in installations which use the GitLab auth connector, is vulnerable to identity spoofing by way of configuring a GitLab account with the same full name as another user who is granted access to a Concourse team. GitLab groups do not have this vulnerability, so GitLab users may be moved into groups which are then configured in the Concourse team.

CriticalCVSS 10Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Concourse could mistake one GitLab user for another when teams granted access through the GitLab auth connector using user identity. A person with a matching GitLab full name could be treated as an authorized team member. This threatens confidentiality and integrity of CI/CD environments, especially where Concourse controls deployments or secrets.

Executive priority

Treat this as urgent for any affected Concourse deployment, because CI/CD identity spoofing can expose source, secrets, pipelines, and deployment authority. Prioritize internet-accessible or production-linked Concourse systems first.

Technical view

CVE-2020-5415 is an identity spoofing flaw in Concourse before 6.3.1 and 6.4.1 when using the GitLab auth connector. The issue is tied to GitLab account full-name matching for team access. CVSS is 10.0 with network attack vector, low complexity, no privileges, no user interaction, and scope changed.

Likely exposure

Exposure is limited to Concourse 6.3 or 6.4 installations before 6.3.1 or 6.4.1 that use the GitLab auth connector. The source states GitLab groups do not have this vulnerability.

Exploitation context

The bundle does not cite active exploitation, and KEV status is false. Public sources describe a critical, low-complexity spoofing path, but no exploit activity or weaponized tooling is provided in the supplied evidence.

Researcher notes

The key exposure condition is GitLab auth connector usage with user-based team authorization. The provided sources identify fixed version boundaries and a group-based mitigation, but do not provide evidence of exploitation in the wild.

Mitigation direction

  • Upgrade affected Concourse deployments to 6.3.1, 6.4.1, or later vendor-supported versions.
  • Move GitLab users into GitLab groups and configure Concourse teams against those groups.
  • Review Concourse team access rules that depend on individual GitLab users.
  • Check current vendor advisories before deployment or emergency change decisions.

Validation and detection

  • Inventory Concourse versions and identify deployments using the GitLab auth connector.
  • Confirm no affected deployment remains below 6.3.1 or 6.4.1.
  • Review Concourse teams for individual GitLab user grants instead of group-based grants.
  • Audit recent team access for unexpected GitLab identities or duplicate full-name patterns.
Prepared
Confidence
high
Sources
4

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-290: 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-2020-5415 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
Critical
CVSS
10 (3.0)
Known Exploited
No
Published

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

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
3Source 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
10CVSS 3.0CriticalCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L3.96Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

10Critical
CVSS 3.0 vector shape for CVE-2020-5415Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
VMware TanzuConcourse6.4, 6.3Listed
Weakness

CWE details

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

CWE-290 · source CWE mapping

Authentication Bypass by Spoofing

Authentication Bypass by Spoofing represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.