VYPR

Maven package

org.xerial.snappy/snappy-java

pkg:maven/org.xerial.snappy/snappy-java

Vulnerabilities (4)

  • CVE-2023-43642Sep 25, 2023
    affected < 1.1.10.4fixed 1.1.10.4

    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 upper bound check on chunk len

  • CVE-2023-34455Jun 15, 2023
    affected < 1.1.10.1fixed 1.1.10.1

    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 a given stream has more chunks

  • CVE-2023-34454Jun 15, 2023
    affected < 1.1.10.1fixed 1.1.10.1

    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.java` receives an array of chara

  • CVE-2023-34453Jun 15, 2023
    affected < 1.1.10.1fixed 1.1.10.1

    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 an array of integers and appli