vmir e8117 was discovered to contain a stack overflow via the init_local_vars function at /src/vmir_wasm_parser.c.
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
Link | Tags |
---|---|
https://github.com/andoma/vmir/issues/24 | third party advisory issue tracking exploit |
https://gist.github.com/haruki3hhh/9d2a5a139a8b72517009953d0ba7338c | third party advisory |