CVE-2020-5415
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedConcourse, 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceConcourse's GitLab auth connector uses full names as a primary identity attribute for authorization. An attacker can register a GitLab account with the same full name as an existing authorized user to impersonate them and gain unauthorized access to Concourse teams. This occurs because the connector does not uniquely identify users beyond their display name.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 6.3.1>= 6.4.0, < 6.4.1CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm GitLab auth connector is in useInspect your Concourse web node configuration for the --gitlab-auth-* flags or the corresponding YAML/credentials file. Look for presence of --gitlab-client-id and --gitlab-client-secret flags or GitLab-related auth configuration.Affected if GitLab authentication is configured and enabled on this Concourse deployment
-
Check Concourse versionRun 'concourse --version' on the web node or check the Docker/container image tag. Compare the version against the affected ranges: < 6.3.1 or >= 6.4.0 and < 6.4.1.Affected if The installed version falls within the vulnerable version ranges
-
Verify user identity attribute configurationReview the GitLab auth connector configuration in the main Concourse config or environment variables. Look for how the 'user_id' or 'username' attribute is mapped. Check if it references the 'display_name' or full name field from GitLab instead of a unique identifier like 'id' or 'username'.Affected if The configuration maps user identity using display_name or full_name from GitLab rather than a unique identifier
-
Review team user assignmentsRun 'fly teams -t <target>' to list teams, then check which users are authorized. Cross-reference GitLab user accounts with their display names. Look for teams that have individual GitLab users granted access.Affected if Individual GitLab users are assigned to teams based on their full display names rather than GitLab group memberships
You are affected if your Concourse version is vulnerable AND you use GitLab authentication with user identity mapped to full display names instead of unique identifiers, allowing an attacker to spoof by registering with a matching full name.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped6.3.16.4.1
Upgrade to Concourse 6.3.1 or 6.4.1 and later. Alternatively, migrate from individual GitLab user assignments to GitLab group-based team membership, which is not vulnerable to this spoofing issue.
Concourse 6.3.1 or 6.4.1 (depending on your current major.minor version)
- Identify your current Concourse version using 'concourse --version' or checking your deployment manifests
- Determine which version branch you're on (6.3.x or 6.4.x) to select the appropriate upgrade path
- For installations using Docker/docker-compose: Update the 'concourse/concourse' image tag to '6.3.1' or '6.4.1' in your docker-compose.yml and run 'docker-compose pull' followed by 'docker-compose up -d'
- For Kubernetes deployments using Helm: Update the 'image' or 'version' value in your Helm values file to '6.3.1' or '6.4.1', then run 'helm upgrade'
- For binary installations: Download the appropriate release from https://github.com/concourse/concourse/releases/tag/v6.3.1 or v6.4.1, replace the concourse binary, and restart the concourse worker and web services
- After upgrade, verify the GitLab auth connector is functioning correctly and test that user identity is properly validated
- If using GitLab user authentication (not groups), consider migrating affected users to GitLab groups configured in Concourse teams as mentioned in the advisory
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2020-5415 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2020-5415 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data