Lucene search
+L

12693 matches found

Snyk
Snyk
added 2025/07/15 12:0 a.m.4 views

NULL Pointer Dereference

Overview Affected versions of this package are vulnerable to NULL Pointer Dereference due to insufficient validation of memory allocation before use in the decodeinit function. An attacker can cause an application crash by tricking a user into opening a specially crafted ALS file which leads to...

8.6CVSS6.3AI score0.0035EPSS
SaveExploits0References2
Broadcom
Broadcom
added 2025/07/15 12:0 a.m.19 views

Netty Vulnerable to Denial-of-Service (DoS) via Uncontrolled Memory Allocation in 'HttpPostRequestDecoder' Component

Netty is vulnerable to denial-of-service DoS due to insufficient restrictions on the amount of memory that is allocated in the HttpPostRequestDecoder component. An attacker could exploit this by sending maliciously crafted data in order to cause an out-of-memory OOM error and a denial-of-service...

5.3CVSS6.8AI score0.0138EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2025/07/14 11:21 p.m.3 views

SUSE CVE-2025-53628

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.20.1, cpp-httplib does not have a limit for a unique line, permitting an attacker to explore this to allocate memory arbitrarily. This vulnerability is fixed in 0.20.1. NOTE: This vulnerability is related...

8.6CVSS6.8AI score0.00438EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2025/07/11 7:57 p.m.12 views

static-alloc vulnerability leads to uninitialized read after allocating MemBump

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various allocmethods would then read and write the start of that memory as a Cell which isundefined behavior. Instead, it should zero initialize the start of the allocated...

6.9AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/07/11 7:57 p.m.6 views

GHSA-XRRQ-RRGQ-H89W static-alloc vulnerability leads to uninitialized read after allocating MemBump

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various allocmethods would then read and write the start of that memory as a Cell which isundefined behavior. Instead, it should zero initialize the start of the allocated...

6.9AI score
SaveExploits0References4
F5 Networks
F5 Networks
added 2025/07/11 4:36 p.m.16 views

K000152542: LibTIFF vulnerability CVE-2024-7006

Security Advisory Description A null pointer dereference flaw was found in Libtiff via tifdirinfo.c. This issue may allow an attacker to trigger memory allocation failures through certain means, such as restricting the heap space size or injecting faults, causing a segmentation fault. This can...

7.5CVSS6.7AI score0.01516EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:0 a.m.3 views

Memory Allocation with Excessive Size Value in Wireshark

...

6.5CVSS7AI score0.00485EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2025/07/11 12:0 a.m.5 views

PT-2025-30314 · Crates.Io · Static-Alloc

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various alloc methods would then read and write the start of that memory as a Cell which is undefined behavior. Instead, it should zero initialize the start of the allocate...

7AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/07/11 12:0 a.m.5 views

PT-2025-30366 · Crates.Io · Static-Alloc

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various allocmethods would then read and write the start of that memory as a Cell which isundefined behavior. Instead, it should zero initialize the start of the allocated...

7AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/07/11 12:0 a.m.7 views

Azure Linux 3.0 Security Update: CBL-Mariner Releases / grub2 (CVE-2020-14311)

The version of CBL-Mariner Releases / grub2 installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2020-14311 advisory. - There is an issue with grub2 before version 2.06 while handling symlink on ext...

6CVSS7.3AI score0.00465EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/07/10 11:23 p.m.10 views

SUSE CVE-2025-38274

In the Linux kernel, the following vulnerability has been resolved: fpga: fix potential null pointer deref in fpgamgrtestimgloadsgt fpgamgrtestimgloadsgt allocates memory for sgt using kunitkzalloc however it does not check if the allocation failed. It then passes sgt to sgalloctable, which passe...

4.4CVSS6.5AI score0.00159EPSS
SaveExploits0References9
OSV
OSV
added 2025/07/10 8:15 p.m.4 views

DEBIAN-CVE-2025-53628

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.20.1, cpp-httplib does not have a limit for a unique line, permitting an attacker to explore this to allocate memory arbitrarily. This vulnerability is fixed in 0.20.1. NOTE: This vulnerability is related...

8.8CVSS5.3AI score0.00438EPSS
SaveExploits1References1
NVD
NVD
added 2025/07/10 8:15 p.m.29 views

CVE-2025-53628

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.20.1, cpp-httplib does not have a limit for a unique line, permitting an attacker to explore this to allocate memory arbitrarily. This vulnerability is fixed in 0.20.1. NOTE: This vulnerability is related...

8.8CVSS0.00438EPSS
SaveExploits1References3
OSV
OSV
added 2025/07/10 8:15 p.m.8 views

UBUNTU-CVE-2025-53628

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.20.1, cpp-httplib does not have a limit for a unique line, permitting an attacker to explore this to allocate memory arbitrarily. This vulnerability is fixed in 0.20.1. NOTE: This vulnerability is related...

8.8CVSS5.6AI score0.00438EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2025/07/10 7:46 p.m.5 views

CVE-2025-53629 cpp-httplib Unbounded Memory Allocation in Chunked/No-Length Requests Vulnerability

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.23.0, incoming requests using Transfer-Encoding: chunked in the header can allocate memory arbitrarily in the server, potentially leading to its exhaustion. This vulnerability is fixed in 0.23.0. NOTE: Th...

7.5CVSS6.8AI score0.00505EPSS
SaveExploits1References3
CVE
CVE
added 2025/07/10 7:46 p.m.44 views

CVE-2025-53629

CVE-2025-53629 affects cpp-httplib (C++11 single-file header-only HTTP/HTTPS library). Prior to version 0.23.0, handling of incoming requests with Transfer-Encoding: chunked could allocate memory arbitrarily on the server, risking memory exhaustion. The vulnerability is fixed in 0.23.0. Related C...

7.5CVSS6.3AI score0.00505EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2025/07/10 7:46 p.m.13 views

CVE-2025-53629 cpp-httplib Unbounded Memory Allocation in Chunked/No-Length Requests Vulnerability

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.23.0, incoming requests using Transfer-Encoding: chunked in the header can allocate memory arbitrarily in the server, potentially leading to its exhaustion. This vulnerability is fixed in 0.23.0. NOTE: Th...

7.5CVSS0.00505EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2025/07/10 7:45 p.m.6 views

CVE-2025-53628 cpp-httplib does not limit the length of a line

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.20.1, cpp-httplib does not have a limit for a unique line, permitting an attacker to explore this to allocate memory arbitrarily. This vulnerability is fixed in 0.20.1. NOTE: This vulnerability is related...

6.3CVSS6.8AI score0.00438EPSS
SaveExploits1References3
CVE
CVE
added 2025/07/10 7:45 p.m.71 views

CVE-2025-53628

cpp-httplib before 0.20.1 is vulnerable to HTTP header smuggling due to insecure trailers merge (CVE-2025-53628). Public advisories note the fix is in 0.20.1. OpenSUSE/SUSE advisories across platforms reference this CVE and provide a version-0.20.1 upgrade as remediation. No exploit details are p...

8.8CVSS6.2AI score0.00438EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2025/07/10 7:45 p.m.5 views

CVE-2025-53628 cpp-httplib does not limit the length of a line

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.20.1, cpp-httplib does not have a limit for a unique line, permitting an attacker to explore this to allocate memory arbitrarily. This vulnerability is fixed in 0.20.1. NOTE: This vulnerability is related...

6.3CVSS6.4AI score
SaveExploits0References5
Rows per page
Query Builder