Lucene search
+L

117 matches found

Snyk
Snyk
added 2026/07/23 11:51 p.m.9 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization when the request body exceeds the configured maxBodyBytes limit, resulting in the full payload being forwarded to the upstream service while policy evaluation occurs against an empty parsedbody. An attacker can...

8.8CVSS5.9AI score0.00429EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/23 9:16 p.m.10 views

CVE-2026-65604

Skipper contains an incomplete fix for CVE-2026-50197 in which oversized request bodies bypass Open Policy Agent OPA deny-on-presence Rego policies. When a request body exceeds the configured maxBodyBytes limit, Skipper forwards the full payload to the upstream service while OPA evaluates against...

8.8CVSS5.3AI score0.00429EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/22 11:2 p.m.9 views

Next.js: Unbounded Server Action payload in Edge runtime

Impact Requests targeting Next.js applications using App Router with at least one Server Action can lead to excessive memory consumption if that Server Actions uses the Edge runtime Workarounds If you cannot upgrade, ensure your hosting provider limits the request's body size. 5 MiB should be...

6.3CVSS5.3AI score0.00531EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/22 12:0 a.m.8 views

PT-2026-63561

Name of the Vulnerable Software and Affected Versions Next.js versions 13.0.0 through 15.5.20 Next.js versions 16.0.0 through 16.2.10 Description Requests targeting applications using App Router with at least one Server Action can lead to excessive memory consumption when that Server Action...

6.3CVSS5.9AI score0.00531EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/20 3:1 p.m.4 views

CVE-2026-45713 Mailpit: Unauthenticated remote memory-exhaustion DoS via unlimited SMTP DATA and /api/v1/send body sizes

Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the Mailpit SMTP server has a Server.MaxSize int field that controls the maximum allowed DATA payload size, but the field is never assigned anywhere outside test code, leaving it at Go's zero value 0 ⇒ "no limit". T...

7.5CVSS5.4AI score0.00388EPSS
SaveExploits1References4
CVE
CVE
added 2026/07/20 3:1 p.m.23 views

CVE-2026-45713

Mailpit suffers an unauthenticated remote memory-exhaustion DoS due to missing limits on SMTP DATA and the /api/v1/send body. Before v1.30.0, Server.MaxSize is not assigned, allowing unbounded data growth and RAM/disk pressure as messages are processed and stored. Multiple sources (CVE-2026-45713...

7.5CVSS5.4AI score0.00388EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/07/17 10:42 a.m.4 views

OPENSUSE-SU-2026:21366-1 Security update for grafana

This update for grafana fixes the following issues: Changes in grafana: - CVE-2026-33382: Limit the size of the request body before processing it at several Grafana API endpoints bsc1271331 - CVE-2026-8595: Fix stored XSS in the table panel bsc1271557...

7.5CVSS5.3AI score0.00388EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:46 p.m.7 views

PYSEC-2026-3389 tornado AsyncHTTPClient accumulates decompressed chunks without size limit (gzip bomb)

Tornado's gzip decompression routines work in limited-size chunks, but have no overall limit for the total size of decompressed chunks that they will accumulate There has always been a limit for the total compressed size. This allows a malicious server to consume effectively unlimited amounts of...

7.5CVSS6.1AI score0.00572EPSS
SaveExploits0References5
AlpineLinux
AlpineLinux
added 2026/07/10 2:58 p.m.13 views

CVE-2026-33382

Several Grafana API endpoints, some of them unauthenticated, do not limit the size of the request body before processing it. An attacker can send very large payloads that force excessive memory allocation, potentially exhausting memory and causing a denial of service...

7.5CVSS6.1AI score0.00388EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/06 3:2 p.m.3 views

rabbitmq-server: RabbitMQ: Denial of Service via oversized JSON bodies in HTTP API

A flaw was found in RabbitMQ, a messaging and streaming broker. A remote attacker could exploit this vulnerability by sending oversized JSON bodies to the rabbitmqmanagement HTTP API. The API's body size check is incomplete, allowing the final combined size to exceed limits. This could lead to a...

7.7CVSS5.8AI score0.00433EPSS
SaveExploits1References10
SUSE CVE
SUSE CVE
added 2026/07/03 3:11 a.m.7 views

SUSE CVE-2026-44488

Axios is a promise based HTTP client for the browser and Node.js. Axios versions 1.7.0 through 1.15.x did not enforce configured request and response size limits when requests were sent with the fetch adapter. Applications that selected adapter: 'fetch', or ran in environments where axios resolve...

7.5CVSS6AI score0.00622EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/07/01 12:0 a.m.21 views

PT-2026-55207

Name of the Vulnerable Software and Affected Versions Mailpit versions prior to 1.30.1 Description An incomplete fix for a previous denial-of-service issue left several API endpoints without body-size limits. An unauthenticated remote attacker can send a specially crafted JSON request containing ...

5.3CVSS5.5AI score0.00421EPSS
SaveExploits1
OSV
OSV
added 2026/06/25 10:34 p.m.6 views

GO-2026-5734 Mattermost MS Teams plugin doesn't limit the request body size on the /lifecycle webhook endpoint in github.com/mattermost/mattermost-plugin-msteams

Mattermost MS Teams plugin doesn't limit the request body size on the /lifecycle webhook endpoint in github.com/mattermost/mattermost-plugin-msteams...

6.5CVSS5.9AI score0.00311EPSS
SaveExploits0References5
OSV
OSV
added 2026/06/25 6:26 p.m.7 views

GO-2026-5153 Mattermost MS Teams plugin doesn't limit the request body size on the /changes webhook endpoint in github.com/mattermost/mattermost-plugin-msteams

Mattermost MS Teams plugin doesn't limit the request body size on the /changes webhook endpoint in github.com/mattermost/mattermost-plugin-msteams...

6.5CVSS5.9AI score0.00311EPSS
SaveExploits0References5
Veracode
Veracode
added 2026/06/17 6:10 p.m.15 views

Improper Input Validation

hono is vulnerable to Improper Input Validation. The vulnerability is due to trusting the client-supplied Content-Length header instead of validating the actual request body size, which allows an attacker to bypass configured body size limits by declaring a smaller content length while sending a...

6.5CVSS5.3AI score0.00147EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/06/16 2:32 p.m.9 views

GHSA-RV63-4MWF-QQC2 hono: Body Limit Middleware can be bypassed on AWS Lambda by understating `Content-Length`

Summary The Body Limit Middleware trusts the request's Content-Length header to decide whether a body is within the limit. On AWS Lambda API Gateway v1/v2, ALB, VPC Lattice, and Lambda@Edge the body is delivered fully buffered and the adapter builds the request with the client-declared...

6.5CVSS5.4AI score0.00147EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/15 8:19 p.m.9 views

GHSA-MGF9-4VPG-HJ56 tornado AsyncHTTPClient accumulates decompressed chunks without size limit (gzip bomb)

Tornado's gzip decompression routines work in limited-size chunks, but have no overall limit for the total size of decompressed chunks that they will accumulate There has always been a limit for the total compressed size. This allows a malicious server to consume effectively unlimited amounts of...

7.5CVSS5.4AI score0.00572EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/06/05 7:35 p.m.15 views

CVE-2026-5308

Mattermost versions 11.6.x = 11.6.0, 11.5.x = 11.5.3, 11.4.x = 11.4.4, 10.11.x = 10.11.14 fail to enforce request body size limits on plugin HTTP endpoints which allows an attacker to cause a denial of service via crafted oversized HTTP requests.. Mattermost Advisory ID: MMSA-2026-00646...

7.5CVSS5.5AI score0.00254EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/05/30 2:12 a.m.13 views

CVE-2026-44247

Volcano is a Kubernetes-native batch scheduling system. Prior to v1.14.2, v1.13.3, and v1.12.4, the Volcano webhook server does not enforce a size limit on incoming HTTP request bodies. Any in-cluster pod that can reach the webhook endpoint may send an arbitrarily large request body, potentially...

7.4CVSS5.8AI score0.00173EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/27 8:56 p.m.11 views

CVE-2026-44247

Volcano is a Kubernetes-native batch scheduling system. Prior to v1.14.2, v1.13.3, and v1.12.4, the Volcano webhook server does not enforce a size limit on incoming HTTP request bodies. Any in-cluster pod that can reach the webhook endpoint may send an arbitrarily large request body, potentially...

6.8CVSS5.8AI score0.00173EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder