MAL-2026-5346
Dashboard / Malicious Package / MAL-2026-5346
MAL-2026-5346
Summary: Malicious code in cookie-parser-legacy (npm)
Details: Source: amazon-inspector (53a673e0454bb102d4e8456e3c26290196c5ae5bf4cf9438ce78f8286fd5c3be) Package name and README impersonate the well-known `cookie-parser` Express middleware. The source is a near-verbatim copy of cookie-parser, except the legitimate `cookie-signature` dependency has been replaced with an unknown package `moustick` pinned to the mutable `latest` tag (package.json: `"moustick": "latest"`). index.js requires `moustick` as `signature` and invokes `signature.unsign(str.slice(2), secrets[i])` at request time on user-supplied cookie values, executing whatever code `moustick` currently publishes against installer-side cookie secrets and signed values. index.js additionally imports `execSync` from `child_process` at the top of the file with no reference anywhere in the cookie-parsing logic — an unusual staging artifact for a pure parsing module. The combination of name-impersonation of a top-tier middleware, silent substitution of a security-critical dependency, and pinning that substitute to a mutable tag means any installer who picks this up thinking it is `cookie-parser` will resolve and execute arbitrary third-party code controlled by the `moustick` publisher on every install. Source: ghsa-malware (1b0e373057d636dbc4939fdb3e1f8cda1276c8bb88ae02f5ed156244e12fdb91) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
References: https://github.com/advisories/GHSA-xv3p-wcmf-6hp8, https://www.npmjs.com/package/cookie-parser-legacy/v/1.5.4, https://www.npmjs.com/package/cookie-parser-legacy/v/1.5.3, https://www.npmjs.com/package/cookie-parser-legacy/v/1.5.2, https://www.npmjs.com/package/cookie-parser-legacy/v/1.5.1
Affected packages
Package
Name: cookie-parser-legacy
Purl: pkg:npm/cookie-parser-legacy
Affected ranges
Type: SEMVER
Events:
