Vulnerabilities/

Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects

Severity:
Medium

Description

What kind of vulnerability is it?

It is a Denial of Service (DoS) vulnerability caused by CPU exhaustion. When serializing a specially crafted “array-like” object (an object that inherits from Array.prototype but has a very large length property), the process enters an intensive loop that consumes 100% CPU and hangs indefinitely.

Recommendation

Update the serialize-javascript package to the latest compatible version. Followings are version details:

References

Related Issues

Tags:
npm
serialize-javascript
Anything's wrong? Let us know Last updated on March 27, 2026