Cyber Resilience

CVE-2021-38406

HighCISA KEVActive ExploitationEUVD Exploited

Published: 17 September 2021

Published
17 September 2021
Modified
30 October 2025
KEV Added
25 August 2022
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.6213 98.4th percentile
Risk Priority 73 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2021-38406 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Deltaww Dopsoft. Its CVSS base score is 7.8 (High).

Operationally, ranked in the top 1.6% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-6 (Least Privilege).

Deeper analysis

Delta Electronic DOPSoft 2 versions 2.00.07 and prior contain a vulnerability in which the software lacks proper validation of user-supplied data when parsing specific project files. This produces multiple out-of-bounds write instances tracked under CWE-787.

An unauthenticated local attacker can supply a crafted project file that, once opened by a user, allows arbitrary code execution in the context of the current process. The attack vector requires user interaction but no privileges and yields high impact to confidentiality, integrity, and availability.

CISA has issued ICS advisory icsa-21-252-02 on the issue and lists the vulnerability in its known exploited vulnerabilities catalog.

EU & UK References

Vulnerability details

Delta Electronic DOPSoft 2 (Version 2.00.07 and prior) lacks proper validation of user-supplied data when parsing specific project files. This could result in multiple out-of-bounds write instances. An attacker could leverage this vulnerability to execute code in the context of…

more

the current process.

CWE(s)
KEV Date Added
25 August 2022

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

deltaww
dopsoft
2.00 — 2.00.07

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of user-supplied data in project files, eliminating the root cause of the out-of-bounds writes that enable code execution.

prevent

Enforces memory protections that can block or contain the out-of-bounds write primitives resulting from malformed DOPSoft project files.

prevent

Limits privileges of the process that opens untrusted project files, reducing the impact of successful arbitrary code execution.

References