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
OT Updated by OISF Ticketbot about 2 months ago
- Subtask #8726 added
OT Updated by OISF Ticketbot about 2 months ago
- Label deleted (
Needs backport to 8.0)
PA Updated by Philippe Antoine about 2 months ago
- Status changed from Assigned to In Review
Gitlab MR
JI Updated by Jason Ish about 2 months ago
- GHSA set to GHSA-xjgq-3qw4-jp5f
SB Updated by Shivani Bhardwaj about 2 months ago
- Severity set to HIGH
PA Updated by Philippe Antoine about 2 months ago
- Status changed from In Review to Resolved
Staged
PA Updated by Philippe Antoine about 2 months ago
- Status changed from Resolved to Closed
VJ Updated by Victor Julien 29 days ago
- CVE set to 2026-71418
VJ Updated by Victor Julien 29 days ago
- Private changed from Yes to No
Actions