GHSA-5rvq-cxj2-64vf
HIGHCVE-2026-53539When parsing application/x-www-form-urlencoded bodies, QuerystringParser located the field separator with a two step lookup: it first scanned the entire remaining buffer for &, and only when no & existed anywhere ahead did it fall back to scanning for ;. For a body that uses ; as the separator and contains no &, every field iteration performed a full failed & scan over the entire remaining buffer
- Affected
- < 0.0.30
- Fixed in
- 0.0.30
- Weakness
- CWE-400
- Published
- 2026-06-15
- Source
- github