Lucene search
+L

2727 matches found

Cvelist
Cvelist
added 2026/09/10 4:11 p.m.41 views

CVE-2026-88045 rclone: S3 multipart declared-length memory exhaustion

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.75.0 until 1.75.1, the serve S3 streamed multipart path in cmd/serve/s3/multipart.go passes attacker-controlled contentLength to multipart.NewRW.Reserve before reading request-body...

7.5CVSS0.00535EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/10 4:11 p.m.6 views

CVE-2026-88045 rclone: S3 multipart declared-length memory exhaustion

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.75.0 until 1.75.1, the serve S3 streamed multipart path in cmd/serve/s3/multipart.go passes attacker-controlled contentLength to multipart.NewRW.Reserve before reading request-body...

7.5CVSS6AI score
SaveExploits0References7
PyPA
PyPA
added 2026/09/10 9:45 a.m.9 views

HTTPX2: Conflicting Content-Length and Transfer-Encoding headers can be auto-generated

SummaryHTTPX2 can automatically add a Content-Length header to a request that already contains a caller-supplied Transfer-Encoding header. The resulting HTTP/1.1 request contains both framing headers, which can create an ambiguous message boundary and enable request smuggling or connection...

5.6CVSS5.7AI score0.00221EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/09/10 9:45 a.m.6 views

PYSEC-2026-3849 HTTPX2: Conflicting Content-Length and Transfer-Encoding headers can be auto-generated

Summary HTTPX2 can automatically add a Content-Length header to a request that already contains a caller-supplied Transfer-Encoding header. The resulting HTTP/1.1 request contains both framing headers, which can create an ambiguous message boundary and enable request smuggling or connection...

5.6CVSS5.7AI score0.00221EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.8 views

PT-2026-89501

Summary In streamed multipart mode, serve s3 passes the request's declared part length to multipart.NewRW.ReservecontentLength before reading any part data. Reserve immediately obtains enough 1 MiB pool pages for the entire declared length. The request handler therefore allocates attacker-selecte...

7.5CVSS6.1AI score0.00535EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.11 views

PT-2026-89681

Summary In streamed multipart mode, serve s3 passes the request's declared part length to multipart.NewRW.ReservecontentLength before reading any part data. Reserve immediately obtains enough 1 MiB pool pages for the entire declared length. The request handler therefore allocates attacker-selecte...

7.5CVSS6.1AI score0.00535EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/09 1:42 p.m.7 views

undici: undici: HTTP response splitting via retry interceptor

A flaw was found in undici. An attacker-controlled upstream server can exploit a vulnerability in the retry interceptor, which incorrectly appends data to a ranged retry response. This can cause the response body to be longer than the Content-Length observed by the application. Consequently, an...

3.7CVSS5.8AI score0.00239EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/09/08 8:46 p.m.8 views

HTTPX2: Conflicting Content-Length and Transfer-Encoding headers can be auto-generated

Summary HTTPX2 can automatically add a Content-Length header to a request that already contains a caller-supplied Transfer-Encoding header. The resulting HTTP/1.1 request contains both framing headers, which can create an ambiguous message boundary and enable request smuggling or connection...

5.6CVSS5.7AI score0.00221EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/09/08 8:46 p.m.6 views

GHSA-PF96-P4FJ-6566 HTTPX2: Conflicting Content-Length and Transfer-Encoding headers can be auto-generated

Summary HTTPX2 can automatically add a Content-Length header to a request that already contains a caller-supplied Transfer-Encoding header. The resulting HTTP/1.1 request contains both framing headers, which can create an ambiguous message boundary and enable request smuggling or connection...

5.6CVSS5.7AI score0.00221EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/08 8:46 p.m.11 views

EUVD-2026-70248

HTTPX2: Conflicting Content-Length and Transfer-Encoding headers can be auto-generated...

5.6CVSS5.7AI score0.00221EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/07 12:00 a.m.11 views

PT-2026-86741

A flaw in Node.js HTTP client can cause a request desynchronization for Node.js-based forwarding proxies that rebuild outbound headers from the visible IncomingMessage headers while piping the original body to a reused backend connection. Node.js can omit headers beyond maxHeadersCount /...

3.7CVSS5.3AI score0.00172EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/06 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-57164

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PJSIP is a free and open source multimedia communication library written in C. Prior to commit 8d5956a, a heap buffer overflow exists in the PJLIB-UTIL HTTP...

8.3CVSS6AI score0.00269EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/05 12:24 a.m.9 views

SUSE CVE-2026-84380

HTTPX2 is a next generation HTTP client for Python. Prior to 2.11.0, Request.prepare in src/httpx2/httpx2/models.py can add a body-derived Content-Length header to a request that already contains a caller-supplied Transfer-Encoding header because its setdefault processing checks each default head...

5.6CVSS5.8AI score0.00221EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/09/04 6:34 p.m.8 views

HTTP Request Smuggling

Overview org.webjars.npm:undici is an An HTTP/1.1 client, written from scratch for Node.js Affected versions of this package are vulnerable to HTTP Request Smuggling in the interceptors.retry interceptor, which resumes a partial response and appends the resumed bytes to an already-delivered body,...

6.3CVSS5.7AI score0.00239EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/09/04 6:34 p.m.9 views

HTTP Request Smuggling

Overview undici is an An HTTP/1.1 client, written from scratch for Node.js Affected versions of this package are vulnerable to HTTP Request Smuggling in the interceptors.retry interceptor, which resumes a partial response and appends the resumed bytes to an already-delivered body, so the delivere...

6.3CVSS5.7AI score0.00239EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 6:17 p.m.6 views

DEBIAN-CVE-2026-57164

PJSIP is a free and open source multimedia communication library written in C. Prior to commit 8d5956a, a heap buffer overflow exists in the PJLIB-UTIL HTTP client httpclient.c when buffering an HTTP response body. This affects applications that use the PJLIB-UTIL HTTP client to receive a whole...

5.9CVSS6.2AI score0.00269EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 6:17 p.m.7 views

CVE-2026-57164

PJSIP is a free and open source multimedia communication library written in C. Prior to commit 8d5956a, a heap buffer overflow exists in the PJLIB-UTIL HTTP client httpclient.c when buffering an HTTP response body. This affects applications that use the PJLIB-UTIL HTTP client to receive a whole...

8.3CVSS0.00269EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 6:17 p.m.6 views

DEBIAN-CVE-2026-18540

undici's retry interceptor can append the body of a ranged retry response to bytes already delivered from an earlier partial response while still presenting the original response's status and headers. This happens when an upstream server delivers part of a body without a trustworthy resume...

3.7CVSS5.7AI score0.00239EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/04 5:15 p.m.36 views

CVE-2026-18540 undici vulnerable to downstream response splitting via retry interceptor

undici's retry interceptor can append the body of a ranged retry response to bytes already delivered from an earlier partial response while still presenting the original response's status and headers. This happens when an upstream server delivers part of a body without a trustworthy resume...

3.7CVSS0.00239EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 5:11 p.m.4 views

CVE-2026-57164 PJSIP: Heap overflow in the HTTP client

PJSIP is a free and open source multimedia communication library written in C. Prior to commit 8d5956a, a heap buffer overflow exists in the PJLIB-UTIL HTTP client httpclient.c when buffering an HTTP response body. This affects applications that use the PJLIB-UTIL HTTP client to receive a whole...

8.3CVSS6.2AI score
SaveExploits0References4
Rows per page
Query Builder