LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31218: 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 low-privileged user can trigger a repair path that may create a new file anywhere on the system as SYSTEM. That can undermine endpoint integrity and confidentiality on affected engineering or automation workstations.

Executive priority

Treat this as a high-priority endpoint hardening issue for ABB engineering environments. It is not described as remotely exploitable or actively exploited in the provided sources, but successful abuse can give local users SYSTEM-level file write capability and may support broader compromise.

Technical view

CVE-2022-31218 is a CWE-59 link-following vulnerability with CVSS 7.8. The reported condition lets a low-privileged local attacker write arbitrary content to a non-existing file as SYSTEM through the Drive Composer installer repair operation. Scope is unchanged, with high confidentiality, integrity, and availability impact.

Likely exposure

Likely exposure is limited to systems where affected ABB Drive Composer entry, Drive Composer pro, ABB Automation Builder, or Mint WorkBench components are installed or their installer repair functionality remains available. The provided version data includes unspecified entries, so teams should validate against ABB guidance.

Exploitation context

The source bundle does not identify active exploitation, and KEV is false. Exploitation requires local low-privileged access, but no user interaction is required once the attacker has that access. The practical risk is higher on shared engineering workstations or systems with broad local user access.

Researcher notes

The key primitive is arbitrary creation of a previously non-existing file as SYSTEM via link-following during repair. Public evidence here does not include exploit details, patch versions, or detection indicators. Validation should focus on product/version presence, local repair exposure, and post-remediation behavior.

Mitigation direction

  • Review ABB advisory 9AKK108467A0305 for the supported fix or workaround.
  • Inventory affected ABB Drive Composer-related installations and installer repair availability.
  • Apply ABB-recommended updates or mitigations once confirmed for your installed version.
  • Restrict local interactive access on affected engineering workstations.
  • Monitor for unexpected SYSTEM-created files in sensitive paths.

Validation and detection

  • Confirm whether listed ABB products and versions exist on managed endpoints.
  • Check whether low-privileged users can access installer repair functionality.
  • Review endpoint logs for installer repair activity by non-administrative users.
  • Look for unusual newly created files owned or written by SYSTEM.
  • Verify remediation status against ABB’s advisory, not only installed product names.
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-31218 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-31218Attack 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.