CVE-2025-23388
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 · uneditedA Stack-based Buffer Overflow vulnerability in SUSE rancher allows for denial of service.This issue affects rancher: from 2.8.0 before 2.8.13, from 2.9.0 before 2.9.7, from 2.10.0 before 2.10.3.
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 confidenceA stack-based buffer overflow vulnerability exists in SUSE Rancher that allows attackers to overflow a stack-allocated buffer, leading to denial of service. The vulnerability affects multiple Rancher versions from 2.8.0 through 2.10.x. Successful exploitation can crash the Rancher service, disrupting Kubernetes cluster management capabilities.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
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
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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.
-
Verify Rancher is deployed in the environmentCheck for running Rancher components: for Kubernetes-based deployments, run 'kubectl get pods -n cattle-system' and look for rancher pods; for Docker standalone, run 'docker ps' and filter for rancher containersAffected if No Rancher deployment found means this CVE does not apply to your environment
-
Obtain the installed Rancher versionFor Kubernetes: run 'kubectl get rancher -n cattle-system -o jsonpath='{.items[0].status.version}' or check the Rancher UI dashboard footer which displays the version; for Docker: run 'docker exec <container_id> cat /var/lib/rancher/data/version.txt' or query the API at 'https://<rancher-url>/v1'Affected if Unable to determine version prevents accurate vulnerability assessment
-
Compare against affected version rangesCheck if the installed version falls between 2.8.0 and 2.8.12 inclusive, between 2.9.0 and 2.9.6 inclusive, or between 2.10.0 and 2.10.2 inclusive; versions below 2.8.0 are not affected by this specific CVEAffected if Installed version is 2.8.0-2.8.12, 2.9.0-2.9.6, or 2.10.0-2.10.2 indicates the environment is running a vulnerable version that needs patching
Your environment is affected if Rancher is deployed and the installed version is 2.8.0 through 2.8.12, 2.9.0 through 2.9.6, or 2.10.0 through 2.10.2; versions 2.8.13, 2.9.7, 2.10.3 and later include the security patch.
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 Rancher to version 2.8.13, 2.9.7, 2.10.3 or later to apply the security patch. Coordinate maintenance windows as the update may require brief service downtime.
Upgrade to Rancher 2.8.13 (if on 2.8.x), 2.9.7 (if on 2.9.x), or 2.10.3 (if on 2.10.x)
- 1. Identify the current Rancher version by checking the Rancher UI (top-left corner) or running: kubectl get rancher -n cattle-system -o jsonpath='{.items[0].status.rancherVersion}'
- 2. Take a backup of the Rancher environment before upgrading. Use the Rancher backup operator or manually export etcd snapshots.
- 3. Based on your current version, upgrade to the corresponding fixed release: If on 2.8.x, upgrade to 2.8.13; if on 2.9.x, upgrade to 2.9.7; if on 2.10.x, upgrade to 2.10.3
- 4. Apply the upgrade using your Kubernetes provider's upgrade mechanism (e.g., RKE2, K3s, or Helm upgrade for standalone Rancher)
- 5. Verify the upgrade was successful by checking the Rancher UI is accessible and running: kubectl get rancher -n cattle-system to confirm the new version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation2.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 $3,392.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-23388 — 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-2025-23388 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