Actions
Security #8725
closed
PA
PA
doh2: quadratic complexity due to buffer not being reset
Security #8725:
doh2: quadratic complexity due to buffer not being reset
Description
Found by oss-fuzz
https://issues.oss-fuzz.com/u/0/issues/530960705
The buffer used to process http2 data frames for DOH2 was not cleared after processing.
That means that multiple HTTP2 data frames with flags EndOfStream made the buffer keep growing until it reached its 65K max, while having a quadratic complexity
Actions