Lucene search
+L

378 matches found

Kitploit
Kitploit
added 2026/09/20 12:43 p.m.14 views

log-add-http-post-bodies

将 POST 请求体摘录添加到 HTTP 日志 此脚本让分析师能够查看 HTTP POST 请求体中发送的内容。它通过简单地扩展 HTTP 日志来实现这一点。 安装 :: zkg refresh zkg install corelight/log-add-http-post-bodies 用法 HTTP 日志将新增一个名为 postbody 的字段,该字段将从每个 POST 请求体的开头填充可配置数量的数据。...

5.8AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/09/16 10:16 p.m.11 views

CVE-2026-84639

A flaw was found in Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Triggering an error condition in certain MIME bodies would cause uninitialized memory to be used...

9.1CVSS0.00323EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/14 5:52 p.m.9 views

EUVD-2026-77715

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.7CVSS5.7AI score0.00591EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/09/02 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-84639

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Triggering an error condition in certain MIME bodies would cause uninitialized memory to be used. This vulnerability was fixed in Thunderbird 155, Thunderbird...

9.1CVSS5.7AI score0.00323EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/01 10:17 p.m.8 views

CVE-2026-84639

Triggering an error condition in certain MIME bodies would cause uninitialized memory to be used. This vulnerability was fixed in Thunderbird 155, Thunderbird 140.15, and Thunderbird 153.2...

9.1CVSS0.00323EPSS
SaveExploits0References4
AlpineLinux
AlpineLinux
added 2026/09/01 9:33 p.m.10 views

CVE-2026-84639

Triggering an error condition in certain MIME bodies would cause uninitialized memory to be used. This vulnerability was fixed in Thunderbird 155, Thunderbird 140.15, and Thunderbird 153.2...

9.1CVSS5.2AI score0.00323EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 10:40 a.m.52 views

CVE-2026-72566

Summary: CVE-2026-72566 is an SSRF vulnerability in automatisch (through commit 41f3c56) where a low-privileged authenticated user with the 'manage Flow' permission can cause the server to fetch arbitrary URLs via the HTTP Request app's Custom Request action, exposing the full HTTP response body ...

7.7CVSS5.5AI score0.00258EPSS
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/07 8:31 p.m.17 views

Security Bulletin: Unauthenticated denial of service via unbounded request body processing

Summary Consul Community Edition and Consul Enterprise 1.3.0 through 2.0.2 are vulnerable to an unauthenticated denial of service in several agent HTTP API endpoints. A remote caller could cause the agent to consume substantial memory before the request was rejected. This vulnerability,...

5.3CVSS5.3AI score0.00293EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2026/08/07 7:20 p.m.19 views

CVE-2026-19113 Unauthenticated denial of service via unbounded request body processing

Consul Community Edition and Consul Enterprise 1.3.0 through 2.0.2 are vulnerable to an unauthenticated denial of service in several agent HTTP API endpoints. A remote caller could cause the agent to consume substantial memory before the request was rejected. This vulnerability, CVE-2026-19113, i...

5.3CVSS5.4AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/06 2:38 p.m.12 views

CVE-2026-70646

aiosend is a synchronous and asynchronous Crypto Pay API client. Pror to version 3.0.7, WebhookHandler.feedupdate deserializes the entire request body before verifying the HMAC signature. This allows an unauthenticated attacker to force expensive parsing of arbitrary JSON payloads that will...

7.5CVSS5.6AI score0.0035EPSS
SaveExploits0References4Affected Software1
RedHat Linux
RedHat Linux
added 2026/08/05 6:32 a.m.14 views

httplib2: httplib2: Denial of Service via unbounded decompression of HTTP response bodies

A flaw was found in httplib2, a Python HTTP client library. This vulnerability allows a malicious or compromised HTTP server to send a small compressed data payload that, when decompressed by httplib2, expands to an extremely large size in memory. This unbounded decompression can lead to a Denial...

7.5CVSS6.6AI score0.00423EPSS
SaveExploits1References7
RedhatCVE
RedhatCVE
added 2026/08/03 3:34 p.m.18 views

CVE-2026-67318

A flaw was found in axios, a popular JavaScript library for making HTTP requests. When using the Node.js HTTP/2 adapter, axios fails to properly enforce the configured maxBodyLength limit for streamed request bodies. This allows a remote attacker, by controlling the input stream, to send an...

6.3CVSS5.5AI score0.00429EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2026/08/01 12:22 p.m.12 views

CVE-2026-67318

axios versions =1.13.0 Node.js HTTP adapter fail to enforce the configured maxBodyLength limit on streamed request bodies when requests are sent with httpVersion: 2. Because Node's HTTP/2 request API does not honor the maxBodyLength option and axios's byte-counting stream wrapper is gated on...

6.3CVSS5.6AI score0.00429EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/01 12:22 p.m.12 views

CVE-2026-67316 axios before 1.18.0 Prototype Pollution via bodyless methods

axios is vulnerable to read-side prototype-pollution gadgets that can alter request construction when Object.prototype has already been polluted by a separate vulnerability or dependency. In the bodyless method aliases axios.get, axios.delete, axios.head, axios.options, inherited data is read via...

6.3CVSS5.4AI score0.00354EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/08/01 12:22 p.m.15 views

EUVD-2026-51827

axios is vulnerable to read-side prototype-pollution gadgets that can alter request construction when Object.prototype has already been polluted by a separate vulnerability or dependency. In the bodyless method aliases axios.get, axios.delete, axios.head, axios.options, inherited data is read via...

6.3CVSS5.5AI score0.00354EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2026/07/31 3:45 p.m.21 views

httplib2: httplib2: Denial of Service via unbounded decompression of HTTP response bodies

A flaw was found in httplib2, a Python HTTP client library. This vulnerability allows a malicious or compromised HTTP server to send a small compressed data payload that, when decompressed by httplib2, expands to an extremely large size in memory. This unbounded decompression can lead to a Denial...

7.5CVSS6.5AI score0.00423EPSS
SaveExploits1References7
SUSE CVE
SUSE CVE
added 2026/07/30 4:44 p.m.12 views

SUSE CVE-2026-48824

Mailpit is an email testing tool and API for developers. Prior to version 1.30.1, the fix for GHSA-fpxj-m5q8-fphw CVE-2026-45710, "Mailpit: Set a default 50MB p/m limit to prevent DoS via unlimited SMTP DATA and /api/v1/send body sizes" wrapped only POST /api/v1/send with http.MaxBytesReader. The...

5.3CVSS7.8AI score0.00421EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/07/30 3:19 p.m.12 views

CVE-2026-44613

Cross-Site Request Forgery CSRF vulnerability in Apache Zeppelin. The default CORS configuration allowed cross-origin state-changing requests and accepted text/plain request bodies, allowing an attacker who lures an authenticated user to a malicious site to perform actions on the...

5.7AI score0.00362EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/07/30 3:19 p.m.50 views

CVE-2026-44613 Apache Zeppelin: Cross-site request forgery in REST and WebSocket request handling

Cross-Site Request Forgery CSRF vulnerability in Apache Zeppelin. The default CORS configuration allowed cross-origin state-changing requests and accepted text/plain request bodies, allowing an attacker who lures an authenticated user to a malicious site to perform actions on the...

0.00362EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2026/07/30 11:11 a.m.12 views

axios: axios: Information disclosure via Prototype Pollution in Node HTTP adapter

A flaw was found in axios when used in a Node.js deployment with the HTTP adapter. This vulnerability, known as Prototype Pollution, occurs because request interceptors can revert hardened request configurations, allowing an attacker to manipulate the Object.prototype.proxy property. If...

8.3CVSS5.4AI score0.0037EPSS
SaveExploits1References7
Rows per page
Query Builder