-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
Multiple heap out-of-bounds writes in dex.c #2969
Comments
wargio
added a commit
that referenced
this issue
Aug 22, 2022
wargio
added a commit
that referenced
this issue
Aug 23, 2022
wargio
added a commit
that referenced
this issue
Aug 23, 2022
wargio
added a commit
that referenced
this issue
Aug 23, 2022
XVilka
pushed a commit
that referenced
this issue
Aug 24, 2022
XVilka
pushed a commit
that referenced
this issue
Aug 24, 2022
XVilka
pushed a commit
that referenced
this issue
Aug 24, 2022
imbillow
pushed a commit
that referenced
this issue
Aug 24, 2022
XVilka
pushed a commit
that referenced
this issue
Aug 30, 2022
XVilka
pushed a commit
that referenced
this issue
Aug 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! We've been fuzzing your project and found the following errors in
librz/bin/format/dex/dex.c
Work environment
OS: Ubuntu 20.04
File format: -
rizin version: 4b38597
Bug description
Heap out-of-bounds write of size 1 in
dex.c:89:13
, Crash file:crash-b28a51055078fc0271ab6fb59956f709.zip
Heap out-of-bounds write of size 1 in
dex.c:905:35
, Crash file: crash-dedb83bc9e05fc8c518e1fe7cb917a1fe77849be.zipSteps to reproduce
Build docker container from https://github.com/ispras/oss-sydr-fuzz/tree/master/projects/rizin:
sudo docker build -t oss-sydr-fuzz-rizin .
Run docker container:
sudo docker run --privileged --network host -v /etc/localtime:/etc/localtime:ro --rm -it -v $PWD:/fuzz oss-sydr-fuzz-rizin /bin/bash
Execute rizin with crashing input (1):
/rizin-fuzzing/libfuzzer-asan/bin/rizin -qq crash-b28a51055078fc0271ab6fb59956f709
You will see the following output:
Execute rizin with crashing input (2):
/rizin-fuzzing/libfuzzer-asan/bin/rizin -qq crash-dedb83bc9e05fc8c518e1fe7cb917a1fe77849be
You will see the following output:
The text was updated successfully, but these errors were encountered: