Lucene search
+L

6485 matches found

Tenable Nessus
Tenable Nessus
added 2024/06/24 12:00 a.m.30 views

Amazon Linux AMI : tomcat8 (ALAS-2024-1941)

The version of tomcat8 installed on the remote host is prior to 8.5.99-1.97. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS-2024-1941 advisory. Denial of Service via incomplete cleanup vulnerability in Apache Tomcat. It was possible for WebSocket clients to keep...

7.5CVSS7.6AI score0.23072EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2024/06/23 12:00 a.m.36 views

Fedora 40 : tomcat (2024-c404b99f19)

The remote Fedora 40 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2024-c404b99f19 advisory. This update includes a rebase from 9.0.83 to 9.0.89. 2269611 CVE-2024-24549 tomcat: CVE-2024-24549: Apache Tomcat: HTTP/2 header handling DoS 226961...

7.5CVSS7.7AI score0.23072EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2024/06/21 12:00 a.m.8 views

PT-2025-14756

Name of the Vulnerable Software and Affected Versions libsoup affected versions not specified Description A flaw in libsoup allows the SoupWebsocketConnection to accept a large WebSocket message. This may cause libsoup to allocate memory and lead to a denial of service DoS. Recommendations At the...

7.8CVSS6.7AI score0.00821EPSS
SaveExploits0References150
Zero Day Initiative
Zero Day Initiative
added 2024/06/21 12:00 a.m.28 views

(Pwn2Own) Autel MaxiCharger AC Elite Business C50 WebSocket Base64 Decoding Stack-based Buffer Overflow Remote Code Execution Vulnerability

This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of Autel MaxiCharger AC Elite Business C50 chargers. Although authentication is required to exploit this vulnerability, the existing authentication mechanism can be bypassed. The specific flaw...

8CVSS7.6AI score0.00907EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/06/21 12:00 a.m.10 views

PT-2024-6138 · Autel · Autel Maxicharger Ac Elite Business C50

Name of the Vulnerable Software and Affected Versions: Autel MaxiCharger AC Elite Business C50 affected versions not specified Description: The issue is related to a stack-based buffer overflow vulnerability in the handling of base64-encoded data within WebSocket messages. This vulnerability allo...

8CVSS8AI score0.00907EPSS
SaveExploits0References9
IBM Security Bulletins
IBM Security Bulletins
added 2024/06/19 3:29 p.m.45 views

Security Bulletin: Vulnerabilities in Apache Tomcat affect IBM SAN Volume Controller, IBM Storwize, IBM Storage Virtualize and IBM FlashSystem products

Summary Vulnerabilities in Apache Tomcat affect the product's management GUI, potentially allowing denial of service. The Command Line Interface is unaffected. CVE-2024-23672, CVE-2024-24549. Vulnerability Details CVEID:CVE-2024-23672 DESCRIPTION: Apache Tomcat is vulnerable to a denial of servic...

7.5CVSS7.4AI score0.23072EPSS
SaveExploits1Affected Software10
NVD
NVD
added 2024/06/17 8:15 p.m.59 views

CVE-2024-37890

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] e55e510 and backported to [email protected] 22c2876, [email protected] eeb76d3, and [email protected]...

7.5CVSS0.01357EPSS
SaveExploits0References8
OSV
OSV
added 2024/06/17 8:15 p.m.4 views

DEBIAN-CVE-2024-37890

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] e55e510 and backported to [email protected] 22c2876, [email protected] eeb76d3, and [email protected]...

7.5CVSS6.7AI score0.01357EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/17 8:15 p.m.13 views

AZL-42808 CVE-2024-37890 affecting package reaper for versions less than 3.1.1-10

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] e55e510 and backported to [email protected] 22c2876, [email protected] eeb76d3, and [email protected]...

7.5CVSS6.7AI score0.01357EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/17 8:15 p.m.12 views

AZL-43600 CVE-2024-37890 affecting package js-jquery 3.5.0-4

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] e55e510 and backported to [email protected] 22c2876, [email protected] eeb76d3, and [email protected]...

7.5CVSS6.7AI score0.01357EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/06/17 8:15 p.m.364 views

CVE-2024-37890

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] e55e510 and backported to [email protected] 22c2876, [email protected] eeb76d3, and [email protected]...

7.5CVSS6.8AI score0.01357EPSS
SaveExploits0References13
OSV
OSV
added 2024/06/17 8:15 p.m.19 views

UBUNTU-CVE-2024-37890

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] e55e510 and backported to [email protected] 22c2876, [email protected] eeb76d3, and [email protected]...

7.5CVSS6.8AI score0.01357EPSS
SaveExploits0References14
Github Security Blog
Github Security Blog
added 2024/06/17 7:09 p.m.519 views

ws affected by a DoS when handling a request with many HTTP headers

Impact A request with a number of headers exceeding the server.maxHeadersCount threshold could be used to crash a ws server. Proof of concept js const http = require'http'; const WebSocket = require'ws'; const wss = new WebSocket.Server port: 0 , function const chars =...

7.5CVSS6.8AI score0.01357EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/06/17 7:09 p.m.9 views

GHSA-3H5V-Q93C-6H6Q ws affected by a DoS when handling a request with many HTTP headers

Impact A request with a number of headers exceeding the server.maxHeadersCount threshold could be used to crash a ws server. Proof of concept js const http = require'http'; const WebSocket = require'ws'; const wss = new WebSocket.Server port: 0 , function const chars =...

8.7CVSS6.8AI score0.01357EPSS
SaveExploits0References8
OSV
OSV
added 2024/06/17 7:09 p.m.38 views

CVE-2024-37890 Denial of service when handling a request with many HTTP headers in ws

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] e55e510 and backported to [email protected] 22c2876, [email protected] eeb76d3, and [email protected]...

7.5CVSS6.8AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/06/17 7:09 p.m.69 views

CVE-2024-37890 Denial of service when handling a request with many HTTP headers in ws

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] e55e510 and backported to [email protected] 22c2876, [email protected] eeb76d3, and [email protected]...

7.5CVSS7AI score0.01357EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/06/17 7:09 p.m.79 views

CVE-2024-37890

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] e55e510 and backported to [email protected] 22c2876, [email protected] eeb76d3, and [email protected]...

7.5CVSS6.7AI score0.01357EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/06/17 7:09 p.m.96 views

CVE-2024-37890 Denial of service when handling a request with many HTTP headers in ws

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] e55e510 and backported to [email protected] 22c2876, [email protected] eeb76d3, and [email protected]...

7.5CVSS0.01357EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/06/16 12:00 a.m.6 views

ws security breach

ws is a Node.js WebSocket library in the WebSockets open source. A security vulnerability exists in ws, which stems from a vulnerability that could cause the server to crash if the number of requested headers exceeds a threshold...

7.5CVSS6.8AI score0.01357EPSS
SaveExploits0References11
OSV
OSV
added 2024/06/15 12:00 a.m.13 views

OPENSUSE-SU-2024:13173-1 ruby3.2-rubygem-websocket-extensions-0.1.5-1.16 on GA media

These are all security issues fixed in the ruby3.2-rubygem-websocket-extensions-0.1.5-1.16 package on the GA media of openSUSE Tumbleweed...

7.5CVSS7.6AI score0.04526EPSS
SaveExploits1References1
Rows per page
Query Builder