CVE-2026-54250
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 · uneditedK3s is a fully conformant production-ready Kubernetes distribution. Prior to 1.35.3+k3s1, 1.34.6+k3s1, v1.33.10+k3s1, a path traversal vulnerability exists in K3s's etcd snapshot decompression functionality. Zip files containing archive members with maliciously crafted names can be written to arbitrary locations on the filesystem when an administrator restores the archive as a compressed etcd snapshot. This vulnerability is fixed in 1.35.3+k3s1, 1.34.6+k3s1, v1.33.10+k3s1.
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 confidenceK3s contains a path traversal vulnerability in its etcd snapshot decompression functionality. When an administrator restores a compressed etcd snapshot archive, maliciously crafted zip file entries with path traversal sequences (e.g., ../../../etc/passwd) can write files to arbitrary locations outside the intended snapshot directory.
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
- Local
- Complexity
- Low
- Privileges
- High
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/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.
-
Check the installed K3s versionRun `k3s --version` or check the systemd service version with `systemctl status k3s`Affected if The version is earlier than 1.35.3+k3s1, 1.34.6+k3s1, or 1.33.10+k3s1 (meaning the patch is not applied)
-
Identify if etcd snapshots have been restoredCheck for snapshot files in the default directory `/var/lib/rancher/k3s/server/db/etcd` or a custom snapshot path configured in the K3s configAffected if Compressed (zip) etcd snapshot archives exist and have been restored on this K3s node
-
Locate any compressed snapshot archivesLook for .zip files in snapshot directories: `find /var/lib/rancher/k3s -name '*.zip' 2>/dev/null`Affected if Zip-formatted snapshot archives are present on the system
-
Determine if snapshots from untrusted sources were importedReview any scripts, automation, or manual commands that performed etcd snapshot restore operations, checking for use of the `--snapshot-name` or `--snapshot-format=zip` flagsAffected if A snapshot restore was performed using a zip-compressed archive from a source outside your organization
You are affected if your K3s version is earlier than the fixed versions AND you have restored compressed etcd snapshots, particularly from external or untrusted sources.
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 K3s to version 1.35.3+k3s1, 1.34.6+k3s1, or v1.33.10+k3s1 or later. Until patched, only restore etcd snapshots from trusted sources.
K3s v1.35.3+k3s1 (or v1.34.6+k3s1 or v1.33.10+k3s1 depending on branch)
- Check the currently installed K3s version using: k3s --version
- If running a version prior to 1.35.3+k3s1, 1.34.6+k3s1, or v1.33.10+k3s1, plan for an upgrade
- Backup any critical etcd snapshots and K3s data before upgrading
- Upgrade K3s to version 1.35.3+k3s1 (latest stable fixed release) using the standard upgrade process: curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.35.3+k3s1 sh -s -
- Alternatively, for system-specific upgrades, use the appropriate package manager or k3s-install.sh script with the fixed version
- After upgrade, verify the new version is running: k3s --version
- Test etcd snapshot restore functionality to confirm the vulnerability is patched
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.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 $5,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-54250 — 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-2026-54250 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