3 matches found
CVE-2026-64541
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix UAF in smccdcrxhandler by pinning the socket smccdcrxhandler looks up the connection by token under the link group's connslock, drops the lock, and then dereferences conn and the smcsock derived from it, ending in...
CVE-2026-64541
The CVE-2026-64541 issue affects the Linux kernel SMC-R stack (net/smc) and is caused by a UAF in smc_cdc_rx_handler() when the socket is freed while a connection is still discoverable. The description states that smc_cdc_rx_handler() looks up the connection by token under conns_lock, releases th...
BadBlue 2.52 Web Server - Multiple Connections Denial of Service Vulnerabilities
!/usr/bin/perl BadBlue v2.52 Web Server - Multiple Connections DoS POC Code BadBlue Web Server can not handle many simultaneous connects from the same host, and will lock up until the connects stop This Proof Of Concept Written By GulfTech Security Research use Strict; use Socket; use IO::Socket;...