2 matches found
CVE-2026-64541
CVE-2026-64541 – Linux kernel net/smc UAF fix . The vulnerability stems from smc_cdc_rx_handler() dereferencing a socket-connected smc_sock after releasing conns_lock, allowing a race with smc_lgr_unregister_conn() to free memory and potentially use freed memory. The fix pins the socket reference...
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;...