Lucene search
+L

392 matches found

RedhatCVE
RedhatCVE
added 2023/08/08 4:49 p.m.41 views

CVE-2023-34453

A flaw was found in Snappy-java's shuffle function, which does not check input sizes before beginning operations. This issue could allow an attacker to send malicious input to trigger an overflow error that crashes the program, resulting in a denial of service...

5.9CVSS6.9AI score0.01707EPSS
SaveExploits1References3
IBM Security Bulletins
IBM Security Bulletins
added 2023/07/27 4:03 p.m.42 views

Security Bulletin: IBM App Connect Enterprise Certified Container IntegrationServer and IntegrationRuntime operands that use Kafka nodes are vulnerable to denial of service due to [CVE-2023-34453], [CVE-2023-34454], [CVE-2023-34455]

Summary Java component snappy-java is used by Kafka in IBM App Connect Enterprise Certified Container. IBM App Connect Enterprise Certified Container IntegrationServer and IntegrationRuntime operands that use Kafka nodes are vulnerable to denial of service. This bulletin provides patch informatio...

7.5CVSS6.9AI score0.01762EPSS
SaveExploits2Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2023/07/24 9:00 p.m.37 views

Security Bulletin: Snappy-java is vulnerable to security CVEs used in IBM Maximo Application Suite - Monitor Component

Summary IBM Maximo Application Suite - Monitor Component uses snappy-java which is vulnerable to security CVEs. Vulnerability Details CVEID:CVE-2023-34453 DESCRIPTION: snappy-java is vulnerable to a denial of service, caused by an integer overflow in the shuffle function. By sending a specially...

7.5CVSS6.9AI score0.01762EPSS
SaveExploits2Affected Software1
OSV
OSV
added 2023/07/08 11:05 a.m.9 views

OESA-2023-1398 snappy-java security update

A Java port of the snappy, a fast compresser/decompresser written in C++. Security Fixes: 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...

7.5CVSS7.3AI score0.01762EPSS
SaveExploits1References3
Veracode
Veracode
added 2023/06/20 4:13 a.m.45 views

Denial Of Service (DoS)

snappy-java is vulnerable to Denial Of Service DoS. The vulnerability exists because the hasNextChunk function of SnappyInputStream.java does not properly check for negative chunk sizes and huge positive values such as 0x7FFFFFFF, which leads to java.lang.NegativeArraySizeException and...

7.5CVSS10AI score0.01762EPSS
SaveExploits1References5Affected Software1
Veracode
Veracode
added 2023/06/20 3:44 a.m.34 views

Integer Overflow

snappy-java is vulnerable to Integer Overflow. The vulnerability exists because the compress function receives an array of characters and multiplies the value by two, and passes it to the rawCompress function of Snappy.java which does not properly check the length and causes an integer overflow, ...

7.5CVSS10AI score0.01469EPSS
SaveExploits0References6Affected Software1
Veracode
Veracode
added 2023/06/20 2:40 a.m.41 views

Integer Overflow

snappy-java is vulnerable to Integer Overflow. The vulnerability exists because the shuffle functions of BitShuffle.java does not properly check multiplication results if its zero, too small or a negative value or not which cause java.lang.NegativeArraySizeException and...

7.5CVSS10AI score0.01707EPSS
SaveExploits1References4Affected Software1
NVD
NVD
added 2023/06/15 6:15 p.m.31 views

CVE-2023-34455

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 to read. It does...

7.5CVSS7.4AI score0.01762EPSS
SaveExploits1References5
OSV
OSV
added 2023/06/15 6:15 p.m.10 views

UBUNTU-CVE-2023-34455

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 to read. It does...

7.5CVSS6.9AI score0.01762EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2023/06/15 6:15 p.m.207 views

CVE-2023-34455

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 to read. It does...

7.5CVSS6.9AI score0.01762EPSS
SaveExploits1References5
Prion
Prion
added 2023/06/15 6:15 p.m.30 views

Design/Logic Flaw

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 to read. It does...

5CVSS7.3AI score0.01762EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2023/06/15 5:15 p.m.22 views

CVE-2023-34454

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 compresschar input in the file Snappy.java receives an array of characters and compresses it. I...

7.5CVSS6.5AI score0.01469EPSS
SaveExploits0References5
OSV
OSV
added 2023/06/15 5:15 p.m.9 views

GHSA-QCWQ-55HX-V3VH snappy-java's unchecked chunk length leads to DoS

Summary Due to use of an unchecked chunk length, an unrecoverable fatal error can occur. Impact Denial of Service Description The code in the function hasNextChunk in the file SnappyInputStream.java checks if a given stream has more chunks to read. It does that by attempting to read 4 bytes. If i...

7.5CVSS7AI score0.01762EPSS
SaveExploits1References7
Cvelist
Cvelist
added 2023/06/15 5:15 p.m.47 views

CVE-2023-34455 snappy-java's unchecked chunk length leads to DoS

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 to read. It does...

7.5CVSS7.7AI score0.01762EPSS
SaveExploits1References5
OSV
OSV
added 2023/06/15 5:15 p.m.36 views

CVE-2023-34455 snappy-java's unchecked chunk length leads to DoS

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 to read. It does...

7.5CVSS6.7AI score
SaveExploits0References7
OSV
OSV
added 2023/06/15 5:15 p.m.22 views

UBUNTU-CVE-2023-34453

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 shuffleint input in the file BitShuffle.java receives an array of integers and applies a bit shuffle on it. It...

7.5CVSS6.9AI score0.01707EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2023/06/15 5:15 p.m.174 views

CVE-2023-34454

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 compresschar input in the file Snappy.java receives an array of characters and compresses it. I...

7.5CVSS6.8AI score0.01469EPSS
SaveExploits0References6
Prion
Prion
added 2023/06/15 5:15 p.m.30 views

Integer overflow

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 shuffleint input in the file BitShuffle.java receives an array of integers and applies a bit shuffle on it. It...

5CVSS7.5AI score0.01707EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2023/06/15 5:15 p.m.14 views

CVE-2023-34455 snappy-java's unchecked chunk length leads to DoS

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 to read. It does...

7.5CVSS7.4AI score0.01762EPSS
SaveExploits1References5
OSV
OSV
added 2023/06/15 5:15 p.m.11 views

UBUNTU-CVE-2023-34454

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 compresschar input in the file Snappy.java receives an array of characters and compresses it. I...

7.5CVSS6.8AI score0.01469EPSS
SaveExploits0References7
Rows per page
Query Builder