cesanta / mjs

Embedded JavaScript engine for C/C++
https://mongoose-os.com
Other
1.84k stars 171 forks source link

SEGV /mjs/mjs.c:12995:3 #262

Open Vincebye opened 3 months ago

Vincebye commented 3 months ago

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

load--;
load(1)

ASAN Report

$ ./mjs-bin poc5.js
AddressSanitizer:DEADLYSIGNAL
=================================================================
==24826==ERROR: AddressSanitizer: SEGV on unknown address 0x55c28365e53c (pc 0x55c28365e5af bp 0x7ffd08aa99f0 sp 0x7ffd08aa96d8 T0)
==24826==The signal is caused by a WRITE memory access.
    #0 0x55c28365e5af  /home/v/jse/mjs/mjs.c:12995:3
    #1 0x55c28366a4d4 in mjs_exec_internal /home/v/jse/mjs/mjs.c:9044:5
    #2 0x55c28366acb3 in mjs_exec_file /home/v/jse/mjs/mjs.c:9067:11
    #3 0x55c28367c5e8 in main /home/v/jse/mjs/mjs.c:11423:11
    #4 0x7fe045f72d8f in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV /home/v/jse/mjs/mjs.c:12995:3
==24826==ABORTING