LiveActive security incident?Get immediate response
CVE Record

CVE-2019-19753: SimpleMiningOS through v1259 ships with SSH host keys baked into the installation image, which allows man-i...

SimpleMiningOS through v1259 ships with SSH host keys baked into the installation image, which allows man-in-the-middle attacks and makes identification of all public IPv4 nodes trivial with Shodan.io. NOTE: the vendor indicated that they have no plans to fix this, and discourage deployment using public IPv4.

CriticalCVSS 9.1Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

SimpleMiningOS through v1259 reused SSH host keys inside its installation image. That can let attackers impersonate systems during SSH connections and makes exposed public IPv4 nodes easier to identify. The vendor reportedly has no plans to fix it and discourages public IPv4 deployment.

Executive priority

Prioritize externally reachable mining systems. There is no vendor fix indicated in the source bundle, so risk reduction depends on removing public exposure, restricting management access, or replacing affected deployments.

Technical view

This is CWE-321: hard-coded cryptographic key. Reused SSH host keys break host identity guarantees, enabling man-in-the-middle risk where clients trust the shared key. The CVSS 3.1 score is 9.1. Sources name SimpleMiningOS through v1259, but the CVE record does not provide CPEs.

Likely exposure

Highest exposure is SimpleMiningOS through v1259 reachable over public IPv4, especially with SSH accessible from the internet. Internal-only deployments have lower exposure but still lack unique host identity if built from the affected image.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The described risk is practical: shared SSH host keys make impersonation possible and public IPv4 nodes easier to find through internet indexing.

Researcher notes

Evidence is limited to the CVE description and linked references. The record names SimpleMiningOS through v1259 and CWE-321, with no CPE data. Avoid claiming exploitation unless new public evidence appears.

Mitigation direction

  • Do not deploy affected SimpleMiningOS systems on public IPv4.
  • Restrict SSH access to private networks, VPNs, or trusted management paths.
  • Check vendor changelog and guidance before assuming any image-level fix exists.
  • Retire or replace exposed SimpleMiningOS through v1259 where feasible.
  • Treat default image SSH host identity as untrusted.

Validation and detection

  • Inventory SimpleMiningOS deployments and identify versions through v1259.
  • Confirm whether any affected node is reachable on public IPv4.
  • Review firewall and cloud rules for exposed SSH access.
  • Compare SSH host keys across owned installations for reuse.
  • Document compensating controls for any system that cannot be replaced.
Prepared
Confidence
medium
Sources
4

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

CWE-321: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2019-19753 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
Critical
CVSS
9.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/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
3Source 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
9.1CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N3.95.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.1Critical
CVSS 3.1 vector shape for CVE-2019-19753Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/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-321 · source CWE mapping

Use of Hard-coded Cryptographic Key

Use of Hard-coded Cryptographic Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.