-
Notifications
You must be signed in to change notification settings - Fork 46
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-buffer-overflow vulnerabilities in interpret #17
Comments
Vuln-2VersionCompileCFLAGS="-g -fsanitize=address" make ASAN Report
Reproduce./wace <PoC> PoC |
VersionCompileCFLAGS="-g -fsanitize=address" make ASAN report
Reproduce |
VersionCompileCFLAGS="-g -fsanitize=address" make ASAN report
Reproduce |
VersionCompileCFLAGS="-g -fsanitize=address" make ASAN report
Reproduce |
ASAN report================================================================= 0xf27ee798 is located 104 bytes to the left of 1114228-byte region [0xf27ee800,0xf28fe874) reproduce |
ASAN report==23102==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xf28ee574 at pc 0x5659d10e bp 0xff9a2ac8 sp 0xff9a2ab8 0xf28ee574 is located 652 bytes to the left of 1114228-byte region [0xf28ee800,0xf29fe874) SUMMARY: AddressSanitizer: heap-buffer-overflow /root/Ablation/wac-asan/wa.c:1168 in interpret reproduce |
asan report================================================================= 0xf3b00494 is located 0 bytes to the right of 4-byte region [0xf3b00490,0xf3b00494) reproduce |
Vuln-1
Version
385e13c
Compile
CFLAGS="-g -fsanitize=address" make
ASAN Report
Reproduce
PoC
PoC
The text was updated successfully, but these errors were encountered: