Lucene search
+L

37 matches found

OSV
OSV
added 2023/07/06 8:40 p.m.11 views

USN-6208-1 golang-websocket vulnerability

It was discovered that Gorilla WebSocket incorrectly handled decoding WebSocket frames. An attacker could possibly use this issue to cause a crash, resulting in a denial of service...

7.5CVSS7.3AI score0.0212EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2022/08/06 5:20 a.m.301 views

Rust-WebSocket memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS7.2AI score0.01824EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2022/08/01 9:35 p.m.30 views

CVE-2022-35922 Memory allocation based on untrusted length in rust-websocket

Rust-WebSocket is a WebSocket RFC6455 library written in Rust. In versions prior to 0.26.5 untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based...

7.5CVSS7.6AI score
SaveExploits0References6
RustSec
RustSec
added 2022/08/01 12:0 p.m.64 views

Unbounded memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS1.1AI score0.01824EPSS
SaveExploits0Affected Software1
OpenVAS
OpenVAS
added 2022/07/06 12:0 a.m.20 views

Fedora: Security Advisory for golang-github-gobwas-ws (FEDORA-2022-fae3ecee19)

The remote host is missing an update for the Copyright C 2022 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

9.3CVSS8.9AI score0.0995EPSS
SaveExploits4References2
Fedora
Fedora
added 2022/07/04 1:35 a.m.42 views

[SECURITY] Fedora 36 Update: golang-github-gobwas-ws-1.1.0-3.fc36

Tiny WebSocket library for Go...

9.3CVSS8.2AI score0.0995EPSS
SaveExploits4
BDU FSTEC
BDU FSTEC
added 2021/10/05 12:0 a.m.10 views

The vulnerability of the client-server WebSocket library in Node-ws software, related to uncontrolled resource consumption, allows attackers to trigger a service failure.

The vulnerability of the client-server WebSocket library in Node-ws software is related to an incorrect interpretation of the “Sec-Websocket-Protocol” header. Exploiting this vulnerability can allow a remote attacker to cause service interruptions...

5.3CVSS6.3AI score0.02821EPSS
SaveExploits1References5Affected Software2
UbuntuCve
UbuntuCve
added 2021/05/25 7:15 p.m.263 views

CVE-2021-32640

ws is an open source WebSocket client and server library for Node.js. A specially crafted value of the Sec-Websocket-Protocol header can be used to significantly slow down a ws server. The vulnerability has been fixed in [email protected]...

5.3CVSS6.6AI score0.02821EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2021/05/25 6:25 p.m.49 views

CVE-2021-32640 ReDoS in Sec-Websocket-Protocol header

ws is an open source WebSocket client and server library for Node.js. A specially crafted value of the Sec-Websocket-Protocol header can be used to significantly slow down a ws server. The vulnerability has been fixed in [email protected]...

5.3CVSS5.8AI score0.02821EPSS
SaveExploits1References4
Debian CVE
Debian CVE
added 2021/05/25 6:25 p.m.75 views

CVE-2021-32640

ws is an open source WebSocket client and server library for Node.js. A specially crafted value of the Sec-Websocket-Protocol header can be used to significantly slow down a ws server. The vulnerability has been fixed in [email protected]...

5.3CVSS6.2AI score0.02821EPSS
SaveExploits1
OSV
OSV
added 2020/12/02 1:15 a.m.6 views

UBUNTU-CVE-2020-27813

An integer overflow vulnerability exists with the length of websocket frames received via a websocket connection. An attacker would use this flaw to cause a denial of service attack on an HTTP Server allowing websocket connections...

7.5CVSS6.8AI score0.0212EPSS
SaveExploits0References4
OSV
OSV
added 2019/06/04 7:37 p.m.12 views

GHSA-5V72-XG48-5RPM Denial of Service in ws

Affected versions of ws can crash when a specially crafted Sec-WebSocket-Extensions header containing Object.prototype property names as extension or parameter names is sent. Proof of concept const WebSocket = require'ws'; const net = require'net'; const wss = new WebSocket.Server port: 3000 ,...

7.5CVSS5.9AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2019/02/18 11:39 p.m.39 views

Authentication Bypass in console-io

Affected versions of the console-io package do not configure the underlying websocket library to require authentication, resulting in an authentication bypass vulnerability. As console-io allows terminal access on the server via a web page, an authentication bypass is essentially remote code...

10CVSS6.8AI score0.02369EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2018/05/31 8:29 p.m.8 views

DEBIAN-CVE-2016-10542

ws is a "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455". By sending an overly long websocket payload to a ws server, it is possible to crash the node process. This affects ws 1.1.0 and earlier...

7.5CVSS6.9AI score0.07539EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2018/05/31 8:29 p.m.28 views

CVE-2016-10542

ws is a "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455". By sending an overly long websocket payload to a ws server, it is possible to crash the node process. This affects ws 1.1.0 and earlier...

7.5CVSS7.1AI score0.07539EPSS
SaveExploits0References3
OSV
OSV
added 2018/05/31 8:29 p.m.6 views

UBUNTU-CVE-2016-10542

ws is a "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455". By sending an overly long websocket payload to a ws server, it is possible to crash the node process. This affects ws 1.1.0 and earlier...

7.5CVSS7.3AI score0.07539EPSS
SaveExploits0References4
Wallarm Lab
Wallarm Lab
added 2017/04/04 4:28 p.m.38 views

Using WebSocket as your Real Time Protocol? Wallam got you covered.

In the beginning there was http 1 or 2, web pages were static and did not do much beyond displaying static text and images. Life has changed since… Web applications discovered that bi-directional communication between the browser and the web server is essential. Of course, http protocol, with it’...

6.5AI score
SaveExploits0
Rows per page
Query Builder