node/lib
RafaelGSS 6cc8d58e6f src: fix HTTP2 mem leak on premature close and ERR_PROTO
This commit fixes a memory leak when the socket is
suddenly closed by the peer (without GOAWAY notification)
and when invalid header (by nghttp2) is identified and the
connection is terminated by peer.

Refs: https://hackerone.com/reports/2841362
PR-URL: https://github.com/nodejs-private/node-private/pull/650
Reviewed-By: James M Snell <jasnell@gmail.com>
CVE-ID: CVE-2025-23085
2025-01-20 14:49:43 -03:00
..
assert
dns
fs
internal src: fix HTTP2 mem leak on premature close and ERR_PROTO 2025-01-20 14:49:43 -03:00
path
readline
stream
test test_runner: add junit reporter 2023-11-27 11:57:19 +01:00
timers
util
.eslintrc.yaml
_http_agent.js
_http_client.js
_http_common.js
_http_incoming.js
_http_outgoing.js http: handle multi-value content-disposition header 2024-07-19 03:15:33 +00:00
_http_server.js http: remove closeIdleConnections function while calling server close 2024-04-17 12:02:53 +00:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js
assert.js
async_hooks.js
buffer.js
child_process.js typings: update JSDoc for cwd in child_process 2023-11-26 20:32:32 +01:00
cluster.js
console.js
constants.js
crypto.js
dgram.js
diagnostics_channel.js
dns.js
domain.js
events.js
fs.js fs: remove redundant nullCheck 2023-11-26 20:32:24 +01:00
http.js
http2.js
https.js https: fix connection checking interval not clearing on server close 2023-11-27 12:10:34 +01:00
inspector.js
module.js
net.js
os.js
path.js path: fix path traversal in normalize() on Windows 2025-01-16 10:21:27 -03:00
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js
repl.js vm: use internal versions of compileFunction and Script 2024-03-15 17:56:06 +00:00
stream.js
string_decoder.js
sys.js
test.js
timers.js
tls.js
trace_events.js
tty.js
url.js url: validate pathToFileURL(path) argument as string 2023-11-27 11:57:14 +01:00
util.js
v8.js
vm.js vm: use internal versions of compileFunction and Script 2024-03-15 17:56:06 +00:00
wasi.js
worker_threads.js
zlib.js zlib: pause stream if outgoing buffer is full 2024-02-12 16:19:03 +01:00