We have identified a bug in Node.js error handling where ...
Moderate severity
Unreviewed
Published
Jan 20, 2026
to the GitHub Advisory Database
•
Updated Jan 21, 2026
Description
Published by the National Vulnerability Database
Jan 20, 2026
Published to the GitHub Advisory Database
Jan 20, 2026
Last updated
Jan 21, 2026
We have identified a bug in Node.js error handling where "Maximum call stack size exceeded" errors become uncatchable when
async_hooks.createHook()is enabled. Instead of reachingprocess.on('uncaughtException'), the process terminates, making the crash unrecoverable. Applications that rely onAsyncLocalStorage(v22, v20) orasync_hooks.createHook()(v24, v22, v20) become vulnerable to denial-of-service crashes triggered by deep recursion under specific conditions.References