CVE-2026-13311 - shell-quote parse() is quadratic in token count, enabling denial of service
CVE ID :CVE-2026-13311 Published : June 25, 2026, 4:48 a.m. | 2 hours, 22 minutes ago Description :shell-quote prior to 1.8.5 finalizes parsed tokens in parse() using Array.prototype.concat as a reduce accumulator, which reallocates and copies the entire growing array on every iteration. As a...