CVE-2023-43642
- EPSS 0.07%
- Published 25.09.2023 20:15:11
- Last modified 21.11.2024 08:24:31
snappy-java is a Java port of the snappy, a fast C++ compresser/decompresser developed by Google. The SnappyInputStream was found to be vulnerable to Denial of Service (DoS) attacks when decompressing data with a too large chunk size. Due to missing ...
CVE-2023-34455
- EPSS 0.45%
- Published 15.06.2023 18:15:09
- Last modified 21.11.2024 08:07:17
snappy-java is a fast compressor/decompressor for Java. Due to use of an unchecked chunk length, an unrecoverable fatal error can occur in versions prior to 1.1.10.1. The code in the function hasNextChunk in the fileSnappyInputStream.java checks if ...
CVE-2023-34453
- EPSS 0.8%
- Published 15.06.2023 17:15:09
- Last modified 21.11.2024 08:07:17
snappy-java is a fast compressor/decompressor for Java. Due to unchecked multiplications, an integer overflow may occur in versions prior to 1.1.10.1, causing a fatal error. The function `shuffle(int[] input)` in the file `BitShuffle.java` receives ...
CVE-2023-34454
- EPSS 0.2%
- Published 15.06.2023 17:15:09
- Last modified 12.12.2024 17:15:08
snappy-java is a fast compressor/decompressor for Java. Due to unchecked multiplications, an integer overflow may occur in versions prior to 1.1.10.1, causing an unrecoverable fatal error. The function `compress(char[] input)` in the file `Snappy.ja...