CVE-2020-6939
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 · uneditedTableau Server installations configured with Site-Specific SAML that allows the APIs to be used by unauthenticated users. If exploited, this could allow a malicious user to configure Site-Specific SAML settings and could lead to account takeover for users of that site. Tableau Server versions affected on both Windows and Linux are: 2018.2 through 2018.2.27, 2018.3 through 2018.3.24, 2019.1 through 2019.1.22, 2019.2 through 2019.2.18, 2019.3 through 2019.3.14, 2019.4 through 2019.4.13, 2020.1 through 2020.1.10, 2020.2 through 2020.2.7, and 2020.3 through 2020.3.2.
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 confidenceTableau Server with Site-Specific SAML configuration contains an authentication bypass vulnerability where APIs can be accessed without authentication. An unauthenticated attacker can manipulate SAML settings for a specific site, potentially leading to full account takeover of users within that site.
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>= 2018.2, <= 2018.2.27>= 2018.3, <= 2018.3.24>= 2019.1, <= 2019.1.22>= 2019.2, <= 2019.2.18>= 2019.3, <= 2019.3.14>= 2019.4, <= 2019.4.13>= 2020.1, <= 2020.1.10>= 2020.2, <= 2020.2.7>= 2020.3, <= 2020.3.2CVSS 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
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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.
-
Identify installed Tableau Server versionAccess the Tableau Server Administration area or use the `tsm version` command line tool to retrieve the exact version number installed.Affected if The installed version falls within any of these ranges: 2018.2 to 2018.2.27, 2018.3 to 2018.3.24, 2019.1 to 2019.1.22, 2019.2 to 2019.2.18, 2019.3 to 2019.3.14, 2019.4 to 2019.4.13, 2020.1 to 2020.1.10, 2020.2 to 2020.2.7, or 2020.3 to 2020.3.2.
-
Verify SAML authentication is enabledNavigate to Tableau Server Settings > Authentication and confirm if SAML is selected as the authentication method for any site.Affected if SAML authentication is enabled on the Tableau Server.
-
Confirm site-specific SAML configurationCheck whether SAML is configured at the individual site level rather than globally for the entire server. This can be verified in the site settings under Authentication for each site.Affected if SAML is configured for specific sites (site-specific SAML) rather than globally.
-
Test API endpoint accessibilityAttempt to access Tableau Server REST API endpoints without providing valid authentication credentials. Specifically test endpoints related to site settings and SAML configuration.Affected if API endpoints can be accessed or manipulated without authentication, particularly those affecting SAML settings for a site.
The environment is affected if the installed Tableau Server version is within the affected ranges AND site-specific SAML authentication is enabled, allowing unauthenticated API access to SAML configuration endpoints.
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 · scopedUpgrade Tableau Server to the latest patched version (beyond 2020.3.2) or apply the relevant hotfix. Alternatively, review and harden SAML configuration settings to ensure all API endpoints require proper authentication.
Tableau Server 2018.2.28+, 2018.3.25+, 2019.1.23+, 2019.2.19+, 2019.3.15+, 2019.4.14+, 2020.1.11+, 2020.2.8+, or 2020.3.3+ (latest supported release recommended)
- 1. Identify the currently installed Tableau Server version by checking the server or using the Tableau Server CLI: tsm version
- 2. Determine which upgrade path applies based on your current version (2018.2.x -> 2018.2.28+, 2018.3.x -> 2018.3.25+, 2019.1.x -> 2019.1.23+, 2019.2.x -> 2019.2.19+, 2019.3.x -> 2019.3.15+, 2019.4.x -> 2019.4.14+, 2020.1.x -> 2020.1.11+, 2020.2.x -> 2020.2.8+, 2020.3.x -> 2020.3.3+)
- 3. Review Tableau Server upgrade documentation for your specific version jump to ensure compatibility
- 4. Perform a full backup of the Tableau Server repository, configuration, and topology before upgrading
- 5. Run the upgrade installer for the chosen fixed version on all nodes in the cluster
- 6. Verify the SAML configuration is intact post-upgrade and test authentication flows
- 7. Confirm the vulnerability is resolved by verifying Site-Specific SAML API endpoints now require authentication
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.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 $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2020-6939 — 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-6939 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