CVE-2026-53486
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 · uneditedThe decompress package for Node.js extracts archives. Prior to 10.2.1 and 11.1.3, archive extraction can create files and links outside the target directory. When extracting an archive to a directory, a crafted archive can read or write files outside that directory because hardlink and symlink entries are created without checking where targets point, path containment used a string prefix comparison, and file modes failed to remove setuid, setgid, or sticky bits. This issue is fixed in @xhmikosr/decompress versions 10.2.1 and 11.1.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 confidenceThe @xhmikosr/decompress Node.js package prior to versions 10.2.1 and 11.1.3 contains a path traversal vulnerability where archive extraction can create files and hardlinks/symlinks outside the intended target directory. The fix addresses inadequate path containment checks using string prefix comparison and ensures proper removal of setuid, setgid, and sticky bits from file modes.
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
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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 checksWork through these to decide whether this CVE applies to you.
-
Find installed version of @xhmikosr/decompressRun 'npm list @xhmikosr/decompress' in your project directory, or inspect your package.json dependencies for the @xhmikosr/decompress entry and its version numberAffected if The version shown is lower than 10.2.1 or 11.1.3 (for example 10.0.0, 11.0.0, 9.x.x)
-
Confirm the package is in useSearch your codebase for statements that import or require @xhmikosr/decompress, and verify it is being called with .extract() or similar methods to unpack archive filesAffected if The package is imported and its extraction methods are invoked at runtime
-
Check if archives from untrusted sources are processedReview your code that calls decompress.extract() and trace the origin of the archive files being passed to it; determine whether any archives come from user uploads, external URLs, or other untrusted sourcesAffected if Archive files originate from untrusted or user-controlled sources (such as uploads, external URLs, or data from unauthenticated endpoints)
-
Verify path containment is not enforcedIf you have access to the source, examine whether the decompress call includes path validation or sandboxing that prevents extraction outside the target directory; inspect the extraction code for any custom path traversal guardsAffected if No additional path containment logic exists beyond what the library provides, and the library version is affected
You are affected if you have @xhmikosr/decompress version below 10.2.1 or 11.1.3 AND use it to extract archives, especially those from untrusted sources, without additional path containment safeguards.
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 @xhmikosr/decompress to version 10.2.1 or 11.1.3 or later to remediate this vulnerability. Additionally, validate that extracted archives come from trusted sources and consider running extraction in sandboxed environments.
@xhmikosr/decompress version 10.2.1 or 11.1.3 (or latest)
- Check the current version of @xhmikosr/decompress in your project (package.json or package-lock.json)
- Run 'npm install @xhmikosr/[email protected]' or 'npm install @xhmikosr/[email protected]' to install the fixed version, or simply 'npm install @xhmikosr/decompress@latest' to get the latest stable release which includes the fix
- Verify the installation was successful by checking the installed version with 'npm list @xhmikosr/decompress'
- Re-run any tests or security scans to confirm the vulnerability is resolved
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.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,072.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-53486 — 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-53486 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