LiveActive security incident?Get immediate response
CVE Record

CVE-2021-21866: A unsafe deserialization vulnerability exists in the ObjectManager.plugin ProfileInformation.ProfileData fu...

A unsafe deserialization vulnerability exists in the ObjectManager.plugin ProfileInformation.ProfileData functionality of CODESYS GmbH CODESYS Development System 3.5.16 and 3.5.17. A specially crafted file can lead to arbitrary command execution. An attacker can provide a malicious file to trigger this vulnerability.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-21866 affects CODESYS Development System versions 3.5.16 and 3.5.17. A malicious file opened by a user can cause code execution on the engineering workstation. The business risk is highest where CODESYS is used to manage industrial control or automation projects.

Executive priority

Treat this as a high-priority engineering workstation risk, not a broad internet-facing server issue. Prioritize sites using affected CODESYS versions for operational technology work.

Technical view

The issue is unsafe deserialization in ObjectManager.plugin ProfileInformation.ProfileData, classified as CWE-502. The CVSS 3.0 score is 8.8 with network attack vector, low complexity, no privileges required, and required user interaction. Successful exploitation can affect confidentiality, integrity, and availability.

Likely exposure

Exposure is likely limited to environments running CODESYS Development System 3.5.16 or 3.5.17, especially engineering workstations that receive project or profile files from outside trusted channels.

Exploitation context

The supplied sources describe exploitation through a specially crafted file and required user interaction. The bundle does not indicate CISA KEV listing or active exploitation evidence.

Researcher notes

Evidence supports arbitrary command execution through unsafe deserialization when a malicious file is processed. The supplied bundle does not name a fixed version or confirm exploitation in the wild, so remediation should be tied to CODESYS advisory guidance.

Mitigation direction

  • Inventory CODESYS Development System versions on engineering workstations.
  • Review CODESYS vendor guidance for the affected 3.5.16 and 3.5.17 versions.
  • Prevent users from opening untrusted CODESYS-related files.
  • Isolate engineering workstations from general email and web browsing paths.
  • Monitor endpoints for suspicious execution after opening project files.

Validation and detection

  • Confirm whether CODESYS Development System 3.5.16 or 3.5.17 is installed.
  • Identify workflows that import or open external CODESYS files.
  • Check endpoint logs for unusual process launches from CODESYS directories.
  • Verify vendor-recommended remediation has been applied where applicable.
Prepared
Confidence
medium
Sources
4

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 · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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-21866 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
8.8 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/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
3Source 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
8.8CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.8High
CVSS 3.0 vector shape for CVE-2021-21866Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aCODESYSCODESYS GmbH CODESYS Development System 3.5.16, CODESYS GmbH CODESYS Development System 3.5.17Listed
Weakness

CWE details

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

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.