CVE-2020-36366
https://notcve.org/view.php?id=CVE-2020-36366
Stack overflow vulnerability in parse_value Cesanta MJS 1.20.1, allows remote attackers to cause a Denial of Service (DoS) via a crafted file. Una vulnerabilidad de desbordamiento de pila en la función parse_value Cesanta MJS versión 1.20.1, permite a atacantes remotos causar una Denegación de Servicio (DoS) por medio de un archivo diseñado • https://github.com/cesanta/mjs/issues/106 • CWE-674: Uncontrolled Recursion •
CVE-2021-31875
https://notcve.org/view.php?id=CVE-2021-31875
In mjs_json.c in Cesanta MongooseOS mJS 1.26, a maliciously formed JSON string can trigger an off-by-one heap-based buffer overflow in mjs_json_parse, which can potentially lead to redirection of control flow. NOTE: the original reporter disputes the significance of this finding because "there isn’t very much of an opportunity to exploit this reliably for an information leak, so there isn’t any real security impact." En el archivo mjs_json.c en Cesanta MongooseOS mJS 1.26, una cadena JSON formada maliciosamente puede desencadenar un desbordamiento de búfer en la región heap de la memoria por un paso en la función mjs_json_parse, lo que potencialmente puede conllevar a un redireccionamiento del flujo de control • https://github.com/418sec/mjs/pull/2 https://github.com/cesanta/mjs/releases/tag/1.26 https://huntr.dev/bounties/1-other-mjs • CWE-193: Off-by-one Error CWE-787: Out-of-bounds Write •