CVE-2021-44463
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMissing DLLs, if replaced by an insider, could allow an attacker to achieve local privilege escalation on the DeltaV Distributed Control System Controllers and Workstations (All versions) when some DeltaV services are started.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceThis is a DLL hijacking vulnerability in DeltaV DCS where missing dynamic link libraries can be replaced by an insider to achieve local privilege escalation when DeltaV services start. The vulnerability stems from the application attempting to load DLLs from locations where an attacker with insider access could place malicious versions, allowing elevation from user-level to administrator or system privileges.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 13.3.1= 14= 14.3.1= r6CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm DeltaV installation and versionCheck the Windows registry under HKLM\SOFTWARE\Emerson\DeltaV or look for DeltaV installation directories (commonly C:\DeltaV or C:\Program Files\Emerson\DeltaV). Review any version information in the installation path or product documentation.Affected if The installed version matches 13.3.1, 14, 14.3.1, or r6.
-
Identify DLL search order configurationCheck the Windows registry key HKLM\System\CurrentControlSet\Control\Session Manager\SafeDllSearchMode. If set to 0, the current directory is searched before system directories.Affected if SafeDllSearchMode is set to 0 or is absent (defaulting to vulnerable behavior), and DeltaV loads DLLs from user-writable locations.
-
Review DeltaV service account privilegesExamine the DeltaV Windows services (via Services.msc) and check the 'Log on as' account for each DeltaV service. Identify if services run with elevated privileges (Local System, Administrator, or Domain Admin).Affected if DeltaV services run under privileged accounts (Local System, Administrator) and the DLL directories are writable by lower-privilege users.
-
Inspect file permissions on DeltaV directoriesUse icacls or Get-Acl PowerShell cmdlets to review access control lists on DeltaV installation directories and subdirectories. Check if standard users have Write or Write+Execute permissions.Affected if Non-admin users have Write access to directories from which DeltaV loads DLLs, enabling DLL replacement.
-
Scan for unexpected DLLs in DeltaV pathsEnumerate all DLL files in DeltaV installation directories and compare against known-good DLL inventory if available. Look for DLLs with unusual timestamps or names in application paths.Affected if Unexpected or unknown DLLs exist in DeltaV application directories, suggesting potential hijacking.
A user is affected if DeltaV version 13.3.1, 14, 14.3.1, or r6 is installed with vulnerable DLL search path settings and writable directory permissions that allow privilege escalation via DLL replacement.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataLocate and verify all expected DLLs in their proper directories with correct file permissions, implement DLL search order disabling, and ensure only signed/approved DLLs are loadable by DeltaV services. Consider application whitelening and restricting physical/logical access to the system.
- Consultation8.0 h
- Implementation12.0 h
- Testing16.0 h
- Review / QA8.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $12,160.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2021-44463 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2021-44463 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data