CyberRota Analysis
AI-GeneratedOpenSSH versions prior to 10.5 have a vulnerability in the ssh-agent that allows certain operations, such as adding tokens or using keys, to be executed remotely instead of being restricted to local execution. This misconfiguration arises from an issue with agent locking and the session-bind@openssh.com extension, potentially exposing sensitive authentication tokens to remote attackers. Organizations using affected versions of OpenSSH should prioritize patching to mitigate the risk of unauthorized access.
Original NVD 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.