LiveActive security incident?Get immediate response
CVE Record

CVE-2021-38402: Delta Electronics DOPSoft 2 Stack-Based Buffer Overflow

Delta Electronic DOPSoft 2 (Version 2.00.07 and prior) lacks proper validation of user-supplied data when parsing specific project files. This could lead to a stack-based buffer overflow while trying to copy to a buffer during font string handling. An attacker could leverage this vulnerability to execute code in the context of the current process.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability affects Delta Electronics DOPSoft 2 used for HMI project work. A specially crafted project file could crash the software or run code as the logged-in user. Business risk is highest where engineers or contractors open project files from outside trusted channels.

Executive priority

Treat this as a high-priority engineering workstation risk, not a broad internet-facing emergency. Prioritize asset discovery, trusted file handling, and vendor guidance review for teams using DOPSoft 2.

Technical view

DOPSoft 2 version 2.00.07 and prior improperly validates user-supplied project file data. During font string handling, copying data into a stack buffer can overflow it, enabling code execution in the current process context. CVSS 3.1 rates it 7.8 with local attack vector and required user interaction.

Likely exposure

Likely exposure is engineering workstations using Delta Electronics DOPSoft 2 version 2.00.07 or prior, especially where project files are exchanged with vendors, contractors, or remote sites.

Exploitation context

The provided sources do not indicate active exploitation, and the CVE is not marked as CISA KEV. Exploitation requires local handling of a malicious project file and user interaction, not unauthenticated network access.

Researcher notes

Evidence supports a stack-based buffer overflow in project file parsing, specifically font string handling. The source bundle names affected DOPSoft 2 version 2.00.07 and prior, but does not provide exploit details or a specific patch version.

Mitigation direction

  • Identify DOPSoft 2 installations at version 2.00.07 or prior.
  • Review Delta and CISA advisory guidance for vendor-directed remediation.
  • Restrict DOPSoft project files to trusted sources and verified transfer paths.
  • Run engineering workstations with least privilege and strong endpoint controls.
  • Isolate engineering workstations from enterprise and control networks where practical.

Validation and detection

  • Inventory DOPSoft 2 versions on engineering and contractor workstations.
  • Confirm whether users receive or open external DOPSoft project files.
  • Check endpoint telemetry for DOPSoft crashes during project file parsing.
  • Review allowlists, email controls, and file-transfer paths for project files.
  • Verify remediation decisions against the referenced CISA advisory.
Prepared
Confidence
high
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-121: 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-2021-38402 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:N/UI:R/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:N/UI:R/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-2021-38402Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Delta ElectronicsDOPSoft 2unspecifiedListed
Weakness

CWE details

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

CWE-121 · source CWE mapping

Stack-based Buffer Overflow

Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.