DispatchApplication · Netflix

CVE-2020-9300

MEDIUM · 6.5 CVSS v3.1 Published 2020-11-09
Fix available
A fix is available. Upgrade to 20201106 or later.
See remediation →
71/100
Remediation priority · Elevated
Remotely reachable Zero-click

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 · unedited
The Access Control issues include allowing a regular user to view a restricted incident, user role escalation to admin, users adding themselves as a participant in a restricted incident, and users able to view restricted incidents via the search feature. If your install has followed the secure deployment guidelines the risk of this is lowered, as this may only be exploited by an authenticated user.

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 · moderate confidence

CVE-2020-9300 is an access control vulnerability in an incident management application where multiple authorization flaws allow authenticated users to bypass restrictions. These include viewing restricted incidents, escalating user roles to admin privileges, adding themselves as participants to restricted incidents, and accessing restricted data through the search feature.

MitigationFix authorization checks throughout the application to enforce proper access control on incident viewing, user role management, participant assignment, and search functionality. Follow secure deployment guidelines to reduce exploitability.

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
DispatchApplication
Affected:< 20201106

CVSS 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
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/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 checks

Work through these to decide whether this CVE applies to you.

  1. Check the installed Dispatch version
    Locate the Dispatch installation and identify the version. In Docker deployments, run 'docker images' or check the image tag. In source installations, check the git tag or version file. Compare against the vulnerable version range: versions released before 20201106
    Affected if The installed version is any release dated before November 6, 2020 (version < 20201106)
  2. Confirm Dispatch is accessible over the network
    Verify the Dispatch web interface is reachable by accessing the application's URL or checking listening ports (typically port 8000 or configured HTTP port)
    Affected if The application is network-accessible and exposes the incident management interface to users
  3. Verify multi-user authentication is enabled
    Check the Dispatch configuration for authentication settings. Look for auth backends in configuration files or environment variables. Confirm that local authentication or an external identity provider is configured
    Affected if User authentication is enabled, meaning regular authenticated users exist in the system who could potentially exploit the authorization bypass
  4. Inspect role-based access control configuration
    Review the application's user role definitions and permission settings in the database or configuration. Check whether incident-level access restrictions are defined but may not be properly enforced
    Affected if The system uses role-based access control where incidents can have restricted access but authorization checks may be bypassed

A user is affected if they are running Netflix Dispatch version earlier than 20201106 with authenticated user access enabled, as the authorization bypass flaws allow any authenticated user to view restricted incidents, escalate privileges, and access restricted data through search.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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.

From vendor data
Upgrade available Upgrade to 20201106 or later
Fixed in 20201106
Interim mitigation

Fix authorization checks throughout the application to enforce proper access control on incident viewing, user role management, participant assignment, and search functionality. Follow secure deployment guidelines to reduce exploitability.

Fix this in Dispatch Scoped from the published advisory
  • Consultation8.0 h
  • Implementation16.0 h
  • Testing12.0 h
  • Review / QA8.0 h
44.0 hours of engineering $7,720
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $12,352.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2020-9300 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2020-9300 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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