LiveActive security incident?Get immediate response
CVE Record

CVE-2020-6650: Arbitrary code execution through “Update Manager” Class

UPS companion software v1.05 & Prior is affected by ‘Eval Injection’ vulnerability. The software does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call e.g.”eval” in “Update Manager” class when software attempts to see if there are updates available. This results in arbitrary code execution on the machine where software is installed.

HighCVSS 8.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Eaton UPS Companion Software v1.05 and earlier can execute attacker-controlled code when its Update Manager evaluates update-related input unsafely. If exploited, an affected machine could lose confidentiality, integrity, and availability. The evidence points to serious impact, but not broad internet exposure.

Executive priority

Treat this as high priority where the software manages power infrastructure or runs on sensitive hosts. The main urgency is preventing code execution on systems that may support business continuity, while recognizing no active exploitation evidence is provided.

Technical view

The vulnerability is CWE-95 eval injection in the Update Manager class during update checks. CVSS 3.1 is 8.3 with adjacent attack vector, high complexity, no privileges, no user interaction, scope change, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure appears limited to machines running Eaton UPS Companion Software v1.05 or earlier. The CVE data does not provide CPEs, operating-system scope, deployment prevalence, or named vulnerable configurations beyond the installed software.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. CVSS indicates exploitation requires adjacent access and high complexity, but no privileges or user interaction once conditions are met.

Researcher notes

Evidence is limited to the CVE description, CVSS vector, CWE-95 classification, and Eaton advisory reference. The bundle does not include patch details, exploit reports, proof-of-concept status, or detailed affected platform data.

Mitigation direction

  • Inventory hosts for Eaton UPS Companion Software v1.05 or earlier.
  • Review Eaton’s advisory for supported remediation or replacement guidance.
  • Remove or disable the software where it is not operationally required.
  • Restrict access to affected hosts from untrusted adjacent networks.
  • Prioritize remediation on systems managing critical power infrastructure.

Validation and detection

  • Confirm installed Eaton UPS Companion Software versions on managed endpoints.
  • Map affected hosts to UPS monitoring or power-management workflows.
  • Check whether affected hosts are reachable from adjacent untrusted networks.
  • Review vendor advisory status before approving continued use.
  • Document compensating controls where immediate remediation is not possible.
Prepared
Confidence
medium
Sources
3

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-95: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-2020-6650 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
8.3 (3.1)
Known Exploited
No
Published

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

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
2Source 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
8.3CVSS 3.1HighCVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H1.66Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.3High
CVSS 3.1 vector shape for CVE-2020-6650Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
EatonUPS Companion SoftwareunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-95 · source CWE mapping

Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')

Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.