Lucene search
+L

4045 matches found

SUSE CVE
SUSE CVE
added 2024/08/23 2:53 a.m.6 views

SUSE CVE-2022-48923

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS6.3AI score0.00228EPSS
SaveExploits0References16
OSV
OSV
added 2024/08/22 2:15 a.m.20 views

UBUNTU-CVE-2022-48923

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS6.2AI score0.00228EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/08/20 12:00 a.m.13 views

The vulnerability of the AV3DVirtAnnot function in PDF viewing and editing programs from Adobe Acrobat Document Cloud, Adobe Acrobat Reader Document Cloud, Adobe Acrobat 2020, Adobe Acrobat 2024, and Adobe Acrobat Reader 2020 allows a perpetrator to execute arbitrary code.

The vulnerability of the AV3DVirtAnnot function in PDF viewing and editing programs from Adobe Acrobat Document Cloud, Adobe Acrobat Reader Document Cloud, Adobe Acrobat 2020, Adobe Acrobat 2024, and Adobe Acrobat Reader 2020 is related to the ability to utilize memory after decompression...

10CVSS6AI score0.0455EPSS
SaveExploits0References4Affected Software1
Amazon
Amazon
added 2024/08/15 12:00 a.m.8 views

Medium: nerdctl

Issue Overview: An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed...

7.5CVSS6.6AI score0.91969EPSS
SaveExploits1
Amazon
Amazon
added 2024/08/15 12:00 a.m.21 views

Medium: nerdctl

Issue Overview: An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed...

7.5CVSS7.2AI score0.91969EPSS
SaveExploits1
Amazon
Amazon
added 2024/08/13 12:00 a.m.8 views

Medium: containerd

Issue Overview: The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown option is set...

9.8CVSS6.9AI score0.01956EPSS
SaveExploits0
Fedora
Fedora
added 2024/07/20 3:26 a.m.17 views

[SECURITY] Fedora 39 Update: suricata-6.0.20-1.fc39

The Suricata Engine is an Open Source Next Generation Intrusion Detection and Prevention Engine. This engine is not intended to just replace or emulate the existing tools in the industry, but will bring new ideas and technologies to the field. This new Engine supports Multi-threading, Automatic...

7.2AI score
SaveExploits0
Fedora
Fedora
added 2024/07/20 2:26 a.m.16 views

[SECURITY] Fedora 40 Update: suricata-7.0.6-1.fc40

The Suricata Engine is an Open Source Next Generation Intrusion Detection and Prevention Engine. This engine is not intended to just replace or emulate the existing tools in the industry, but will bring new ideas and technologies to the field. This new Engine supports Multi-threading, Automatic...

7.2AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/07/03 12:00 a.m.27 views

CBL Mariner 2.0 Security Update: cmake / curl / mysql / rust / tensorflow (CVE-2023-23916)

The version of cmake / curl / mysql / rust / tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2023-23916 advisory. - An allocation of resources without limits or throttling vulnerability exis...

6.5CVSS6.7AI score0.01703EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2024/06/26 11:39 p.m.6 views

SUSE CVE-2023-0475

HashiCorp go-getter up to 1.6.2 and 2.1.1 is vulnerable to decompression bombs. Fixed in 1.7.0 and 2.2.0...

6.5CVSS5.5AI score0.00454EPSS
SaveExploits0References3
OSV
OSV
added 2024/06/14 1:41 p.m.27 views

GO-2024-2911 go-grpc-compression has a zstd decompression bombing vulnerability in github.com/mostynb/go-grpc-compression

go-grpc-compression has a zstd decompression bombing vulnerability in github.com/mostynb/go-grpc-compression...

7.1AI score
SaveExploits0References2
Veracode
Veracode
added 2024/06/14 8:49 a.m.18 views

Denial Of Service (DoS)

github.com/klauspost/compress/zstd is vulnerable to a Denial of service DoS. The vulnerability is due to its zstd decompression implementation not respecting the limits imposed by gRPC, which allows attacker to trigger rapid and uncontrolled increases in memory usage on the server or client...

7AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/06/11 7:27 p.m.36 views

CVE-2024-36129

A flaw was found in OpenTelemetry Collector. When sending an HTTP or gRPC request with a compressed payload, the Collector only verifies whether the compressed payload is beyond a certain limit but not its uncompressed version. This flaw allows an attacker using a specially crafted HTTP or gRPC...

8.2CVSS7.8AI score0.01242EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2024/06/10 9:38 p.m.55 views

@grpc/grpc-js can allocate memory for incoming messages well above configured limits

Impact There are two separate code paths in which memory can be allocated per message in excess of the grpc.maxreceivemessagelength channel option: 1. If an incoming message has a size on the wire greater than the configured limit, the entire message is buffered before it is discarded. 2. If an...

5.3CVSS7.2AI score0.00671EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/06/10 9:38 p.m.40 views

GHSA-7V5V-9H63-CJ86 @grpc/grpc-js can allocate memory for incoming messages well above configured limits

Impact There are two separate code paths in which memory can be allocated per message in excess of the grpc.maxreceivemessagelength channel option: 1. If an incoming message has a size on the wire greater than the configured limit, the entire message is buffered before it is discarded. 2. If an...

5.3CVSS5.5AI score0.00671EPSS
SaveExploits0References6
OSV
OSV
added 2024/06/10 9:32 p.m.29 views

CVE-2024-37168 @grpc/grpc-js can allocate memory for incoming messages well above configured limits

@grpc/grps-js implements the core functionality of gRPC purely in JavaScript, without a C++ addon. Prior to versions 1.10.9, 1.9.15, and 1.8.22, there are two separate code paths in which memory can be allocated per message in excess of the grpc.maxreceivemessagelength channel option: If an...

5.3CVSS6.2AI score
SaveExploits0References6
CVE
CVE
added 2024/06/10 9:32 p.m.399 views

CVE-2024-37168

CVE-2024-37168 affects @grpc/grpc-js (pure JavaScript implementation of gRPC). Before the fixes, two code paths could buffer or decompress messages that exceed grpc.max_receive_message_length, potentially causing memory allocation in excess of the limit. This could occur when a message arrives la...

5.3CVSS5.1AI score0.00671EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/10 6:36 p.m.34 views

GHSA-87M9-RV8P-RGMG go-grpc-compression has a zstd decompression bombing vulnerability

Impact A malicious user could cause a denial of service DoS when using a specially crafted gRPC request. The decompression mechanism for zstd did not respect the limits imposed by gRPC, allowing rapid memory usage increases. Versions v1.1.4 through to v1.2.2 made use of the Decoder.DecodeAll...

7.5CVSS7.5AI score
SaveExploits0References4
OSV
OSV
added 2024/06/07 11:07 a.m.7 views

OESA-2024-1701 skopeo security update

A command line utility that performs various operations on container images and image repositories Security Fixes: Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. An attacker could send a JWE containing compressed data that used lar...

4.3CVSS7AI score0.01956EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/06/06 12:00 a.m.7 views

AnythingLLM Security Vulnerability

AnythingLLM is a document chatbot that meets business requirements. A security vulnerability exists in AnythingLLM that originates from the possibility of brute-force decompression...

5.3CVSS6.8AI score0.00453EPSS
SaveExploits1References3
Rows per page
Query Builder