Memory Leak Affecting org.apache.ignite:ignite-core Open this link in a new tab package, versions [0,]
Attack Complexity
Low
Availability
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-JAVA-ORGAPACHEIGNITE-2308111
-
published
2 Dec 2021
-
disclosed
2 Dec 2021
-
credit
Unknown
Introduced: 2 Dec 2021
CWE-401 Open this link in a new tabHow to fix?
A fix was pushed into the master
branch but not yet published.
Overview
org.apache.ignite:ignite-core is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads delivering in-memory speeds at petabyte scale.
Affected versions of this package are vulnerable to Memory Leak via the thin client protocol, which interprets the first 4 bytes as message size and allocates an array for it. Any "big" 4 bytes sent on a thin client port could lead to Out Of Memory.