Lucene search
K
XerialSnappy-java

4 matches found

CVE
CVE
added 2023/06/15 5:15 p.m.890 views

CVE-2023-34455

CVE-2023-34455 concerns snappy-java. The issue arises from an unchecked chunk length in SnappyInputStream.hasNextChunk, which can allocate a negative or excessively large array when handling untrusted input, potentially causing a java.lang.NegativeArraySizeException or java.lang.OutOfMemoryError....

7.5CVSS6.5AI score0.00611EPSS
CVE
CVE
added 2023/09/25 7:3 p.m.562 views

CVE-2023-43642

CVE-2023-43642 (snappy-java) : The SnappyInputStream lacks an upper bound check on chunk length, enabling a DoS with large chunks. All versions up to 1.1.10.3 are vulnerable; a fix was added in commit 9f8c3cf74 and will be included in 1.1.10.4. Affected products/versions are Snappy Java releases ...

7.5CVSS7.4AI score0.00247EPSS
CVE
CVE
added 2023/06/15 4:12 p.m.385 views

CVE-2023-34453

CVE-2023-34453 affects snappy-java (Java port of Snappy). The vulnerability stems from unchecked multiplications in BitShuffle.java (shuffle variants for int, double, float, long, short), where length×multiplier can overflow, producing negative or zero values. This can trigger NegativeArraySizeEx...

7.5CVSS6.7AI score0.01503EPSS
CVE
CVE
added 2023/06/15 4:27 p.m.378 views

CVE-2023-34454

CVE-2023-34454 (snappy-java) : Unchecked multiplications when compressing inputs can overflow, causing negative or invalid allocation sizes. The issue affects versions prior to 1.1.10.1 and is triggered by multiplying input length (e.g., by 2 for char[], by 4 for int[]) without validating the len...

7.5CVSS7.4AI score0.00667EPSS