rust-cssparser icon indicating copy to clipboard operation
rust-cssparser copied to clipboard

Stack overflow detected during fuzzing

Open 0x64617061 opened this issue 9 months ago • 0 comments

While fuzzing the cssparser fuzz target I encountered a stack overflow leading to a core dump. The overflow occurs when the input contains ~17500 (or more) opening brackets, i.e., (, [, {.

I attached an example input that was generated by the fuzzer.

64a4f3d80c6f9598cfc40255f7410db68675019d5c2be9eb5555ca5721c29516.txt

0x64617061 avatar Apr 25 '25 12:04 0x64617061