
CVE-2020-1963
https://notcve.org/view.php?id=CVE-2020-1963
03 Jun 2020 — Apache Ignite uses H2 database to build SQL distributed execution engine. H2 provides SQL functions which could be used by attacker to access to a filesystem. Apache Ignite utiliza la base de datos H2 para construir el motor de ejecución distribuida de SQL. H2 proporciona funciones SQL que el atacante podría usar para acceder a un sistema de archivos. • http://www.openwall.com/lists/oss-security/2020/06/03/2 • CWE-862: Missing Authorization •

CVE-2018-8018 – ignite: Improper deserialization allows for code execution via GridClientJdkMarshaller endpoint
https://notcve.org/view.php?id=CVE-2018-8018
19 Jul 2018 — In Apache Ignite before 2.4.8 and 2.5.x before 2.5.3, the serialization mechanism does not have a list of classes allowed for serialization/deserialization, which makes it possible to run arbitrary code when 3-rd party vulnerable classes are present in Ignite classpath. The vulnerability can be exploited if the one sends a specially prepared form of a serialized object to GridClientJdkMarshaller deserialization endpoint. En Apache Ignite versión anterior a 2.4.8 y versión 2.5. x versión anterior a 2.5.3, el... • http://www.securityfocus.com/bid/104911 • CWE-502: Deserialization of Untrusted Data •