Lucene search
+L

12010 matches found

Vulnrichment
Vulnrichment
added 2026/07/28 4:10 p.m.9 views

CVE-2026-67181 Rouille 0.3.3 - 3.6.2 HTTP Request Smuggling via proxy Transfer-Encoding Header

Rouille 0.3.3 through 3.6.2 contains an HTTP request smuggling vulnerability that allows remote attackers to desynchronize HTTP message boundaries by exploiting improper header forwarding in the proxy implementation. The proxy in src/proxy.rs forwards the client's Transfer-Encoding header to...

6.3CVSS5.9AI score0.00292EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/07/28 4:10 p.m.7 views

EUVD-2026-49890

Rouille 0.3.3 through 3.6.2 contains an HTTP request smuggling vulnerability that allows remote attackers to desynchronize HTTP message boundaries by exploiting improper header forwarding in the proxy implementation. The proxy in src/proxy.rs forwards the client's Transfer-Encoding header to...

6.3CVSS5.9AI score0.00292EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/28 4:10 p.m.4 views

CVE-2026-67181 Rouille 0.3.3 - 3.6.2 HTTP Request Smuggling via proxy Transfer-Encoding Header

Rouille 0.3.3 through 3.6.2 contains an HTTP request smuggling vulnerability that allows remote attackers to desynchronize HTTP message boundaries by exploiting improper header forwarding in the proxy implementation. The proxy in src/proxy.rs forwards the client's Transfer-Encoding header to...

6.3CVSS5.9AI score
SaveExploits0References5
CVE
CVE
added 2026/07/28 4:10 p.m.24 views

CVE-2026-67181

Rouille versions 0.3.3 through 3.6.2 are affected by an HTTP request smuggling vulnerability via the proxy Transfer-Encoding header. The issue arises because the proxy in src/proxy.rs forwards the client’s Transfer-Encoding header to upstream backends unchanged while transmitting a body that has ...

6.3CVSS5.9AI score0.00292EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/07/28 4:10 p.m.34 views

CVE-2026-67181 Rouille 0.3.3 - 3.6.2 HTTP Request Smuggling via proxy Transfer-Encoding Header

Rouille 0.3.3 through 3.6.2 contains an HTTP request smuggling vulnerability that allows remote attackers to desynchronize HTTP message boundaries by exploiting improper header forwarding in the proxy implementation. The proxy in src/proxy.rs forwards the client's Transfer-Encoding header to...

6.3CVSS0.00292EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/07/28 4:4 p.m.8 views

CVE-2026-66754

Rouille 0.1.6 through 3.6.2 contains a reachable assertion vulnerability in the Request::removeprefix function that allows remote unauthenticated attackers to crash the server by sending a crafted percent-encoded URL. Attackers can send a request whose decoded path matches a configured prefix whi...

8.2CVSS6AI score0.00401EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/28 4:4 p.m.40 views

CVE-2026-66754 Rouille 0.1.6 - 3.6.2 Reachable Assertion DoS via remove_prefix percent-encoding

Rouille 0.1.6 through 3.6.2 contains a reachable assertion vulnerability in the Request::removeprefix function that allows remote unauthenticated attackers to crash the server by sending a crafted percent-encoded URL. Attackers can send a request whose decoded path matches a configured prefix whi...

8.2CVSS0.00401EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/28 4:4 p.m.6 views

CVE-2026-66754 Rouille 0.1.6 - 3.6.2 Reachable Assertion DoS via remove_prefix percent-encoding

Rouille 0.1.6 through 3.6.2 contains a reachable assertion vulnerability in the Request::removeprefix function that allows remote unauthenticated attackers to crash the server by sending a crafted percent-encoded URL. Attackers can send a request whose decoded path matches a configured prefix whi...

8.2CVSS6AI score0.00401EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/28 4:4 p.m.28 views

CVE-2026-66754

Rouille 0.1.6–3.6.2 has a reachable assertion DoS in Request::remove_prefix. An unauthenticated attacker can crash the server by sending a crafted percent-encoded URL where the decoded path matches a configured prefix but the raw percent-encoded path does not, causing an assert! failure and resul...

8.2CVSS6AI score0.00401EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/28 3:44 p.m.5 views

CVE-2026-66752

tiny-http through 0.12.0 contains an HTTP request smuggling vulnerability that allows remote attackers to desynchronize request framing by sending a Transfer-Encoding header with any value, including non-chunked codings, which causes the library to unconditionally apply chunk-decoding and discard...

6.3CVSS5.9AI score0.00237EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/07/28 3:44 p.m.14 views

EUVD-2026-49881

tiny-http through 0.12.0 contains an HTTP request smuggling vulnerability that allows remote attackers to desynchronize request framing by sending a Transfer-Encoding header with any value, including non-chunked codings, which causes the library to unconditionally apply chunk-decoding and discard...

6.3CVSS5.9AI score0.00237EPSS
SaveExploits1References2
CVE
CVE
added 2026/07/28 3:44 p.m.19 views

CVE-2026-66752

CVE-2026-66752 affects tiny-http up to version 0.12.0. The vulnerability stems from HTTP request handling where Transfer-Encoding is parsed inconsistently, causing the library to unconditionally apply chunk-decoding while Content-Length may be ignored. This mismatch between tiny_http’s parsing an...

6.3CVSS5.9AI score0.00237EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/28 3:44 p.m.5 views

CVE-2026-66752 tiny-http 0.12.0 HTTP Request Smuggling via Transfer-Encoding Handling

tiny-http through 0.12.0 contains an HTTP request smuggling vulnerability that allows remote attackers to desynchronize request framing by sending a Transfer-Encoding header with any value, including non-chunked codings, which causes the library to unconditionally apply chunk-decoding and discard...

6.3CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/28 3:44 p.m.30 views

CVE-2026-66752 tiny-http 0.12.0 HTTP Request Smuggling via Transfer-Encoding Handling

tiny-http through 0.12.0 contains an HTTP request smuggling vulnerability that allows remote attackers to desynchronize request framing by sending a Transfer-Encoding header with any value, including non-chunked codings, which causes the library to unconditionally apply chunk-decoding and discard...

6.3CVSS0.00237EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/28 1:41 p.m.7 views

MAL-2026-11149 Malicious code in streak-core-math (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 073175f6a0065dc5cc00d30357053432c69fbc7aab8b92bbe4217ad3d54c5d3a index.mjs executes a top-level async IIFE on import that fetches https://f004.backblazeb2.com/file/dp8hbvocjd2fpza/helper.zip, unzips it into...

6AI score
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/28 12:0 a.m.31 views

CVE-2026-51267

...

0.00542EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/07/28 12:0 a.m.6 views

CVE-2026-51270

...

5.4AI score0.0043EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/28 12:0 a.m.4 views

FreeBSD : Erlang/OTP -- heap corruption decoding invalidly encoded large tuples (445df078-89e1-11f1-b35c-4c526214c986)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 445df078-89e1-11f1-b35c-4c526214c986 advisory. The Erlang/OTP team reports: Fixed heap corruption when an invalidly encoded tuple with an arity of 2^3...

5.1CVSS5.6AI score0.00126EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/28 12:0 a.m.12 views

PT-2026-65525

Rouille 0.3.3 through 3.6.2 contains an HTTP request smuggling vulnerability that allows remote attackers to desynchronize HTTP message boundaries by exploiting improper header forwarding in the proxy implementation. The proxy in src/proxy.rs forwards the client's Transfer-Encoding header to...

6.3CVSS5.9AI score0.00292EPSS
SaveExploits1References3
CVE
CVE
added 2026/07/28 12:0 a.m.19 views

CVE-2026-51267

CVE-2026-51267 entry is rejected/not used; not a security issue.

6.3AI score0.00542EPSS
SaveExploits0
Rows per page
Query Builder