๐Ÿ” CVE Alert

CVE-2026-80427

HIGH 8.4

bestzip before 2.2.6 and 3.0.x before 3.0.2 Argument Injection via Missing Option Delimiter

CVSS Score
8.4
EPSS Score
0.0%
EPSS Percentile
0th

bestzip builds the argument list for the system zip utility without separating options from operands. The destination archive path and the caller-supplied source paths are passed to the child process with no -- delimiter between them, so any source entry beginning with a hyphen is interpreted by zip as an option rather than a file name. zip accepts -T to test the finished archive and -TT to name the command used to perform that test, so a source list containing those two entries and a command string causes zip to run that command through a shell once the archive has been written. An application that passes a file name or path it received from an untrusted source into the bestzip API therefore executes a command of the supplier's choosing. Versions 2.2.6 and 3.0.2 add the delimiter.

CWE CWE-88
Vendor nfriedly
Product bestzip
Published Aug 26, 2026
Last Updated Aug 26, 2026
Stay Ahead of the Next One

Get instant alerts for nfriedly bestzip

Be the first to know when new high vulnerabilities affecting nfriedly bestzip are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

nfriedly / bestzip
0 < 2.2.6 3.0.0 < 3.0.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nfriedly/node-bestzip github.com: https://github.com/nfriedly/node-bestzip/security/advisories/GHSA-p87m-9567-rgcc npmjs.com: https://www.npmjs.com/package/bestzip vulncheck.com: https://www.vulncheck.com/advisories/bestzip-before-2.2.6-and-3.0-x-before-3.0.2-argument-injection-via-missing-option-delimiter

Credits

poqpwppy