VYPR

snappy-java

by xerial

Source repositories

CVEs (4)

  • CVE-2023-43642Sep 25, 2023
    risk 0.00cvss epss 0.01

    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…

  • CVE-2023-34455Jun 15, 2023
    risk 0.00cvss epss 0.02

    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…

  • CVE-2023-34454Jun 15, 2023
    risk 0.00cvss epss 0.01

    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…

  • CVE-2023-34453Jun 15, 2023
    risk 0.00cvss epss 0.02

    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…