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

SEGV getMJS #279

Open
Vincebye opened this issue Apr 29, 2024 · 0 comments
Open

SEGV getMJS #279

Vincebye opened this issue Apr 29, 2024 · 0 comments

Comments

@Vincebye
Copy link

getMJS

Environment

Ubuntu 22.04.3 LTS

Affected Version

MJS 2.20.0

Step to reproduce

cd mjs 
git checkout b1b6eac6b1e5b830a5cb14f8f4dc690ef3162551 
export LDFLAGS="-lpthread -latomic" 
./afl-clang -DMJS_MAIN mjs.c -fno-inline -ldl -o mjs-bin -fsanitize=address -g 
./mjs-bin -f poc.js 

Contents of PoCfile

getMJS[8888888888]

ASAN Report

v@DESKTOP-DPIU403:~/jse/mjs$ ./mjs-bin poc5.js
AddressSanitizer:DEADLYSIGNAL
=================================================================
==12067==ERROR: AddressSanitizer: SEGV on unknown address 0x563795bb42e8 (pc 0x563783f0a570 bp 0x7ffc05d27c50 sp 0x7ffc05d27b80 T0)
==12067==The signal is caused by a READ memory access.
    #0 0x563783f0a570 in getprop_builtin_foreign /home/v/jse/mjs/mjs.c:8472:31
    #1 0x563783f05b5f in getprop_builtin /home/v/jse/mjs/mjs.c:8509:17
    #2 0x563783eabb43 in mjs_execute /home/v/jse/mjs/mjs.c:8661:14
    #3 0x563783ea34d4 in mjs_exec_internal /home/v/jse/mjs/mjs.c:9044:5
    #4 0x563783ea3cb3 in mjs_exec_file /home/v/jse/mjs/mjs.c:9067:11
    #5 0x563783eb55e8 in main /home/v/jse/mjs/mjs.c:11423:11
    #6 0x7fdf7b165d8f in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #7 0x7fdf7b165e3f in __libc_start_main csu/../csu/libc-start.c:392:3
    #8 0x563783d873d4 in _start (/home/v/jse/mjs/mjs-bin+0x283d4)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV /home/v/jse/mjs/mjs.c:8472:31 in getprop_builtin_foreign
==12067==ABORTING
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