LiveActive security incident?Get immediate response
CVE Record

CVE-2016-20012: OpenSSH through 8.7 allows remote attackers, who have a suspicion that a certain combination of username an...

OpenSSH through 8.7 allows remote attackers, who have a suspicion that a certain combination of username and public key is known to an SSH server, to test whether this suspicion is correct. This occurs because a challenge is sent only when that combination could be valid for a login session. NOTE: the vendor does not recognize user enumeration as a vulnerability for this product

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE describes an OpenSSH behavior that can confirm whether a suspected username and public key are associated with a server. It is an information leak, not a direct login bypass. The OpenSSH vendor does not recognize user enumeration as a vulnerability for this product, and the source bundle shows no confirmed active exploitation.

Executive priority

Treat this as a reconnaissance exposure, not an emergency compromise event. Prioritize internet-facing SSH and sensitive environments where confirming user-key relationships could aid targeted attacks. Fold remediation into SSH hardening and vendor patch review rather than disrupting operations without vendor direction.

Technical view

OpenSSH through 8.7 may send an authentication challenge only when a username and public key combination could be valid. That observable difference can act as an oracle for confirming suspected account-key relationships. The CVE maps to CWE-203 and CVSS 5.3 for low confidentiality impact with no integrity or availability impact.

Likely exposure

Exposure is most relevant for internet-reachable SSH services running OpenSSH through 8.7 where public-key authentication is enabled and username-key association is sensitive. The bundle does not provide authoritative CPEs or a complete affected product matrix.

Exploitation context

No KEV listing or provided source states active exploitation. Practical abuse would mainly support reconnaissance: validating guessed account and public-key relationships before other attacks. It does not provide credentials or code execution by itself.

Researcher notes

The key issue is an observable authentication-flow difference for suspected username/public-key pairs. The source bundle includes debate and notes that OpenSSH does not recognize user enumeration as a vulnerability. Avoid overstating impact: evidence supports information disclosure only, and exploit status is not established.

Mitigation direction

  • Check OpenSSH, OS, appliance, and cloud image vendor guidance for official handling.
  • Restrict SSH access to trusted networks, VPNs, or bastion hosts where feasible.
  • Remove stale accounts and unused authorized keys from exposed systems.
  • Use strong account monitoring and alerting for repeated failed SSH authentication attempts.
  • Review NetApp or other vendor advisories if SSH is embedded in managed products.

Validation and detection

  • Inventory externally reachable SSH services and record OpenSSH or vendor appliance versions.
  • Identify systems running OpenSSH through 8.7 or vendor builds based on that code line.
  • Confirm whether public-key authentication and local user accounts are exposed to untrusted networks.
  • Review SSH authentication logs for unusual repeated failures across users or keys.
  • Document exceptions where vendor guidance states no remediation or no product impact.
Prepared
Confidence
high
Sources
10

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-203: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-2016-20012 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
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/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
7Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical 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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2016-20012Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/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-203 · source CWE mapping

Observable Discrepancy

Observable Discrepancy represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.