Lucene search
+L

394 matches found

Rosalinux
Rosalinux
added 2024/07/23 11:32 a.m.27 views

Advisory ROSA-SA-2024-2457

Software: snappy 1.1.8 OS: ROSA Virtualization 2.1 packageevrstring: snappy-1.1.8 CVE-ID: CVE-2023-28115 BDU-ID: None CVE-Crit: CRITICAL CVE-DESC.: A vulnerability in the generateFromHtml function of the PHP Snappy library involves the recovery of invalid data from memory. Exploitation of the...

9.8CVSS7.8AI score0.0276EPSS
SaveExploits1
IBM Security Bulletins
IBM Security Bulletins
added 2024/07/23 7:39 a.m.26 views

Security Bulletin: IBM Event Streams is vulnerable to a denial of service attack due to the snappy-java (CVE-2023-43642).

Summary IBM Event Streams is vulnerable to a denial of service attack due to the snappy-java component. In IBM Event Streams, Snappy-java boosts performance by compressing event payloads before transmission and decompressing them on the client side, reducing bandwidth usage and improving data...

7.5CVSS7.3AI score0.0104EPSS
SaveExploits1Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2024/07/12 3:44 p.m.85 views

Security Bulletin: Vulnerability with Perl, Snappy, Psf Request, spring-web-5.3.33.jar , Apache HTTP Server, OpenJDK, affect IBM Cloud Object Storage Systems (July 2024v1)

Summary Vulnerability with Perl CVE-2023-47038, Snappy CVE-2024-36124, Psf Request CVE-2024-35195, spring-web-5.3.33.jar CVE-2024-22262 , Apache HTTP Server, CVE-2024-24795, CVE-2023-38709 OpenJDK CVE-2024-21094, CVE-2024-21011, CVE-2024-21085, CVE-2024-21068, CVE-2024-21012,. This vulnerability...

8.1CVSS8.1AI score0.03914EPSS
SaveExploits2Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/07/01 12:00 a.m.82 views

Splunk Enterprise 9.0.0 < 9.0.9, 9.1.0 < 9.1.4, 9.2.0 < 9.2.1 (SVD-2024-0718)

The version of Splunk installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the SVD-2024-0718 advisory. - jackson-databind through 2.15.2 allows attackers to cause a denial of service or other unspecified impact via a crafted objec...

9.8CVSS7.9AI score0.10233EPSS
SaveExploits14References24
IBM Security Bulletins
IBM Security Bulletins
added 2024/06/07 6:44 a.m.59 views

Security Bulletin: IBM Asset Data Dictionary Component uses zookeeper-3.5.9.jar and snappy-java-1.1.8.3.jar which are vulnerable to CVE-2023-44981,CVE-2023-34453, CVE-2023-34455 , CVE-2023-34454 and CVE-2023-43642

Summary IBM Asset Data Dictionary Component uses zookeeper-3.5.9.jar and snappy-java-1.1.8.3.jar which are vulnerable to CVE-2023-44981,CVE-2023-34453, CVE-2023-34455, CVE-2023-34454 and CVE-2023-43642. This bulletin contains information regarding the vulnerability and its remediation...

9.1CVSS7.6AI score0.01762EPSS
SaveExploits3Affected Software1
OpenVAS
OpenVAS
added 2024/06/07 12:00 a.m.13 views

Fedora: Security Advisory for rust-szip (FEDORA-2024-40ee18b2e7)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
Veracode
Veracode
added 2024/06/06 4:12 a.m.28 views

Out-of-Bounds-Read

org.iq80.snappy: snappy is vulnerable to Out-of-Bounds-Read. The vulnerability is due to the usage of the JDK class sun.misc.Unsafe to speed up memory access without performing additional bounds checks, which can result in non-deterministic behavior or a JVM crash...

5.3CVSS6.6AI score0.00487EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/05 4:56 p.m.55 views

Denial of Service via Zip/Decompression Bomb sent over HTTP or gRPC

Summary An unsafe decompression vulnerability allows unauthenticated attackers to crash the collector via excessive memory consumption. Details The OpenTelemetry Collector handles compressed HTTP requests by recognizing the Content-Encoding header, rewriting the HTTP request body, and allowing...

8.2CVSS8.3AI score0.01242EPSS
SaveExploits1References7Affected Software2
RedhatCVE
RedhatCVE
added 2024/06/05 1:33 p.m.39 views

CVE-2024-36124

A flaw was found in the iq80 Snappy compression/decompression library. When uncompressing certain data, Snappy tries to read outside the bounds of the given byte arrays. Because Snappy uses the JDK class sun.misc.Unsafe to speed up memory access, no additional bounds checks are performed, and thi...

5.3CVSS5.4AI score0.00487EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/06/04 5:38 p.m.26 views

iq80 Snappy out-of-bounds read when uncompressing data, leading to JVM crash

Summary iq80 Snappy performs out-of-bounds read access when uncompressing certain data, which can lead to a JVM crash. Details When uncompressing certain data, Snappy tries to read outside the bounds of the given byte arrays. Because Snappy uses the JDK class sun.misc.Unsafe to speed up memory...

5.3CVSS6.4AI score0.00487EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/06/04 5:38 p.m.20 views

GHSA-8WH2-6QHJ-H7J9 iq80 Snappy out-of-bounds read when uncompressing data, leading to JVM crash

Summary iq80 Snappy performs out-of-bounds read access when uncompressing certain data, which can lead to a JVM crash. Details When uncompressing certain data, Snappy tries to read outside the bounds of the given byte arrays. Because Snappy uses the JDK class sun.misc.Unsafe to speed up memory...

5.3CVSS7.1AI score0.00487EPSS
SaveExploits0References3
NVD
NVD
added 2024/06/03 3:15 p.m.26 views

CVE-2024-36124

iq80 Snappy is a compression/decompression library. When uncompressing certain data, Snappy tries to read outside the bounds of the given byte arrays. Because Snappy uses the JDK class sun.misc.Unsafe to speed up memory access, no additional bounds checks are performed and this has similar securi...

5.3CVSS5.2AI score0.00487EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/06/03 2:25 p.m.46 views

CVE-2024-36124 iq80 Snappy has an out-of-bounds read when uncompressing data, leading to JVM crash

iq80 Snappy is a compression/decompression library. When uncompressing certain data, Snappy tries to read outside the bounds of the given byte arrays. Because Snappy uses the JDK class sun.misc.Unsafe to speed up memory access, no additional bounds checks are performed and this has similar securi...

5.3CVSS5.2AI score0.00487EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/06/03 2:25 p.m.19 views

CVE-2024-36124 iq80 Snappy has an out-of-bounds read when uncompressing data, leading to JVM crash

iq80 Snappy is a compression/decompression library. When uncompressing certain data, Snappy tries to read outside the bounds of the given byte arrays. Because Snappy uses the JDK class sun.misc.Unsafe to speed up memory access, no additional bounds checks are performed and this has similar securi...

5.3CVSS7.2AI score0.00487EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/03 2:25 p.m.8 views

CVE-2024-36124 iq80 Snappy has an out-of-bounds read when uncompressing data, leading to JVM crash

iq80 Snappy is a compression/decompression library. When uncompressing certain data, Snappy tries to read outside the bounds of the given byte arrays. Because Snappy uses the JDK class sun.misc.Unsafe to speed up memory access, no additional bounds checks are performed and this has similar securi...

5.3CVSS5.7AI score
SaveExploits0References3
Fedora
Fedora
added 2024/06/02 3:39 a.m.23 views

[SECURITY] Fedora 39 Update: rust-szip-1.0.0-7.fc39

A fast command line tool for snappy compression and decompression...

7.5AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/05/30 8:24 p.m.10 views

snappy-java: Missing upper bound check on chunk length in snappy-java can lead to Denial of Service (DoS) impact

A flaw was found in SnappyInputStream in snappy-java, a data compression library in Java. This issue occurs when decompressing data with a too-large chunk size due to a missing upper bound check on chunk length. An unrecoverable fatal error can occur, resulting in a Denial of Service DoS...

7.5CVSS7.3AI score0.0104EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2024/05/29 12:00 a.m.9 views

Aircompressor 安全漏洞

Aircompressor is an airlift open source library that ports the Snappy, LZO, LZ4 and Zstandard compression algorithms to Java. Aircompressor versions prior to 0.27 have a security vulnerability that stems from a decompressor that may crash the JVM and leak memory contents...

8.6CVSS6.7AI score0.00504EPSS
SaveExploits0References9
OpenVAS
OpenVAS
added 2024/05/27 12:00 a.m.8 views

Fedora: Security Advisory for rust-szip (FEDORA-2024-ce2936b568)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
Fedora
Fedora
added 2024/05/26 1:29 a.m.17 views

[SECURITY] Fedora 40 Update: rust-szip-1.0.0-6.fc40

A fast command line tool for snappy compression and decompression...

7.5AI score
SaveExploits0
Rows per page
Query Builder