LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36369: An issue was discovered in Dropbear through 2020.81.

An issue was discovered in Dropbear through 2020.81. Due to a non-RFC-compliant check of the available authentication methods in the client-side SSH code, it is possible for an SSH server to change the login process in its favor. This attack can bypass additional security measures such as FIDO2 tokens or SSH-Askpass. Thus, it allows an attacker to abuse a forwarded agent for logging on to another server unnoticed.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-36369 affects Dropbear SSH client code through 2020.81. A malicious SSH server can alter the login flow so extra protections such as FIDO2 tokens or SSH-Askpass are bypassed, potentially abusing a forwarded SSH agent to access another server without the user noticing.

Executive priority

Prioritize remediation for environments using Dropbear clients with agent forwarding, especially embedded systems and administrative jump workflows. This is not described as actively exploited, but the business risk is unauthorized downstream SSH access through trusted credentials.

Technical view

The issue is an authentication-method validation flaw (CWE-287) in Dropbear client-side SSH code. The CVE describes a non-RFC-compliant check that lets the server influence authentication in its favor. CVSS 3.1 rates it 7.5 high, with high integrity impact and no confidentiality or availability impact stated.

Likely exposure

Likely exposure is systems using Dropbear as an SSH client through version 2020.81, especially where SSH agent forwarding or additional client-side authentication protections are used. The bundle does not provide CPEs or a complete product matrix, so asset validation is required.

Exploitation context

The source bundle does not cite active exploitation, and the CVE is not marked KEV. The described scenario involves a hostile SSH server manipulating the client login process and potentially misusing a forwarded agent. No exploit procedure is provided or inferred here.

Researcher notes

Evidence is strongest for Dropbear through 2020.81 and the client-side authentication-method logic fixed through upstream and distribution updates. The bundle lacks CPEs, detailed affected downstream products, and exploit telemetry, so avoid broad exposure claims beyond confirmed Dropbear usage.

Mitigation direction

  • Inventory Dropbear client versions and identify deployments through 2020.81.
  • Upgrade to a vendor-supported Dropbear release or distribution package containing the fix.
  • Review Dropbear 2022.82 release information and Debian DLA guidance where applicable.
  • Restrict SSH agent forwarding where it is not operationally necessary.
  • Check vendor advisories for embedded or appliance firmware using Dropbear.

Validation and detection

  • Confirm installed Dropbear versions on managed servers, appliances, and images.
  • Identify workflows where users connect with Dropbear clients to untrusted SSH servers.
  • Review SSH configurations for agent forwarding exposure.
  • Verify upgraded packages come from the OS vendor or Dropbear release channel.
  • Document exceptions where vendor firmware has not yet provided an update.
Prepared
Confidence
medium
Sources
6

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
cve · low confidence lookup

CVE-2021-36369 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/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
0Timeline events
0ADP providers
5Source links

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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2021-36369Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/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
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.