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

out of bounds heap read in pdi #2871

Closed
hannob opened this issue Jul 1, 2015 · 0 comments
Closed

out of bounds heap read in pdi #2871

hannob opened this issue Jul 1, 2015 · 0 comments

Comments

@hannob
Copy link

hannob commented Jul 1, 2015

Script:
https://crashes.fuzzing-project.org/radare2-script-oob-heap-read-pdi-2
Different from #2852

Contains the commands:
aa
pIf -entry0

Address Sanitizer:

=================================================================
==26189==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x611000009ec0 at pc 0x7f5ae4379a30 bp 0x7fff884ff9c0 sp 0x7fff884ff9b0
READ of size 1 at 0x611000009ec0 thread T0
    #0 0x7f5ae4379a2f in pdi /f/radare2/radare2/libr/core/cmd_print.c:960
    #1 0x7f5ae43c4bc9 in cmd_print /f/radare2/radare2/libr/core/cmd_print.c:1761
    #2 0x7f5ae4424f56 in r_core_cmd_subst_i /f/radare2/radare2/libr/core/cmd.c:1599
    #3 0x7f5ae43859ac in r_core_cmd_subst /f/radare2/radare2/libr/core/cmd.c:1084
    #4 0x7f5ae4386b53 in r_core_cmd /f/radare2/radare2/libr/core/cmd.c:1947
    #5 0x7f5ae4389a7c in r_core_cmd_lines /f/radare2/radare2/libr/core/cmd.c:1998
    #6 0x7f5ae4389cb4 in r_core_cmd_file /f/radare2/radare2/libr/core/cmd.c:2010
    #7 0x7f5ae438c9ee in r_core_run_script /f/radare2/radare2/libr/core/cmd.c:373
    #8 0x405236 in main /f/radare2/radare2/binr/radare2/radare2.c:729
    #9 0x7f5ade8e3f9f in __libc_start_main (/lib64/libc.so.6+0x1ff9f)
    #10 0x409e6d (/mnt/ram/r2/radare2+0x409e6d)

0x611000009ec0 is located 0 bytes to the right of 256-byte region [0x611000009dc0,0x611000009ec0)
allocated by thread T0 here:
    #0 0x7f5ae4ab86f7 in malloc (/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/libasan.so.1+0x576f7)
    #1 0x7f5ae4333f21 in r_core_init /f/radare2/radare2/libr/core/core.c:859

SUMMARY: AddressSanitizer: heap-buffer-overflow /f/radare2/radare2/libr/core/cmd_print.c:960 pdi
Shadow bytes around the buggy address:
  0x0c227fff9380: fd fd fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x0c227fff9390: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x0c227fff93a0: fd fd fd fd fd fd fd fd fd fd fa fa fa fa fa fa
  0x0c227fff93b0: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00
  0x0c227fff93c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x0c227fff93d0: 00 00 00 00 00 00 00 00[fa]fa fa fa fa fa fa fa
  0x0c227fff93e0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x0c227fff93f0: fd fd fd fd fd fd fd fd fd fd fa fa fa fa fa fa
  0x0c227fff9400: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x0c227fff9410: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x0c227fff9420: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Heap right redzone:      fb
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack partial redzone:   f4
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Contiguous container OOB:fc
  ASan internal:           fe
==26189==ABORTING
@alvarofe alvarofe self-assigned this Jul 1, 2015
@crowell crowell closed this as completed in 98d7312 Jul 2, 2015
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

2 participants