Lucene search
+L

39 matches found

RedhatCVE
RedhatCVE
•added 2026/09/18 5:33 p.m.•12 views

CVE-2026-61666

A flaw was found in websocket-driver. A remote attacker can exploit this vulnerability by sending a malformed Host header that does not conform to a valid host:port string. This action triggers an uncaught exception, leading to a Denial of Service DoS by crashing the WebSocket server and making i...

8.9CVSS5.8AI score0.00445EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/03 5:16 a.m.•9 views

DEBIAN-CVE-2026-84394

fast-uri accepts a host that contains an unbalanced or misplaced authority bracket without reporting an error. A host that starts with an opening bracket but does not end with a closing bracket is neither validated as an IP literal nor canonicalized as a domain name, so parse returns it as the ho...

7.5CVSS5.4AI score0.0038EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/02 8:25 p.m.•12 views

EUVD-2026-70282

fast-uri accepts a host that contains an unbalanced or misplaced authority bracket without reporting an error. A host that starts with an opening bracket but does not end with a closing bracket is neither validated as an IP literal nor canonicalized as a domain name, so parse returns it as the ho...

7.5CVSS5.9AI score0.0038EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/02 8:25 p.m.•46 views

CVE-2026-84394

fast-uri (a URI parsing library used by the Fastify ecosystem) contains a host confusion vulnerability: when a URI's authority contains an opening bracket [ without a matching closing bracket ], parse() returns the string as the host without error. Neither an IP literal nor a valid domain name is...

7.5CVSS5.9AI score0.0038EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
•added 2026/09/02 8:25 p.m.•8 views

CVE-2026-84394

fast-uri accepts a host that contains an unbalanced or misplaced authority bracket without reporting an error. A host that starts with an opening bracket but does not end with a closing bracket is neither validated as an IP literal nor canonicalized as a domain name, so parse returns it as the ho...

7.5CVSS5.4AI score0.0038EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/08/18 12:00 a.m.•12 views

Linux Distros Unpatched Vulnerability : CVE-2026-61666

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.2, WebSocket::Driver.server passes a malformed Host header to URI.parse in...

8.9CVSS5.9AI score0.00445EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/17 5:16 p.m.•12 views

DEBIAN-CVE-2026-61666

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.2, WebSocket::Driver.server passes a malformed Host header to URI.parse in lib/websocket/http/request.rb without catching URI::InvalidURIError, allowing a remote client to crash a TCP-backed WebSocket server when th...

8.9CVSS5.5AI score0.00445EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2026/08/17 4:16 p.m.•9 views

CVE-2026-61666 websocket-driver: Denial of service via malformed Host header

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.2, WebSocket::Driver.server passes a malformed Host header to URI.parse in lib/websocket/http/request.rb without catching URI::InvalidURIError, allowing a remote client to crash a TCP-backed WebSocket server when th...

8.9CVSS5.4AI score0.00445EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/17 4:16 p.m.•11 views

EUVD-2026-60264

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.2, WebSocket::Driver.server passes a malformed Host header to URI.parse in lib/websocket/http/request.rb without catching URI::InvalidURIError, allowing a remote client to crash a TCP-backed WebSocket server when th...

8.9CVSS5.4AI score0.00445EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/17 4:16 p.m.•40 views

CVE-2026-61666 websocket-driver: Denial of service via malformed Host header

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.2, WebSocket::Driver.server passes a malformed Host header to URI.parse in lib/websocket/http/request.rb without catching URI::InvalidURIError, allowing a remote client to crash a TCP-backed WebSocket server when th...

8.9CVSS0.00445EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/08/17 4:16 p.m.•38 views

CVE-2026-61666

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.2, WebSocket::Driver.server passes a malformed Host header to URI.parse in lib/websocket/http/request.rb without catching URI::InvalidURIError, allowing a remote client to crash a TCP-backed WebSocket server when th...

8.9CVSS5.4AI score0.00445EPSS
SaveExploits0References3Affected Software1
CVE
CVE
•added 2026/08/17 4:16 p.m.•109 views

CVE-2026-61666

CVE-2026-61666 affects the Ruby gem websocket-driver (a WebSocket protocol handler with pluggable I/O). In versions prior to 0.8.2 , WebSocket::Driver.server() passes a malformed Host header to URI.parse in lib/websocket/http/request.rb without catching URI::InvalidURIError. A remote client can e...

8.9CVSS5.4AI score0.00445EPSS
SaveExploits0References2
OSV
OSV
•added 2026/07/21 6:35 p.m.•9 views

GHSA-C2W2-PRH8-QM98 guzzlehttp/psr7: Host Confusion via Weak URI Host Validation

Impact guzzlehttp/psr7 did not reject URI host components containing authority delimiters /, ?, , @, or , an embedded port such as host:8080, or IPv6 brackets that do not frame the host such as ::1 or ::1. Uri::assertValidHost rejected only control characters, so these malformed hosts were...

4.2CVSS5.5AI score0.00317EPSS
SaveExploits0References6
OSV
OSV
•added 2026/07/21 6:34 p.m.•16 views

GHSA-2X63-GW47-W4MM websocket-driver-ruby: Denial of service via malformed Host header

Impact If this library is used to implement a WebSocket server on top of a TCP server, by using the WebSocket::Driver.server method, then a client can cause the server to crash by sending a Host header that is not a valid host:port string. When this happens, a URI::InvalidURIError exception is...

8.9CVSS5.5AI score0.00445EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/07/20 10:02 p.m.•34 views

EUVD-2026-41559

webpack-dev-server vulnerable to denial of service via a malformed Host or Origin header...

5.3CVSS5.2AI score0.00517EPSS
SaveExploits0References5
OSV
OSV
•added 2026/07/20 10:02 p.m.•24 views

GHSA-M28W-2PQF-7QGJ webpack-dev-server vulnerable to denial of service via a malformed Host or Origin header

Impact An unauthenticated peer that can reach the webpack-dev-server process can terminate it by sending either a normal HTTP request with a malformed Host header, or a WebSocket upgrade to the default /ws endpoint with a malformed Origin header. The malformed header triggers an uncaught exceptio...

5.3CVSS5.4AI score0.00517EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2026/07/20 10:02 p.m.•20 views

webpack-dev-server vulnerable to denial of service via a malformed Host or Origin header

Impact An unauthenticated peer that can reach the webpack-dev-server process can terminate it by sending either a normal HTTP request with a malformed Host header, or a WebSocket upgrade to the default /ws endpoint with a malformed Origin header. The malformed header triggers an uncaught exceptio...

5.3CVSS5.3AI score0.00517EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
•added 2026/07/08 8:21 p.m.•16 views

Uncaught Exception

Overview Affected versions of this package are vulnerable to Uncaught Exception in the server process when handling a malformed Host header. An attacker can cause the server to crash by sending a specially crafted Host header that is not a valid host:port string, resulting in an uncaught exceptio...

8.9CVSS6.1AI score0.00445EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/07/07 2:29 a.m.•19 views

SUSE CVE-2026-14631

webpack-dev-server versions 5.2.5 and earlier terminate the whole Node.js process when an unauthenticated peer sends either a normal HTTP request with a malformed Host header or a WebSocket upgrade to the default /ws endpoint with a malformed Origin header. The malformed value causes an uncaught...

5.3CVSS6AI score0.00517EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/03 5:23 p.m.•234 views

CVE-2026-14631

Vulnerability overview: CVE-2026-14631 affects webpack-dev-server up to version 5.2.5. An unauthenticated peer sending a normal HTTP request with a malformed Host header or a WebSocket upgrade to /ws with a malformed Origin header triggers an uncaught exception in the host-validation path, crashi...

5.3CVSS6AI score0.00517EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder