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.
Published: 2026-08-11
Score: 3.5 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ssh-agent in OpenSSH releases prior to 10.5 includes logic that inadvertently allows certain agent operations to be invoked remotely. The flaw stems from a mismatch between the agent locking mechanisms and the session-bind@openssh.com extension, allowing an attacker with remote access to the agent socket to request the addition of tokens or the use of private keys. If executed, these actions could grant the attacker access to the attester's credentials or otherwise manipulate key material that is normally limited to local processes.

Affected Systems

OpenSSH implementations distributed by OpenBSD and other vendors are affected. Versions of OpenSSH that are earlier than 10.5 include the unpatched logic described above. The issue arises in environments that use ssh-agent either locally or as part of remote session handling.

Risk and Exploitability

With a CVSS score of 3.5, the vulnerability is considered low to moderate severity. The EPSS score of less than 1% indicates a very low probability of exploitation, and the flaw is not listed in the CISA KEV catalog. The likely attack vector involves remote interaction with the ssh-agent socket, which is typically protected only by local file ownership. Consequently, the risk of exploitation is primarily confined to systems where the agent socket is exposed or improperly secured.

Generated by OpenCVE AI on August 13, 2026 at 01:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenSSH to version 10.5 or later to address the flaw.
  • Restrict the permissions on the ssh-agent socket to the accessing user (for example, mode 0700 and owned by the user) to prevent unauthorized local access.
  • Limit the use of the session-bind@openssh.com extension or enforce agent locking in environments that utilize the ssh-agent remotely.

Generated by OpenCVE AI on August 13, 2026 at 01:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Title openssh: OpenSSH: ssh-agent allows remote execution of local operations
Weaknesses CWE-266
References
Metrics threat_severity

None

threat_severity

Low


Tue, 11 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
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.
First Time appeared Openbsd
Openbsd openssh
Weaknesses CWE-669
CPEs cpe:2.3:a:openbsd:openssh:*:*:*:*:*:*:*:*
Vendors & Products Openbsd
Openbsd openssh
References
Metrics cvssV3_1

{'score': 3.5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-11T20:16:37.888Z

Reserved: 2026-08-11T19:10:32.710Z

Link: CVE-2026-73281

cve-icon Vulnrichment

Updated: 2026-08-11T20:16:33.301Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T20:18:49.690

Modified: 2026-08-31T19:27:52.023

Link: CVE-2026-73281

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-11T19:10:33Z

Links: CVE-2026-73281 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T01:45:02Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment

  • CWE-669

    Incorrect Resource Transfer Between Spheres