Vulnerability Description
piscina is a node.js worker pool implementation. Prior to 6.0.0-rc.2, 5.2.0, and 4.9.3, piscina's constructor and run() paths read the filename option via plain member access. Both reads fall through the prototype chain when the caller's options object doesn't have filename as an own property. When Object.prototype.filename is polluted upstream the inherited value flows to worker_threads.Worker import and the attacker's .mjs runs in the worker. This vulnerability is fixed in 6.0.0-rc.2, 5.2.0, and 4.9.3.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/piscinajs/piscina/security/advisories/GHSA-x9g3-xrwr-cwfg
- https://github.com/piscinajs/piscina/security/advisories/GHSA-x9g3-xrwr-cwfg
FAQ
What is CVE-2026-55388?
CVE-2026-55388 is a vulnerability with a CVSS score of 8.1 (HIGH). piscina is a node.js worker pool implementation. Prior to 6.0.0-rc.2, 5.2.0, and 4.9.3, piscina's constructor and run() paths read the filename option via plain member access. Both reads fall through ...
How severe is CVE-2026-55388?
CVE-2026-55388 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55388?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.