Lucene search
+L

202 matches found

OSV
OSV
added 2023/09/13 5:15 p.m.17 views

AZL-34772 CVE-2023-4785 affecting package grpc for versions less than 1.62.0-2

Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms ex. Linux allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Jav...

7.5CVSS7.2AI score0.00666EPSS
SaveExploits0References1
NVD
NVD
added 2023/09/13 5:15 p.m.24 views

CVE-2023-4785

Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms ex. Linux allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Jav...

7.5CVSS7.3AI score0.00666EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2023/09/13 5:15 p.m.50 views

CVE-2023-4785

Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms ex. Linux allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Jav...

7.5CVSS7.1AI score0.00666EPSS
SaveExploits0References6
Prion
Prion
added 2023/09/13 5:15 p.m.31 views

Code injection

Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms ex. Linux allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Jav...

5CVSS7.2AI score0.00666EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2023/09/13 4:31 p.m.2823 views

CVE-2023-4785

CVE-2023-4785: Google gRPC core flaw — lack of error handling in the TCP server on posix platforms (e.g., Linux) can cause DoS when many connections are opened. Affected: gRPC C++, Python, Ruby (not Java/Go). Upgrades exist: CBLMariner advises grpc >= 1.62.0-2; IBM advisories for Cloud Pak for...

7.5CVSS7.2AI score0.00666EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2023/09/13 4:31 p.m.40 views

CVE-2023-4785

Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms ex. Linux allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Jav...

7.5CVSS7.3AI score0.00666EPSS
SaveExploits0
OSV
OSV
added 2023/09/13 4:31 p.m.27 views

CVE-2023-4785 Denial of Service in gRPC Core

Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms ex. Linux allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Jav...

7.5CVSS7.1AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2023/09/13 4:31 p.m.29 views

CVE-2023-4785 Denial of Service in gRPC Core

Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms ex. Linux allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Jav...

7.5CVSS7.2AI score0.00666EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2023/09/13 4:31 p.m.33 views

CVE-2023-4785 Denial of Service in gRPC Core

Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms ex. Linux allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Jav...

7.5CVSS7.4AI score0.00666EPSS
SaveExploits0References5
RubySec
RubySec
added 2023/09/13 12:00 a.m.34 views

Denial of Service Vulnerability in gRPC TCP Server (Posix-compatible platforms)

Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms ex. Linux allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Jav...

7.5CVSS7AI score0.00666EPSS
SaveExploits0References1Affected Software1
Veracode
Veracode
added 2023/06/27 7:44 a.m.33 views

Denial Of Service (DoS)

io.netty:netty-handler is vulnerable to Denial of Service DoS attacks. During TLS handshakes, the SniHandler class can allocate up to 16MB of heap for each channel. The SniHandler is used to establish a TCP server when the handler or channel has no idle timeout. In order to configure an SSL handl...

6.5CVSS6.6AI score0.02459EPSS
SaveExploits1References6Affected Software1
UbuntuCve
UbuntuCve
added 2023/06/22 11:15 p.m.35 views

CVE-2023-34462

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle...

6.5CVSS6.8AI score0.02459EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2023/06/22 11:00 p.m.36 views

CVE-2023-34462 netty-handler SniHandler 16MB allocation

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle...

6.5CVSS6.9AI score0.02459EPSS
SaveExploits1References5
CVE
CVE
added 2023/06/22 11:00 p.m.913 views

CVE-2023-34462

CVE-2023-34462 affects Netty SniHandler: during TLS handshake, it can allocate up to 16 MB of heap per channel (ByteBuf from ClientHello) if no idle timeout is set, enabling a crafted ClientHello to trigger memory growth and DoS. The issue is fixed in Netty 4.1.94.Final. Remediation: upgrade Nett...

6.5CVSS7.1AI score0.02459EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2023/06/22 11:00 p.m.35 views

CVE-2023-34462 netty-handler SniHandler 16MB allocation

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle...

6.5CVSS7.4AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2023/06/22 11:00 p.m.41 views

CVE-2023-34462

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle...

6.5CVSS7.2AI score0.02459EPSS
SaveExploits1
OSV
OSV
added 2023/06/20 4:33 p.m.40 views

GHSA-6MJQ-H674-J845 netty-handler SniHandler 16MB allocation

Summary The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle timeout, it can be used to make a TCP server using the SniHandler to allocate 16MB of heap. Details The SniHandler class is a handler that waits...

6.5CVSS7.3AI score0.02459EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2023/06/20 4:33 p.m.71 views

netty-handler SniHandler 16MB allocation

Summary The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle timeout, it can be used to make a TCP server using the SniHandler to allocate 16MB of heap. Details The SniHandler class is a handler that waits...

6.5CVSS7AI score0.02459EPSS
SaveExploits1References7Affected Software1
NVD
NVD
added 2023/04/14 3:15 a.m.32 views

CVE-2023-1285

Signal Handler Race Condition vulnerability in Mitsubishi Electric India GC-ENET-COM whose first 2 digits of 11-digit serial number of unit are "16" allows a remote unauthenticated attacker to cause a denial-of-service DoS condition in Ethernet communication by sending a large number of specially...

7.5CVSS7.6AI score0.00686EPSS
SaveExploits0References2
Prion
Prion
added 2023/04/14 3:15 a.m.24 views

Race condition

Signal Handler Race Condition vulnerability in Mitsubishi Electric India GC-ENET-COM whose first 2 digits of 11-digit serial number of unit are "16" allows a remote unauthenticated attacker to cause a denial-of-service DoS condition in Ethernet communication by sending a large number of specially...

2.6CVSS5.8AI score0.00686EPSS
SaveExploits0References2
Rows per page
Query Builder