Sceawere
Vulnerability Detail
CVE-2026-73281UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
OpenSSH ssh-agent Remote Operation Bypass
Vulnerability Metadata
- Severity
- Low
- Score / CVSS
- 3.5
- Creation Date
- 6h ago
- Vendor
- OpenBSD
- Product
- OpenSSH
- Attack Type
- CWE-669 Incorrect Resource Transfer Between Spheres
- Vector String
- CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
- Attack Complexity
- HIGH
Narrative and Response
Description
In ssh-agent in OpenSSH before 10.5, some operations can occur remotely but were intended to occur only locally, including operations that add tokens or use keys. This is caused by misinteraction between agent locking and the session-bind@openssh.com extension.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "3.5",
"pubDate": "2026-08-11T20:18:49.690Z",
"pubdate": "2026-08-11T20:18:49.690Z",
"executiveSummary": "An improper control flow flaw exists within ssh-agent in OpenSSH before 10.5, specifically involving a misinteraction between agent locking mechanisms and the session-bind@openssh.com extension. This vulnerability introduces a critical authorization bypass wherein operations intended strictly for local execution can be invoked remotely.\nThe primary impact of this vulnerability involves unauthorized remote actors performing privileged cryptographic operations, including the addition of new tokens and the unauthorized utilization of existing private keys loaded within the ssh-agent context. This compromises the integrity and confidentiality guarantees traditionally provided by local-only agent boundaries.\nAffected systems comprise any deployment utilizing vulnerable versions of OpenSSH prior to 10.5 where the ssh-agent is running and accessible. The risk implications are severe, as an attacker capable of establishing network interaction with the agent can leverage these exposed primitives to authenticate to other systems or escalate access.\nExploitation capabilities allow unauthorized remote entities to bypass architectural trust boundaries that restrict key utilization and token management to local socket interactions. Successful exploitation requires the targeted ssh-agent to be exposed to remote communication channels and vulnerable to the incorrect processing logic governed by the session-bind@openssh.com extension.",
"technicalDetails": "The vulnerability resides in the ssh-agent component of OpenSSH, specifically affecting versions prior to 10.5. The root cause is a logic flaw and misinteraction between the agent locking functionality and the session-bind@openssh.com protocol extension. Under secure architectural design, certain sensitive cryptographic operations—such as adding authentication tokens or issuing signatures using loaded private keys—are strictly restricted to local execution contexts via domain sockets.\nDue to the flawed interaction with the session-bind@openssh.com extension, validation checks fail to properly enforce these locality constraints for specific operations. Consequently, functionality that was strictly intended to occur only locally can be triggered across remote communication channels. The vulnerable component fails to correctly validate the origin and binding context of the incoming request, allowing remote procedure calls to execute operations reserved for local clients.\nThe attack flow proceeds as follows: an attacker with network reachability to the vulnerable ssh-agent service constructs a specially crafted request leveraging the session-bind@openssh.com extension. The agent processes the request while improperly evaluating the agent locking state and session binding parameters. Because the validation logic is bypassed, the agent treats the remote request as a legitimate local command. This permits the attacker to execute unauthorized post-exploitation behaviors, including injecting new keys into the agent's keystore or commanding the agent to perform cryptographic sign operations using existing keys.\nNetwork exposure is a prerequisite if the agent is reachable across a network interface rather than restricted strictly to a local Unix domain socket. Authentication and privilege requirements depend on the specific channel exposure, but the core flaw allows unauthenticated or remotely positioned actors to bypass intended authorization checks. The resulting post-exploitation impact includes unauthorized authentication to downstream services, potential lateral movement, and complete compromise of the cryptographic identity managed by the affected ssh-agent."
}