Lucene search
+L

2578 matches found

CVE
CVE
added 2026/07/16 7:50 p.m.75 views

CVE-2026-44982

CVE-2026-44982 affects CrowdSec AppSec. The bug in pkg/appsec/request.go NewParsedRequestFromRequest reads the body using max(r.ContentLength, 0), causing HTTP/1.1 chunked and HTTP/2 without Content-Length to appear with an empty body, bypassing body-inspection rules (REQUEST_BODY, BODY_ARGS, ARG...

7.2CVSS6.1AI score0.00372EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/16 7:50 p.m.11 views

CVE-2026-44982 CrowdSec AppSec silently drops request body for chunked / HTTP-2 requests

CrowdSec offers crowdsourced protection against malicious IPs. From 1.5.0 until 1.7.8, pkg/appsec/request.go NewParsedRequestFromRequest allocated a request body buffer from maxr.ContentLength, 0, so HTTP/1.1 requests using Transfer-Encoding: chunked and HTTP/2 requests without a content-length...

7.2CVSS5.5AI score
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/07/16 2:29 p.m.14 views

CVE-2026-33382

A flaw in Grafana's API endpoints allows remote attackers to send excessively large request bodies without authentication. This exhausts server memory, resulting in a complete denial of service DoS. Mitigation Deploy a reverse proxy or API gateway e.g., Nginx in front of Grafana configured to...

7.5CVSS6.1AI score0.00388EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/15 4:11 p.m.13 views

CVE-2026-48799

Postiz is an AI social media scheduling tool. Prior to 2.21.8, Postiz fails to verify Nowpayments IPN callback authenticity against the payment provider shared secret and reads the target subscription identifier from the untrusted request body, allowing a low-privileged account to grant arbitrary...

7.7CVSS6.2AI score0.00218EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/15 8:51 a.m.33 views

BIT-MODSECURITY-2026-52747 ModSecurity: Multipart form-data parser silently strips embedded line breaks from form-field values, enabling request-body inspection bypass

ModSecurity is an open source, cross platform web application firewall WAF engine for Apache, IIS and Nginx. Prior to 3.0.16, the multipart/form-data request body parser in libmodsecurity silently removes embedded line breaks from non-file form-field values before exporting them to ARGS and...

8.6CVSS6AI score0.00476EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/07/14 8:03 p.m.10 views

CVE-2026-48801 linkify-it: Quadratic algorithmic complexity in LinkifyIt#match scan loop

linkify-it is a links recognition library with full Unicode support. Prior to 5.0.1, LinkifyIt.prototype.match, the package's primary public API, has ON² algorithmic complexity for inputs containing many fuzzy links or emails because the JavaScript-level scan loop re-slices input and re-runs...

8.7CVSS6.1AI score0.00366EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/14 9:16 a.m.7 views

DEBIAN-CVE-2024-7708

For requests that have a body, but reading the body may end up in reading 0 bytes, there is a buffer leak. This is particularly the case for 100-Continue, but any request where the network is slow can leak...

7.5CVSS6AI score0.0044EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/07/14 9:16 a.m.24 views

CVE-2024-7708

For requests that have a body, but reading the body may end up in reading 0 bytes, there is a buffer leak. This is particularly the case for 100-Continue, but any request where the network is slow can leak...

7.5CVSS6.1AI score0.0044EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/14 9:01 a.m.79 views

CVE-2024-7708

CVE-2024-7708 describes a buffer leak occurring when reading the body of HTTP requests; this can happen for requests with a body, especially under slow network conditions (notably 100-Continue). The published metrics show a CVSS v3.1 base score of 7.5 (HIGH) with Network attack vector, no privile...

7.5CVSS6.1AI score0.0044EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/14 12:00 a.m.18 views

PT-2026-57981

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description A buffer leak occurs during the processing of requests that contain a body when the system reads 0 bytes. This issue is especially prevalent with 100-Continue...

7.5CVSS5.3AI score0.0044EPSS
SaveExploits0References12
OSV
OSV
added 2026/07/13 3:46 p.m.10 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
NVD
NVD
added 2026/07/11 2:16 p.m.14 views

CVE-2026-56763

Hono before 4.12.7 allows proto key in parseBody with dot option enabled, permitting specially crafted form field names to create objects with proto properties. When parsed results are merged into regular JavaScript objects using unsafe merge patterns, attackers can exploit this to achieve...

6.3CVSS0.00273EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/11 1:00 p.m.43 views

CVE-2026-56763 Hono - Prototype Pollution via __proto__ Key in parseBody with dot Option

Hono before 4.12.7 allows proto key in parseBody with dot option enabled, permitting specially crafted form field names to create objects with proto properties. When parsed results are merged into regular JavaScript objects using unsafe merge patterns, attackers can exploit this to achieve...

6.3CVSS0.00273EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/11 1:00 p.m.18 views

EUVD-2026-43173

Hono before 4.12.7 allows proto key in parseBody with dot option enabled, permitting specially crafted form field names to create objects with proto properties. When parsed results are merged into regular JavaScript objects using unsafe merge patterns, attackers can exploit this to achieve...

6.3CVSS6.1AI score0.00273EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/11 1:00 p.m.12 views

CVE-2026-56763 Hono - Prototype Pollution via __proto__ Key in parseBody with dot Option

Hono before 4.12.7 allows proto key in parseBody with dot option enabled, permitting specially crafted form field names to create objects with proto properties. When parsed results are merged into regular JavaScript objects using unsafe merge patterns, attackers can exploit this to achieve...

6.3CVSS6.1AI score
SaveExploits0References4
Veracode
Veracode
added 2026/07/11 8:59 a.m.13 views

OS Command Injection

Nuclio is vulnerable to OS Command Injection. The vulnerability is due to improper sanitization of event.headers keys and event.body values when constructing curl commands for Kubernetes CronJob containers, which allows an attacker to inject and execute arbitrary shell commands by manipulating...

6.3AI score
SaveExploits0References2Affected Software1
NVD
NVD
added 2026/07/11 7:16 a.m.14 views

CVE-2026-10865

The Cost Calculator Builder plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 4.0.11 via the template body. This makes it possible for unauthenticated attackers to extract the plaintext Stripe secret key, Razorpay secret key, and PayPal...

5.3CVSS0.00576EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/11 5:35 a.m.51 views

CVE-2026-10865 Cost Calculator Builder <= 4.0.11 - Unauthenticated Sensitive Information Exposure of Payment Gateway Secret Keys

The Cost Calculator Builder plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 4.0.11 via the template body. This makes it possible for unauthenticated attackers to extract the plaintext Stripe secret key, Razorpay secret key, and PayPal...

5.3CVSS0.00576EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2026/07/11 3:29 a.m.15 views

SUSE CVE-2026-12590

Impact: In body-parser versions prior to 1.20.6 1.x line and 2.3.0 2.x line, when the parser is configured with an invalid limit option value such as an unparseable string or NaN, bytes.parse returns null and the request body size check is silently skipped. Applications that rely on limit as thei...

5.9CVSS6.1AI score0.00412EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/10 9:16 p.m.6 views

AZL-92358 CVE-2026-57212 affecting package rabbitmq-server for versions less than 3.13.7-8

RabbitMQ is a messaging and streaming broker. Prior to 3.13.14, 4.0.19, 4.1.10, and 4.2.5, the rabbitmqmanagement HTTP API accepts oversized valid JSON bodies on withdecode and directrequest paths because readcompletebody checks the accumulated size before the final chunk but not the final combin...

7.7CVSS5.9AI score0.00735EPSS
SaveExploits1References1
Rows per page
Query Builder