src: handle NGHTTP2_ERR_FLOW_CONTROL error code
authorRafaelGSS <rafael.nunu@hotmail.com>
Wed, 11 Mar 2026 14:22:23 +0000 (11:22 -0300)
committerBastien Roucariès <rouca@debian.org>
Mon, 6 Apr 2026 14:18:52 +0000 (16:18 +0200)
commit89f9fdc4e72e42d0b8e0965f6331af132d9f545e
treed44243a103f03ab0b439e8aed47b15634c3eabbc
parent54aa4b1c3fb9e3b7e596294b644eb7c49fcc1d78
src: handle NGHTTP2_ERR_FLOW_CONTROL error code

Refs: https://hackerone.com/reports/3531737
PR-URL: https://github.com/nodejs-private/node-private/pull/832
CVE-ID: CVE-2026-21714
origin: https://github.com/nodejs/node/commit/a0c73425da4c95fbcf6c13b7fe8921301290b8e6

Gbp-Pq: Name CVE-2026-21714.patch
src/node_http2.cc
test/parallel/test-http2-window-update-overflow.js [new file with mode: 0644]