DexLoader function get_stringidx_fromdex() in Redex prior to commit 3b44c64 can load an out of bound address when loading the string index table, potentially allowing remote code execution during processing of a 3rd party Android APK file.
The product reads data past the end, or before the beginning, of the intended buffer.
The product receives input that is expected to specify a quantity (such as size or length), but it does not validate or incorrectly validates that the quantity has the required properties.
Link | Tags |
---|---|
https://github.com/facebook/redex/commit/3b44c640346b77bfb7ef36e2413688dd460288d2 | third party advisory patch |