LiveActive security incident?Get immediate response
CVE Record

CVE-2021-44471: Delta Electronics DIAEnergie (Update A)

DIAEnergie Version 1.7.5 and prior is vulnerable to stored cross-site scripting when an unauthenticated user injects arbitrary code into the parameter “name” of the script “DIAE_HandlerAlarmGroup.ashx”.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Delta Electronics DIAEnergie 1.7.5 and earlier has a stored cross-site scripting flaw. An unauthenticated attacker can place arbitrary code in an alarm group name field, creating integrity risk when the application later renders that stored value.

Executive priority

Prioritize remediation where DIAEnergie is reachable beyond a trusted operational network. The issue enables unauthorized stored content changes, which can undermine operator trust and application integrity.

Technical view

The issue is CWE-79 stored XSS in DIAE_HandlerAlarmGroup.ashx via the name parameter. The CVSS 3.1 score is 7.5, network exploitable, low complexity, no privileges required, and rated high for integrity impact.

Likely exposure

Exposure is likely limited to organizations operating Delta Electronics DIAEnergie, especially version 1.7.5 or earlier. Internet-reachable or broadly accessible DIAEnergie instances would carry higher urgency.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation evidence. The flaw is notable because the source describes unauthenticated network injection into a stored application field.

Researcher notes

Evidence is limited to the CVE description and CISA ICS advisory reference in the bundle. Do not assume broader Delta product impact, exploit availability, or a specific patch unless confirmed in vendor guidance.

Mitigation direction

  • Check Delta and CISA advisory guidance for the current vendor-supported fix or mitigation.
  • Inventory DIAEnergie deployments and identify systems running version 1.7.5 or earlier.
  • Restrict access to DIAEnergie interfaces to trusted management networks.
  • Review application data for suspicious alarm group names or unexpected script-like content.

Validation and detection

  • Confirm deployed DIAEnergie versions against the advisory scope.
  • Verify whether DIAE_HandlerAlarmGroup.ashx is reachable from untrusted networks.
  • Review logs for unauthenticated requests modifying alarm group names.
  • Check stored alarm group records for unexpected markup or script-like values.
Prepared
Confidence
medium
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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-44471 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
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Delta ElectronicsDIAEnergieAllListed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.