LiveActive security incident?Get immediate response
CVE Record

CVE-2021-23278: Arbitrary File delete

Eaton Intelligent Power Manager (IPM) prior to 1.69 is vulnerable to authenticated arbitrary file delete vulnerability induced due to improper input validation at server/maps_srv.js with action removeBackground and server/node_upgrade_srv.js with action removeFirmware. An attacker can send specially crafted packets to delete the files on the system where IPM software is installed.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Eaton Intelligent Power Manager before version 1.69 allows a logged-in attacker on an adjacent network to delete files from the system running IPM. The main business risk is disruption or loss of integrity on a power-management platform, not data theft. The CVE is high severity with CVSS 8.7.

Executive priority

Prioritize remediation if IPM supports operational power monitoring or continuity processes. The vulnerability can affect integrity and availability, so treat exposed pre-1.69 deployments as an operational resilience risk rather than a confidentiality incident by default.

Technical view

The issue is improper input validation in IPM server-side handlers: server/maps_srv.js action removeBackground and server/node_upgrade_srv.js action removeFirmware. An authenticated low-privilege attacker can send crafted packets to delete local files. CVSS indicates adjacent-network access, low complexity, no user interaction, changed scope, high integrity and availability impact.

Likely exposure

Organizations running Eaton Intelligent Power Manager prior to 1.69 are potentially exposed, especially where IPM is reachable from broader internal or management networks. The source does not identify specific platforms, deployment modes, or internet exposure requirements.

Exploitation context

The source bundle does not cite active exploitation, and this CVE is not marked KEV. Exploitation requires authentication and adjacent-network reachability, but low privileges and low complexity increase operational risk where IPM access is broadly available.

Researcher notes

Evidence is limited to CVE metadata and Eaton’s advisory reference in the bundle. The CVE names affected handlers and actions, but does not provide product configuration details, exploit telemetry, or broader affected-version granularity beyond IPM prior to 1.69.

Mitigation direction

  • Upgrade Eaton IPM to version 1.69 or later per vendor guidance.
  • Review Eaton’s advisory before applying compensating controls or upgrade plans.
  • Restrict IPM access to trusted management networks only.
  • Limit IPM accounts to required users and least privilege.
  • Monitor for unexpected file deletion or service instability on IPM hosts.

Validation and detection

  • Inventory Eaton IPM installations and record exact versions.
  • Flag any IPM instance below version 1.69 as vulnerable.
  • Confirm IPM is not reachable from untrusted network segments.
  • Review authenticated activity for removeBackground or removeFirmware action usage.
  • Check IPM host integrity and availability after suspicious activity.
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-20: 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
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. 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-23278 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.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/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
8.7CVSS 3.1HighCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H2.35.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.7High
CVSS 3.1 vector shape for CVE-2021-23278Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:N/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-20 · source CWE mapping

Improper Input Validation

Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.