LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31217: Drive Composer Link Following Local Privilege Escalation Vulnerability

Vulnerabilities in the Drive Composer allow a low privileged attacker to create and write to a file anywhere on the file system as SYSTEM with arbitrary content as long as the file does not already exist. The Drive Composer installer file allows a low-privileged user to run a "repair" operation on the product.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a local privilege escalation issue in ABB Drive Composer-related software. A standard user could abuse the installer repair path to create a new file anywhere as SYSTEM. That can turn ordinary workstation access into full machine compromise, especially on engineering systems.

Executive priority

Treat this as high priority for industrial engineering workstations. It does not appear internet-facing, but it can convert a foothold or shared-user access into SYSTEM-level compromise on machines that may support operational technology workflows.

Technical view

CVE-2022-31217 is a CWE-59 link-following flaw with CVSS 7.8. The source states the installer repair operation can let a low-privileged user write arbitrary content to a non-existing file anywhere on the filesystem as SYSTEM. Attack vector is local, low complexity, low privileges, no user interaction.

Likely exposure

Exposure is most likely on Windows engineering or operator workstations where ABB Drive Composer entry, Drive Composer pro, ABB Automation Builder, or Mint WorkBench components are installed. The source bundle does not provide precise vulnerable build ranges beyond the listed product/version entries.

Exploitation context

The source bundle does not cite active exploitation, and KEV status is false. Exploitation is local, requiring an existing low-privileged account on a machine with the vulnerable installer repair behavior. It is not described as remotely exploitable.

Researcher notes

Evidence supports a local privilege escalation via link following during installer repair. The bundle lacks detailed fixed-version or workaround text, so remediation should be anchored to ABB’s advisory. Avoid assuming broader ABB product exposure beyond the listed products.

Mitigation direction

  • Check ABB advisory 9AKK108467A0305 for affected builds and vendor-approved fixes.
  • Prioritize remediation on engineering workstations and shared systems with local user access.
  • Remove ABB software components where they are not operationally required.
  • Limit local interactive access to systems running the affected software.
  • Monitor for unexpected new files in protected filesystem locations.

Validation and detection

  • Inventory endpoints for the listed ABB products and installed versions.
  • Confirm whether each installation matches ABB advisory affected-build guidance.
  • Review whether low-privileged users can invoke installer repair operations.
  • Inspect security logs for suspicious SYSTEM-created files in unusual locations.
  • Document compensating controls where vendor remediation is pending.
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 · low confidence lookup

CWE-59: 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior 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-2022-31217 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.8 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2022-31217Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/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
ABBDrive Composer entry2.0, unspecifiedunaffected
ABBDrive Composer pro2.0, unspecifiedunaffected
ABBABB Automation Builder1.1.0, unspecifiedunaffected
ABBMint WorkBenchbuildunaffected
Weakness

CWE details

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

CWE-59 · source CWE mapping

Improper Link Resolution Before File Access ('Link Following')

Improper Link Resolution Before File Access ('Link Following') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.