LiveActive security incident?Get immediate response
CVE Record

CVE-2021-23281: Remote Code execution

Eaton Intelligent Power Manager (IPM) prior to 1.69 is vulnerable to unauthenticated remote code execution vulnerability. IPM software does not sanitize the date provided via coverterCheckList action in meta_driver_srv.js class. Attackers can send a specially crafted packet to make IPM connect to rouge SNMP server and execute attacker-controlled code.

CriticalCVSS 10Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Eaton Intelligent Power Manager versions before 1.69 have a critical unauthenticated remote code execution flaw. An attacker who can reach the vulnerable service could potentially run code through a malformed request path involving SNMP handling. This is high urgency for environments using IPM to monitor power infrastructure.

Executive priority

Treat this as urgent if Eaton IPM is present. The vulnerability can allow unauthenticated remote code execution and affects software used around power management operations. Prioritize asset discovery, version verification, and network restriction while applying the vendor-supported update path.

Technical view

CVE-2021-23281 is a CWE-94 code injection issue in Eaton IPM before 1.69. The source states IPM fails to sanitize a date value supplied through the coverterCheckList action in meta_driver_srv.js, allowing a crafted packet to trigger connection to a rogue SNMP server and execute attacker-controlled code.

Likely exposure

Exposure is likely limited to organizations running Eaton Intelligent Power Manager before 1.69. Risk is highest where IPM is reachable from untrusted networks or broader internal segments. The provided sources do not list CPEs, ports, deployment patterns, or exposed-instance counts.

Exploitation context

The CVSS 3.1 score is 10.0 with network access, low complexity, no privileges, and no user interaction. The bundle does not identify CISA KEV listing or active exploitation evidence, so active exploitation should not be assumed from these sources alone.

Researcher notes

The record provides a clear vulnerable version boundary and root cause but limited operational detail. It does not provide CPEs, exploit-in-the-wild evidence, public exploit status, or detailed remediation instructions beyond the pre-1.69 affected range and Eaton advisory reference.

Mitigation direction

  • Inventory Eaton IPM deployments and record installed versions.
  • Upgrade IPM versions prior to 1.69 following Eaton’s advisory.
  • Restrict IPM access to trusted management networks only.
  • Block unnecessary inbound access from user and internet-facing networks.
  • Review Eaton guidance for any additional compensating controls.

Validation and detection

  • Confirm whether Eaton IPM is installed in the environment.
  • Verify installed IPM versions are 1.69 or later.
  • Check whether IPM management interfaces are externally reachable.
  • Review firewall rules around IPM and SNMP-related connectivity.
  • Look for unexpected IPM connections to untrusted SNMP hosts.
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 · medium confidence lookup

CWE-94: 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-2021-23281 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
Critical
CVSS
10 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/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
10CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H3.96Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

10Critical
CVSS 3.1 vector shape for CVE-2021-23281Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/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
EatonIntelligent Power manager (IPM)unspecifiedListed
Weakness

CWE details

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

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.