Actions
Security #7658
closed
PA
PA
http2: global tx (stream id 0) may open file and never close it
Security #7658:
http2: global tx (stream id 0) may open file and never close it
Severity:
HIGH
Disclosure Date:
07/26/2025
GHSA:
Description
Per RFC 9113 section 5.1.1
the stream identifier of zero cannot be used to establish a new stream
So, we should not accept DATA frame with a stream id 0
Somes from oss-fuzz https://issues.oss-fuzz.com/u/1/issues/42534790
Actions