CVE-2026-48069: Node Zlib Stream Missing Error Handlercve-2026-48069-node-zlib-stream-missing-error-handler
A zlib stream was initialized and listened to without attaching an 'error' event handler. In Node.js, unhandled 'error' events on streams throw uncaught exceptions, leading to process crashes when processing invalid or malformed compressed input.