Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Terminator111 opened this issue Jun 9, 2024 · 0 comments

Comments

@Terminator111
Copy link

Terminator111 commented Jun 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant