Fedora Account System
Red Hat Associate
Red Hat Customer
A flaw was found in libssh client-side ProxyCommand handling. In ssh_socket_connect_proxycommand() in src/socket.c, the return value of fork() was not checked before being stored as the proxy child PID. If fork() fails, the value -1 can be retained in state and later used during cleanup, causing signals to be sent across the caller's accessible process tree. In deployments that use ProxyCommand, this can lead to local denial of service.