Lucene search
+L

625 matches found

Cvelist
Cvelist
added 2023/09/25 7:3 p.m.46 views

CVE-2023-43642 Missing upper bound check on chunk length in snappy-java

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 length, an unrecoverab...

7.5CVSS7.6AI score0.0104EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2023/09/12 11:7 a.m.17 views

kernel: seccomp: Move copy_seccomp() to no failure path

A memory leak flaw was found in the Linux kernel's seccomp subsystem. When a process using seccomp filters is interrupted by a fatal signal during clone, the seccompfilter structure and associated BPF program memory are not properly freed. This occurs because copyseccomp is called before the...

5.8AI score0.00241EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/08/30 7:59 p.m.8 views

golang: net/http: handle server errors after sending GOAWAY

A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown...

7.5CVSS6.6AI score0.0262EPSS
SaveExploits0References6
HackRead
HackRead
added 2023/08/23 5:38 p.m.29 views

Brazil’s Top Escort Service Exposes Millions of Escort and Client Data

By Habiba Rashid The escort service under discussion is Fatal Model, Brazil's largest escort site. This is a post from HackRead.com Read the original post: Brazils Top Escort Service Exposes Millions of Escort and Client Data...

7AI score
SaveExploits0
Citrix
Citrix
added 2023/08/14 12:0 a.m.19 views

SSL handshake failure when client hello contains cipher suit "TLS_EMPTY_RENEGOTIATION_INFO_SCSV"

During SSL handshake process in packet trace: 1. After client sending "Client Hello" contains cipher suit "TLSEMPTYRENEGOTIATIONINFOSCSV " to NetScaler, NetScaler replied "server Hello "、"certificate"、"server key exchange " and "server hello done" to client. Refer pic.1 2. client replies...

7.1AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/06/26 1:19 a.m.6 views

golang: net/http: handle server errors after sending GOAWAY

A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown...

7.5CVSS6.6AI score0.0262EPSS
SaveExploits0References6
Veracode
Veracode
added 2023/06/20 3:44 a.m.32 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
NVD
NVD
added 2023/06/15 6:15 p.m.30 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
UbuntuCve
UbuntuCve
added 2023/06/15 6:15 p.m.204 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.29 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.21 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
Cvelist
Cvelist
added 2023/06/15 5:15 p.m.42 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.33 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
Prion
Prion
added 2023/06/15 5:15 p.m.27 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
UbuntuCve
UbuntuCve
added 2023/06/15 5:15 p.m.48 views

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.8AI score0.01707EPSS
SaveExploits1References5
CVE
CVE
added 2023/06/15 5:15 p.m.994 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.01762EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/15 4:28 p.m.49 views

snappy-java's Integer Overflow vulnerability in compress leads to DoS

Summary Due to unchecked multiplications, an integer overflow may occur, causing an unrecoverable fatal error. Impact Denial of Service Description The function compresschar...

7.5CVSS7AI score0.01469EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2023/06/15 4:27 p.m.27 views

CVE-2023-34454 snappy-java's Integer Overflow vulnerability in compress leads to DoS

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...

5.9CVSS6.8AI score
SaveExploits0References7
OSV
OSV
added 2023/06/15 4:12 p.m.34 views

CVE-2023-34453 snappy-java's Integer Overflow vulnerability in shuffle leads to DoS

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...

5.9CVSS7.1AI score
SaveExploits0References6
CNNVD
CNNVD
added 2023/06/15 12:0 a.m.7 views

Snappy 输入验证错误漏洞

Snappy is a PHP library from KNP Labs Individual Developers that allows thumbnails, snapshots, or PDFs to be generated from url or html pages. Snappy An input validation error vulnerability exists in versions prior to snappy-java 1.1.10.1, which stems from an unchecked multiplication operation th...

7.5CVSS6.9AI score0.01762EPSS
SaveExploits1References10
Rows per page
Query Builder