Lucene search
+L

124 matches found

Kitploit
Kitploit
added 2026/08/31 4:31 p.m.8 views

CVE-2026-32941

Una vulnerabilidad en todo el framework de Sliver C2 permite una Denegación de Servicio remota no autenticada al provocar Asignación de Memoria No Controlada CWE-789 / CWE-400, lo que lleva a un fallo de Agotamiento de Memoria OOM en todo el proceso. Referencias: Tenable Pasos de reproducción: 1...

7.1CVSS6.8AI score0.00298EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/08/31 9:46 a.m.4 views

CVE-2026-65315

A flaw was found in Ollama. A remote attacker can exploit an uncontrolled memory allocation vulnerability in the GGUF metadata parser. By supplying a specially crafted GGUF file, an attacker can manipulate length and count fields, leading to excessive memory allocation. This can cause the server ...

8.7CVSS5.9AI score0.00807EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/26 1:00 p.m.21 views

CVE-2026-73108

RustDesk versions before 1.4.7 are vulnerable to a denial-of-service caused by uncontrolled speculative memory allocation in BytesCodec . Before authentication, the decoder trusts the payload length encoded in a four-byte frame header and reserves that full amount of memory before the payload arr...

8.7CVSS5.3AI score0.00528EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/25 10:57 a.m.36 views

CVE-2026-12600 Uncontrolled memory usage in Innodata Labs’ Poppler JPX decoder

Denial-of-service DoS vulnerability in the internal JPEG2000 JPX decoding implementation of the Poppler fork developed by Innodata Labs. When an application processes an untrusted PDF file containing specially crafted JPXDecode images, a remote attacker can cause uncontrolled memory consumption...

8.7CVSS0.00308EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/25 10:57 a.m.9 views

CVE-2026-12600 Uncontrolled memory usage in Innodata Labs’ Poppler JPX decoder

Denial-of-service DoS vulnerability in the internal JPEG2000 JPX decoding implementation of the Poppler fork developed by Innodata Labs. When an application processes an untrusted PDF file containing specially crafted JPXDecode images, a remote attacker can cause uncontrolled memory consumption...

8.7CVSS6AI score0.00308EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/25 10:57 a.m.25 views

CVE-2026-12600

CVE-2026-12600 is a denial-of-service vulnerability in the JPEG2000 (JPX) decoder within a Poppler fork maintained by Innodata Labs . The flaw resides in JPXStream::readCodestream(), where attacker-controlled values from the SIZ segment (e.g., img.nComps) are used to allocate memory for tiles and...

8.7CVSS5.6AI score0.00308EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/16 1:14 p.m.14 views

CVE-2026-74788

Scriban before 7.0.0 affected versions = 6.6.0 contains an uncontrolled memory allocation vulnerability in the string.padleft and string.padright template functions, which perform no validation on the width parameter before delegating to .NET's String.PadLeft/PadRight. When an application exposes...

8.7CVSS5.4AI score0.00278EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 11:17 a.m.13 views

CVE-2026-66485

GNU cpio is vulnerable to an uncontrolled memory allocation in the makepath function at src/makepath.c. The function uses alloca to allocate stack memory based on the length of argpath, which is derived from an archive-controlled pathname during extraction. A malicious cpio archive containing a...

4.6CVSS0.00132EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 6:58 a.m.10 views

CVE-2026-70377 imagecli - Uncontrolled Memory Allocation via Unbounded scale Ratio Causes Denial of Service

imagecli's pipeline operation Scale::apply in src/imageops.rs computes output width/height as dimension as f32 ratio as u32 with no upper-bound validation on the CLI-supplied ratio, which is parsed via nom::number::complete::float with no range check. Any application embedding imagecli as a libra...

7.5CVSS5.4AI score
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/06/18 2:12 a.m.12 views

org.hdrhistogram/HdrHistogram: HdrHistogram: HdrHistogram: Denial of Service via uncontrolled memory allocation in decodeFromByteBuffer

A flaw was found in HdrHistogram. A local attacker can exploit a vulnerability in the decodeFromByteBuffer function by manipulating the numberOfSignificantValueDigits argument. This manipulation leads to uncontrolled memory allocation, which can result in a Denial of Service DoS condition, making...

4.8CVSS5.8AI score0.0016EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2026/05/20 12:00 a.m.20 views

Progress Software MOVEit 安全漏洞

Progress Software MOVEit is a secure hosted file transfer software developed by Progress Software Corporation in the United States. Versions of Progress Software MOVEit prior to 2025.0.11, as well as versions from 2025.1.0 to 2025.1.7, contained security vulnerabilities. These vulnerabilities wer...

7.5CVSS5.8AI score0.00348EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/12 2:17 p.m.5 views

AZL-86811 CVE-2026-42006 affecting package dovecot 2.3.20-1

An attacker can cause uncontrolled memory usage with excessive bracing over IMAP. The fix in CVE-2026-27857 was incomplete, only blocking one way of doing this, so there was still another way left open. In particular, the fix was for closing braces, but you could still use open braces to bypass t...

7.5CVSS7.1AI score0.00621EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/12 2:17 p.m.21 views

UBUNTU-CVE-2026-42006

An attacker can cause uncontrolled memory usage with excessive bracing over IMAP. The fix in CVE-2026-27857 was incomplete, only blocking one way of doing this, so there was still another way left open. In particular, the fix was for closing braces, but you could still use open braces to bypass t...

7.5CVSS5.7AI score0.00621EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/05/12 1:28 p.m.14 views

CVE-2026-42006

An attacker can cause uncontrolled memory usage with excessive bracing over IMAP. The fix in CVE-2026-27857 was incomplete, only blocking one way of doing this, so there was still another way left open. In particular, the fix was for closing braces, but you could still use open braces to bypass t...

7.5CVSS5.7AI score0.00621EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/07 12:00 a.m.23 views

PT-2026-38441

Name of the Vulnerable Software and Affected Versions ericmj decimal versions 0.1.0 through 2.x Description Uncontrolled Resource Consumption allows unauthenticated remote Denial of Service. The library does not bound the exponent on parsed input, meaning a decimal with an excessively large...

6.9CVSS5.8AI score0.00321EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/05/04 5:53 p.m.50 views

CVE-2026-42146 CImg Library: Uncontrolled memory allocation via nb_colors field in _load_bmp

CImg Library is a C++ library for image processing. Prior to commit c3aacf5, the nbcolors field read from the BMP file header is used directly to compute an allocation size without validating it against the remaining file size. A crafted BMP file with a large nbcolors value triggers an...

5.5CVSS0.00119EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/04/27 12:00 a.m.8 views

The vulnerability of adding additional tools and integration libraries for the Go language-based OpenTelemetry framework lies in the uncontrolled distribution of memory resources, which allows a malicious actor to trigger a service failure.

The vulnerability of adding additional tools and integration libraries for the Go language-based OpenTelemetry framework is related to uncontrolled memory allocation. Exploiting this vulnerability could allow a remote attacker to cause service failures...

5.3CVSS7.1AI score0.0019EPSS
SaveExploits0References5Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/03/26 12:00 a.m.9 views

The vulnerability of the swap_readpage() function in the mm/page_io.c module of the Linux kernel’s memory management subsystem allows a hacker to cause a service failure.

The vulnerability of the swapreadpage function in the mm/pageio.c module of the Linux kernel’s memory management subsystem is related to uncontrolled memory allocation. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.8AI score0.0029EPSS
SaveExploits0References17Affected Software3
EUVD
EUVD
added 2026/03/19 6:31 p.m.10 views

EUVD-2026-13139

Memory Allocation with Excessive Size Value CWE-789 in the Prometheus remotewrite HTTP handler in Metricbeat can lead Denial of Service via Excessive Allocation CAPEC-130...

5.7CVSS5.8AI score0.00179EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/01/09 9:58 a.m.11 views

CVE-2020-7052

CODESYS Control V3, Gateway V3, and HMI V3 before 3.5.15.30 allow uncontrolled memory allocation which can result in a remote denial of service condition...

6.5CVSS7AI score0.01884EPSS
SaveExploits1References1
Rows per page
Query Builder