Apisix DashboardApplication · Apache

CVE-2021-33190

MEDIUM · 5.3 CVSS v3.1 Published 2021-06-08
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
62/100
Remediation priority · Elevated
Remotely reachable No privileges 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
In Apache APISIX Dashboard version 2.6, we changed the default value of listen host to 0.0.0.0 in order to facilitate users to configure external network access. In the IP allowed list restriction, a risky function was used for the IP acquisition, which made it possible to bypass the network limit. At the same time, the default account and password are fixed.Ultimately these factors lead to the issue of security risks. This issue is fixed in APISIX Dashboard 2.6.1

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 confidence

Apache APISIX Dashboard 2.6 listens on 0.0.0.0 by default, exposing the interface externally. A risky function used for IP acquisition in the allowed list restriction can be bypassed, allowing attackers to circumvent IP-based access controls. Combined with fixed default credentials, this enables unauthorized network access to the dashboard.

MitigationUpgrade to Apache APISIX Dashboard 2.6.1 or later and change default credentials to prevent exploitation of the IP restriction bypass.

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
Apisix DashboardApplication
Affected:= 2.6

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

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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. Confirm installed Dashboard version
    Check the Apache APISIX Dashboard version running in your environment (e.g., via process info, package manager, or API endpoint /apisix/admin/widget/list)
    Affected if Version is exactly 2.6 (the only affected version listed)
  2. Verify network binding configuration
    Inspect the Dashboard configuration file (conf/conf.yaml or similar) and check the listen address under the manager_api section
    Affected if The listen address is set to 0.0.0.0, exposing the interface to all network interfaces rather than localhost only
  3. Inspect IP restriction settings
    Check the allowed_list or ip_restriction configuration in the Dashboard API settings to see if IP-based access controls are defined
    Affected if An allowed_list is configured but relies on the bypassable IP acquisition function (the vulnerability exists when IP restrictions are in place)
  4. Check for default credentials
    Test authentication using the known fixed default credentials for the Dashboard (admin/admin is commonly documented)
    Affected if Default credentials are still active and allow successful authentication

You are affected if the Dashboard is version 2.6 AND it listens on 0.0.0.0 (exposed externally) AND either default credentials still work OR IP restrictions can be bypassed.

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
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade to Apache APISIX Dashboard 2.6.1 or later and change default credentials to prevent exploitation of the IP restriction bypass.

Fix this in Apisix Dashboard Scoped from the published advisory
  • Consultation2.0 h
  • Implementation2.0 h
  • Testing2.0 h
  • Review / QA1.0 h
7.0 hours of engineering $1,240
Get help mitigating

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2021-33190 — 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-2021-33190 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