LiveActive security incident?Get immediate response
CVE Record

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.

LowCVSS 3.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

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.
Prepared
Confidence
high
Sources
7

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.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-36368 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Low
CVSS
3.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
2ADP providers
6Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
3.7CVSS 3.1LowCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N2.21.4CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

3.7Low
CVSS 3.1 vector shape for CVE-2021-36368Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.