A buffer overflow in ecma_builtin_typedarray_prototype_filter() in JerryScript version fe3a5c0 allows an attacker to construct a fake object or a fake arraybuffer with unlimited size.
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/jerryscript-project/jerryscript/issues/4793 | exploit third party advisory patch |
https://github.com/jerryscript-project/jerryscript/pull/4794 | third party advisory patch |