MinikubeApplication · Kubernetes

CVE-2018-1002103

HIGH · 8.8 CVSS v3.0 Published 2018-12-05
Fix available
A fix is available. Upgrade to after 0.29.0 or later.
See remediation →
95/100
Remediation priority · Urgent
Remotely reachable No privileges

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 Minikube versions 0.3.0-0.29.0, minikube exposes the Kubernetes Dashboard listening on the VM IP at port 30000. In VM environments where the IP is easy to predict, the attacker can use DNS rebinding to indirectly make requests to the Kubernetes Dashboard, create a new Kubernetes Deployment running arbitrary code. If minikube mount is in use, the attacker could also directly access the host filesystem.

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

Minikube 0.3.0-0.29.0 exposes the Kubernetes Dashboard on the VM IP at port 30000 with no authentication. This predictable network location enables DNS rebinding attacks where an attacker tricks a browser into making requests to the dashboard, potentially creating Kubernetes Deployments to execute arbitrary code. When minikube mount is active, the attacker can also directly read/write to the host filesystem via the exposed mount.

MitigationUpgrade Minikube to version 0.30.0 or later, which addresses the exposure. Alternatively, configure host-level firewall rules to block external access to port 30000.

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
MinikubeApplication
Affected:>= 0.3.0, <= 0.29.0

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
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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 checks

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

  1. Check installed Minikube version
    Run 'minikube version' to retrieve the version number
    Affected if The version is >= 0.3.0 and <= 0.29.0
  2. Verify Kubernetes Dashboard is accessible on port 30000
    Run 'minikube status' to get the VM IP, then attempt to access http://<VM-IP>:30000 in a browser or via curl
    Affected if The Dashboard loads without requiring authentication credentials
  3. Check if port 30000 is listening on the Minikube VM
    Run 'minikube ssh' and then 'netstat -tlnp | grep 30000' or 'ss -tlnp | grep 30000' inside the Minikube VM
    Affected if Port 30000 is bound and listening
  4. Determine network exposure of port 30000
    Check host firewall rules or network configuration to see if port 30000 is accessible from external addresses, or test from another machine on the network
    Affected if Port 30000 is accessible from network addresses other than localhost
  5. Check if Minikube mount is active
    Run 'minikube mount' to see if any mount configurations are active
    Affected if A Minikube mount is currently active and port 30000 is network-accessible

You are affected if your Minikube version is between 0.3.0 and 0.29.0 AND the Kubernetes Dashboard on port 30000 is accessible without authentication from your local machine or network.

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 a release after 0.29.0
Interim mitigation

Upgrade Minikube to version 0.30.0 or later, which addresses the exposure. Alternatively, configure host-level firewall rules to block external access to port 30000.

Fix this in Minikube Scoped from the published advisory
  • Consultation2.0 h
  • Implementation3.0 h
  • Testing2.0 h
  • Review / QA1.0 h
8.0 hours of engineering $1,420
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

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