CyberRota Analysis
AI-GeneratedVersions 1.2.0 through 1.5.7-13 of zstd-jni are vulnerable due to an out-of-bounds read in the ZstdDictDecompress constructor, where offset and length arguments are not properly validated. This flaw allows attackers to manipulate these parameters, leading to potential memory access violations and JVM termination. Organizations using affected versions should prioritize patching to mitigate the risk of exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
zstd-jni versions 1.2.0 through 1.5.7-13 contain an out-of-bounds read vulnerability in the ZstdDictDecompress constructor because offset and length arguments are never validated against the dictionary array bounds. Attackers can supply arbitrary offset or length values to read memory past the end of the supplied array, potentially causing JVM termination.