CVE-2025-23167: fix improper termination of HTTP/1 headers using \r\n\rX
instead of the required \r\n\r\n.
CVE-2025-59466: fix uncatchable stack overflow exceptions when asynchooks
are enabled, preventing denial-of-service crashes in applications using
AsyncLocalStorage or asynchooks.createHook().
CVE-2025-59465: add TLSSocket default error handler to prevent server crash
from unhandled ECONNRESET when a malformed HTTP/2 HEADERS frame with invalid
HPACK data abruptly destroys a TLS connection during initialization.
CVE-2025-55131: refactor unsafe buffer creation to remove zero-fill toggle,
preventing exposure of uninitialized memory when buffer allocations are
interrupted via the vm module timeout option.