Bug 2498178 (CVE-2026-59845) - CVE-2026-59845 libssh: libssh: denial of service via unchecked ProxyCommand fork() failure
Summary: CVE-2026-59845 libssh: libssh: denial of service via unchecked ProxyCommand f...
Keywords:
Status: NEW
Alias: CVE-2026-59845
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2503668
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-08 18:22 UTC by OSIDB Bzimport
Modified: 2026-07-21 15:03 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-08 18:22:43 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.