Skip to content

Commit 33d0e41

Browse files
authored
fix(blog): remove duplicate blog title for jan 2026 (#8545)
1 parent f0cb063 commit 33d0e41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/site/pages/en/blog/vulnerability/january-2026-dos-mitigation-async-hooks.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ layout: blog-post
77
author: Matteo Collina and Joyee Cheung
88
---
99

10-
# Mitigating Denial-of-Service Vulnerability from Unrecoverable Stack Space Exhaustion for React, Next.js, and APM Users
11-
1210
## TL;DR
1311

1412
Node.js/V8 makes a best-effort attempt to recover from stack space exhaustion with a catchable error, which frameworks have come to rely on for service availability. A bug that only reproduces when `async_hooks` are used would break this attempt, causing Node.js to exit with 7 directly without throwing a catchable error when recursions in user code exhaust the stack space. This makes applications whose recursion depth is controlled by unsanitized input vulnerable to Denial-of-Service attacks. This silently affects countless applications because:

0 commit comments

Comments
 (0)