libucl icon indicating copy to clipboard operation
libucl copied to clipboard

heap-buffer-overflow in ucl_maybe_parse_number function of ucl_parser.c:1010:28

Open Terminator111 opened this issue 1 year ago • 0 comments

Build Env

ubuntu 20.04.6
clang 10.0.0-4ubuntu1

Build Steps

export CC=clang
export CFLAGS="-fsanitize=address -g"

cd libucl 
./autogen.sh && ./configure
make

$CC libucl-target.c -g -I ./include ./src/.libs/libucl.a -o libucl-target -lasan
./libucl-target poc

POC Files

poc file: libucl-target.zip

input: poc.zip

AddressSanitizer output

image

Terminator111 avatar Jun 09 '24 09:06 Terminator111