Lucene search
+L

383 matches found

OSV
OSV
added 2026/04/07 12:16 p.m.22 views

UBUNTU-CVE-2026-31842

Tinyproxy through 1.11.3 is vulnerable to HTTP request parsing desynchronization due to a case-sensitive comparison of the Transfer-Encoding header in src/reqs.c. The ischunkedtransfer function uses strcmp to compare the header value against "chunked", even though RFC 7230 specifies that...

8.7CVSS5.3AI score0.00574EPSS
SaveExploits1References4
CVE
CVE
added 2026/04/07 11:17 a.m.65 views

CVE-2026-31842

Tinyproxy 1.11.3 is vulnerable to HTTP request parsing desynchronization due to a case-sensitive Transfer-Encoding check in is_chunked_transfer() (strcmp against "chunked"). RFC 7230 requires case-insensitive transfer-coding names. An unauthenticated attacker sending Transfer-Encoding: Chunked ca...

8.7CVSS5.2AI score0.00574EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/07 12:00 a.m.13 views

PT-2026-30811

Name of the Vulnerable Software and Affected Versions Tinyproxy versions 1.0 through 1.11.3 Description An issue exists in the way the Transfer-Encoding header is parsed in src/reqs.c. The is chunked transfer function uses strcmp to compare the header value against "chunked", failing to account f...

8.7CVSS5.8AI score0.00574EPSS
SaveExploits1References11
EUVD
EUVD
added 2026/04/02 8:34 p.m.14 views

EUVD-2026-18388

Rack's multipart parsing without Content-Length header allows unbounded chunked file uploads...

7.5CVSS5.8AI score0.00369EPSS
SaveExploits0References2
RubySec
RubySec
added 2026/04/02 12:00 a.m.53 views

Rack's multipart parsing without Content-Length header allows unbounded chunked file uploads

Summary Rack::Multipart::Parser only wraps the request body in a BoundedIO when CONTENTLENGTH is present. When a multipart/form-data request is sent without a Content-Length header, such as with HTTP chunked transfer encoding, multipart parsing continues until end-of-stream with no total size...

7.5CVSS5.9AI score0.00369EPSS
SaveExploits0References1Affected Software1
RedhatCVE
RedhatCVE
added 2026/03/30 10:30 a.m.9 views

CVE-2026-3945

A flaw was found in tinyproxy. An unauthenticated remote attacker can exploit an integer overflow vulnerability in the HTTP chunked transfer encoding parser. By sending a crafted HTTP request with a specially formed chunk size, the attacker can cause the proxy to miscalculate the size of incoming...

8.7CVSS5.9AI score0.00579EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/30 8:16 a.m.9 views

UBUNTU-CVE-2026-3945

An integer overflow vulnerability in the HTTP chunked transfer encoding parser in tinyproxy up to and including version 1.11.3 allows an unauthenticated remote attacker to cause a denial of service DoS. The issue occurs because chunk size values are parsed using strtol without properly validating...

8.7CVSS5.3AI score0.00579EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/03/30 7:05 a.m.6 views

CVE-2026-3945 tinyproxy Integer Overflow in HTTP Chunked Transfer-Encoding Parser Leading to Denial of Service

An integer overflow vulnerability in the HTTP chunked transfer encoding parser in tinyproxy up to and including version 1.11.3 allows an unauthenticated remote attacker to cause a denial of service DoS. The issue occurs because chunk size values are parsed using strtol without properly validating...

8.7CVSS5.3AI score0.00579EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/03/30 7:05 a.m.7 views

CVE-2026-3945

An integer overflow vulnerability in the HTTP chunked transfer encoding parser in tinyproxy up to and including version 1.11.3 allows an unauthenticated remote attacker to cause a denial of service DoS. The issue occurs because chunk size values are parsed using strtol without properly validating...

8.7CVSS6AI score0.00579EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/03/30 7:05 a.m.21 views

CVE-2026-3945

An integer overflow vulnerability in the HTTP chunked transfer encoding parser in tinyproxy up to and including version 1.11.3 allows an unauthenticated remote attacker to cause a denial of service DoS. The issue occurs because chunk size values are parsed using strtol without properly validating...

8.7CVSS5.3AI score0.00579EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/03/28 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-33870

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Netty is an asynchronous, event-driven network application framework. In versions prior to 4.1.132.Final and 4.2.10.Final, Netty incorrectly parses quoted strin...

7.5CVSS6.5AI score0.0064EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/03/27 7:54 p.m.7 views

CVE-2026-33870

Netty is an asynchronous, event-driven network application framework. In versions prior to 4.1.132.Final and 4.2.10.Final, Netty incorrectly parses quoted strings in HTTP/1.1 chunked transfer encoding extension values, enabling request smuggling attacks. Versions 4.1.132.Final and 4.2.10.Final fi...

7.5CVSS5.9AI score0.0064EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/03/26 6:48 p.m.18 views

GHSA-PWQR-WMGM-9RR8 Netty: HTTP Request Smuggling via Chunked Extension Quoted-String Parsing

Summary Netty incorrectly parses quoted strings in HTTP/1.1 chunked transfer encoding extension values, enabling request smuggling attacks. Background This vulnerability is a new variant discovered during research into the "Funky Chunks" HTTP request smuggling techniques: - - The original researc...

7.5CVSS6.1AI score0.0064EPSS
SaveExploits1References6
Veracode
Veracode
added 2026/03/26 7:28 a.m.12 views

HTTP Request Smuggling

Next.js is vulnerable to HTTP Request Smuggling. The vulnerability is due to improper handling of Transfer-Encoding: chunked and Content-Length headers during proxy rewrites, which allows an attacker to craft malicious DELETE/OPTIONS requests and smuggle unauthorized requests to unintended backen...

6.5CVSS5.8AI score0.00427EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/03/20 2:16 a.m.21 views

CVE-2026-32881

ewe is a Gleam web server. ewe is a Gleam web server. Versions 0.6.0 through 3.0.4 are vulnerable to authentication bypass or spoofed proxy-trust headers. Chunked transfer encoding trailer handling merges declared trailer fields into req.headers after body parsing, but the denylist only blocks 9...

5.3CVSS0.00386EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2026/03/20 12:00 a.m.10 views

Next.js Framework 9.5.x < 15.5.3 / 16.x < 16.1.7 HTTP Request Smuggling (GHSA-ggv3-7p47-pfv8)

The Next.js Framework on the remote host is affected by an HTTP request smuggling vulnerability: - A vulnerability exists in Next.js proxy rewrites where a crafted DELETE/OPTIONS request using Transfer-Encoding: chunked could trigger request boundary disagreement between the proxy and backend. An...

6.5CVSS6.7AI score0.00427EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/03/20 12:00 a.m.15 views

ewe 安全漏洞

ewe is a lightweight web server build package developed by Vladislav Shakitskiy. Versions of ewe 3.0.4 and earlier contained security vulnerabilities, which stemmed from improper handling of the chunk transfer encoding at the end of the transmission. These vulnerabilities could lead to...

5.3CVSS5.8AI score0.00386EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/03/18 12:30 a.m.47 views

CVE-2026-29057 Next.js: HTTP request smuggling in rewrites

Next.js is a React framework for building full-stack web applications. Starting in version 9.5.0 and prior to versions 15.5.13 and 16.1.7, when Next.js rewrites proxy traffic to an external backend, a crafted DELETE/OPTIONS request using Transfer-Encoding: chunked could trigger request boundary...

6.3CVSS0.00427EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/03/18 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-29057

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Next.js is a React framework for building full-stack web applications. Starting in version 9.5.0 and prior to versions 15.5.13 and 16.1.7, when Next.js rewrites...

6.5CVSS5.9AI score0.00427EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/03/17 4:17 p.m.14 views

Next.js: HTTP request smuggling in rewrites

Summary When Next.js rewrites proxy traffic to an external backend, a crafted DELETE/OPTIONS request using Transfer-Encoding: chunked could trigger request boundary disagreement between the proxy and backend. This could allow request smuggling through rewritten routes. Impact An attacker could...

6.5CVSS5.9AI score0.00427EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder