Seroval · Seroval · CVE-2026-24006
**Name of the Vulnerable Software and Affected Versions**
Seroval versions 1.4.0 and below
**Description**
Seroval allows JavaScript value stringification, including complex structures beyond the capabilities of JSON.stringify. In versions 1.4.0 and below, serializing objects with significant depth can cause a maximum call stack limit error. Version 1.4.1 introduces a `depthLimit` parameter in serialization/deserialization methods, which throws an error if the depth limit is exceeded.
**Recommendations**
Update to version 1.4.1 or later.