Lucene search
+L

3127 matches found

Kitploit
Kitploit
added 2026/09/20 7:06 p.m.8 views

BUGS_OOM_NULL_PTR_DEREF

BUGSOOMNULLPTRDEREF BUGS ON ANDROID NULL PTR DEREF, OOM JUST FOR LULZ...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 10:43 a.m.10 views

CVE-2019-12401

CVE-2019-12401: XML Bomb in Apache Solr Solr versions prior to 5.0.0 are vulnerable to an XML resource consumption attack a.k.a. Lol Bomb via its update handler. By leveraging XML DOCTYPE and ENTITY type elements, the attacker can create a pattern that will expand when the server parses the XML...

7.5CVSS7.2AI score0.08547EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/09/17 2:22 p.m.12 views

EUVD-2026-81620

InternLM LMDeploy through 0.17.0 in DistServe prefill/decode disaggregation mode fails to release scheduler sessions because the proxy uses user-facing session IDs instead of internal scheduler keys. Unauthenticated attackers can send completion requests to the proxy endpoint that accumulate...

8.7CVSS0.00366EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/17 1:46 p.m.29 views

CVE-2026-92961 vm2 before 3.11.6 Memory Exhaustion DoS via bufferAllocLimit Bypass

vm2 before 3.11.6 fails to enforce bufferAllocLimit on ArrayBuffer, SharedArrayBuffer, and TypedArray constructors, allowing attackers to allocate arbitrary host memory. Attackers can bypass the buffer allocation cap by using these V8 intrinsics to exhaust host process memory and trigger...

8.7CVSS0.00375EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/16 5:20 p.m.12 views

PoC_CVE-2025-11579

PoC CVE-2025-11579 概述 rardecode 版本 = 2.1.1 在读取较大的 RAR 字典大小时未能限制字典大小,这允许攻击者提供特制的 RAR 文件,并通过内存不足崩溃导致拒绝服务。 漏洞利用 我们构造一个具有人为超大字典大小的 RAR 文件,导致库尝试进行大规模内存分配,然后发生内存不足崩溃。 漏洞利用步骤 1. 使用 14Gb.rar 文件并执行 go run exploit.go。 2. 使用提供的普通 simple.rar 文件并运行漏洞利用程序。它被成功提取。...

6.5CVSS8.1AI score0.00374EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/09/16 5:14 p.m.11 views

CVE-2026-57173

A flaw was found in vLLM, an inference and serving engine for large language models. An unauthenticated client can exploit this by submitting a small, compressed audio input that expands into a very large memory allocation. This bypasses existing duration guards, leading to an out-of-memory...

6.5CVSS0.00658EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/09/16 4:34 p.m.9 views

EUVD-2026-80880

vLLM is an inference and serving engine for large language models. Prior to 0.24.0, the inputaudio handling path for /v1/chat/completions calls AudioMediaIO.loadbytes or AudioMediaIO.loadfile without passing VLLMMAXAUDIODECODEDURATIONS to the shared audio decoder. An unauthenticated client can...

6.5CVSS0.00658EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 4:34 p.m.33 views

CVE-2026-57173 vLLM: Unauthenticated audio decompression-bomb DoS in /v1/chat/completions

vLLM is an inference and serving engine for large language models. Prior to 0.24.0, the inputaudio handling path for /v1/chat/completions calls AudioMediaIO.loadbytes or AudioMediaIO.loadfile without passing VLLMMAXAUDIODECODEDURATIONS to the shared audio decoder. An unauthenticated client can...

6.5CVSS0.00658EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/16 1:41 p.m.11 views

VLC-CVE-2008-4654-Exploit

VLC-CVE-2008-4654-Exploit Well, it's just an old vulnerability whose CVE number is CVE-2008-4654. This vulnerability is caused by Out of Memory at line 1650 of modules/demux/ty.c. root@kitploit: streamReadpdemux-s, mstbuf, 8 + imapsize; When I downloaded the EXP from other websites, I found that ...

9.3CVSS6AI score0.57547EPSS
SaveExploits10
OSV
OSV
added 2026/09/15 4:30 p.m.11 views

CVE-2026-55149 Vouch Proxy: Unbounded Multipart Cookie Allocation DoS

Vouch Proxy is an SSO and OAuth/OIDC login solution for Nginx using the authrequest module. Prior to 0.48.0, Cookie in pkg/cookie/cookie.go parses the total part count from an attacker-controlled multipart cookie name and passes the value to makestring, numParts without checking that the value is...

7.5CVSS5.8AI score
SaveExploits0References5
NVD
NVD
added 2026/09/14 9:17 p.m.11 views

CVE-2026-53716

Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. Prior to 1.7.4 and 1.8.1, getFileFromGZ in internal/wasm/httpfetcher.go calls io.ReadAll on a gzip.Reader without limiting decompressed output when a tenant-controlled...

6.5CVSS0.00685EPSS
SaveExploits0References9
NVD
NVD
added 2026/09/14 8:16 p.m.13 views

CVE-2026-53717

Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. Prior to 1.7.4 and 1.8.1, internal/wasm/imagefetcher.go follows tenant-controlled EnvoyExtensionPolicy spec.wasm.code.image.url values to Docker or OCI Wasm layers, and...

6.5CVSS0.00715EPSS
SaveExploits0References9
NVD
NVD
added 2026/09/14 8:16 p.m.11 views

CVE-2026-54247

Skipper is an HTTP router and reverse proxy for service composition. Prior to 0.26.22, Handler in dataclients/kubernetes/admission/admission.go passes the body of requests to the Kubernetes admission endpoint at :9443/admission directly to io.ReadAllr.Body without a size limit. An attacker with...

4.3CVSS0.00227EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/14 8:15 p.m.29 views

CVE-2026-53716 Envoy Gateway: Wasm HTTP fetch decompresses gzip without output-size limit

Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. Prior to 1.7.4 and 1.8.1, getFileFromGZ in internal/wasm/httpfetcher.go calls io.ReadAll on a gzip.Reader without limiting decompressed output when a tenant-controlled...

6.5CVSS0.00685EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/14 8:15 p.m.49 views

CVE-2026-53716

Envoy Gateway (open-source application gateway managing Envoy Proxy) has an unbounded gzip decompression vulnerability in getFileFromGZ within internal/wasm/httpfetcher.go. The function calls io.ReadAll on a gzip.Reader without limiting the decompressed output size. When a tenant-controlled Envoy...

6.5CVSS7.9AI score0.00685EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/14 8:09 p.m.28 views

CVE-2026-53717

Envoy Gateway (open-source Envoy Proxy management) is vulnerable in internal/wasm/imagefetcher.go prior to 1.7.4 and 1.8.1 . The function extractWasmPluginBinary allocates memory using the untrusted tar-header h.Size value (via make([]byte, h.Size)) before validating the entry name or declared si...

6.5CVSS7.8AI score0.00715EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/14 8:09 p.m.9 views

CVE-2026-53717 Envoy Gateway: OCI layer extraction allocates make([]byte, h.Size) from untrusted tar header

Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. Prior to 1.7.4 and 1.8.1, internal/wasm/imagefetcher.go follows tenant-controlled EnvoyExtensionPolicy spec.wasm.code.image.url values to Docker or OCI Wasm layers, and...

6.5CVSS5.6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/14 8:09 p.m.38 views

CVE-2026-53717 Envoy Gateway: OCI layer extraction allocates make([]byte, h.Size) from untrusted tar header

Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. Prior to 1.7.4 and 1.8.1, internal/wasm/imagefetcher.go follows tenant-controlled EnvoyExtensionPolicy spec.wasm.code.image.url values to Docker or OCI Wasm layers, and...

6.5CVSS0.00715EPSS
SaveExploits0References9
NVD
NVD
added 2026/09/14 6:20 p.m.9 views

CVE-2026-91080

webhook through 2.8.3 reads the entire request body into memory before evaluating trigger rules, allowing unauthenticated attackers to exhaust memory by sending oversized bodies. Attackers can send multi-gigabyte request bodies with invalid signatures to trigger out-of-memory conditions and crash...

8.7CVSS0.00591EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/14 5:52 p.m.14 views

CVE-2026-91080

webhook through 2.8.3 (a Go-based webhook receiver) is vulnerable to unauthenticated memory exhaustion . The service reads the entire request body into memory before evaluating trigger rules, with no enforced size limit. An attacker can send a multi-gigabyte request body with an invalid signature...

8.7CVSS5.7AI score0.00591EPSS
SaveExploits0References4
Rows per page
Query Builder