CVE-2021-36368: An issue was discovered in OpenSSH before 8.9.
An issue was discovered in OpenSSH before 8.9. If a client is using public-key authentication with agent forwarding but without -oLogLevel=verbose, and an attacker has silently modified the server to support the None authentication option, then the user cannot determine whether FIDO authentication is going to confirm that the user wishes to connect to that server, or that the user wishes to allow that server to connect to a different server on the user's behalf. NOTE: the vendor's position is "this is not an authentication bypass, since nothing is being bypassed.
Security readout for executives and security teams
Plain-English summary
This is a low-severity OpenSSH client-side confusion issue. In a narrow situation involving public-key authentication, FIDO, and agent forwarding, a maliciously modified SSH server may make a user unclear about what a FIDO confirmation is approving. The vendor states this is not an authentication bypass.
Executive priority
Treat this as hygiene, not an emergency. Prioritize normal patching and SSH hardening, especially for administrators, developers, and automation users who connect to third-party or shared servers.
Technical view
OpenSSH before 8.9 can fail to clearly distinguish a local FIDO authentication confirmation from agent-forwarded authentication to another server when a server silently supports None authentication and logging is not verbose. CVSS is 3.7, with high attack complexity and limited confidentiality impact.
Likely exposure
Exposure is most likely for users running OpenSSH clients before 8.9 who use public-key/FIDO authentication with agent forwarding to servers they do not fully trust.
Exploitation context
The bundle does not show active exploitation, and CISA KEV is false. Abuse depends on a malicious or modified SSH server, agent forwarding, specific authentication behavior, and reduced user visibility.
Researcher notes
The key risk is user intent confusion, not bypassed authentication. The vendor explicitly disputes an authentication-bypass interpretation. Evidence is incomplete on broad product-specific exposure beyond OpenSSH before 8.9 and distribution tracker status.
Mitigation direction
Upgrade OpenSSH clients to 8.9 or later where available.
Check operating-system vendor advisories for backported fixes.
Avoid SSH agent forwarding to untrusted servers.
Use verbose SSH logging when agent forwarding is necessary.
Review SSH configurations that combine FIDO authentication and agent forwarding.
Validation and detection
Inventory OpenSSH client versions on administrator and developer workstations.
Identify systems or scripts using SSH agent forwarding.
Check whether FIDO-backed public-key authentication is used with SSH.
Review vendor package status for OpenSSH 8.9 fixes or backports.
Confirm users avoid agent forwarding to untrusted hosts.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-287: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-287 · source CWE mapping
Improper Authentication
Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.