SECURITYCRITICALCVE-2026-78308

CVE-2026-78308: DIAEnergie Authentication Bypass Grants Unauthenticated Admin Access

A critical, pre-auth flaw in Delta Electronics' DIAEnergie ICS energy-management platform lets remote attackers bypass login entirely.

Dylan H.

Security Team

September 24, 2026
6 min read
CVE-2026-78308: DIAEnergie Authentication Bypass Grants Unauthenticated Admin Access

Critical severity

Rated critical. Prioritise patching — see the remediation guidance below.

Affected Products

  • DIAEnergie before 1.11.00.022

Executive Summary

CVE-2026-78308 is a critical Improper Authentication vulnerability (CWE-287) in Delta Electronics' DIAEnergie, an industrial and building energy-management platform used to monitor and control power consumption, metering, and distribution equipment in ICS/OT-adjacent environments. The flaw allows a remote, unauthenticated attacker to bypass DIAEnergie's login mechanism entirely, gaining access equivalent to a legitimate authenticated user without supplying valid credentials.

The vulnerability was reserved on August 24, 2026, assigned by Deltaww, and published to the National Vulnerability Database (NVD) on September 24, 2026. It carries a CVSS 3.1 score of 9.8 (Critical), vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H — reflecting a flaw that is reachable over the network, trivial to exploit (no special conditions), requires no privileges and no user interaction, and fully compromises confidentiality, integrity, and availability of the affected instance.

CVE-2026-78308 was disclosed alongside five related DIAEnergie vulnerabilities in the same vendor advisory: CVE-2026-78309 (SQL Injection, CVSS 8.8), CVE-2026-78310 (Authorization Bypass Through User-Controlled Key, CVSS 4.3), CVE-2026-78311 (SQL Injection, CVSS 8.8), CVE-2026-78312 (Path Traversal, CVSS 9.1), and CVE-2026-78313 (Improper Access Control, CVSS 6.5) — documented together by Delta Electronics as Delta-PCSA-2026-00014. Public advisories reviewed do not disclose the specific vulnerable endpoint, file, or code path behind the authentication bypass. As of publication, there is no confirmed public proof-of-concept exploit and the CVE is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, though the combination of network reachability, zero required privileges, and a maximum-severity impact rating makes this a priority patch for any DIAEnergie deployment.


Vulnerability Overview

FieldValue
CVE IDCVE-2026-78308
CVSS 3.1 Score9.8 (Critical) — CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
TypeImproper Authentication / Authentication Bypass (CWE-287)
ProductDelta Electronics DIAEnergie (industrial/building energy-management software)
Attack VectorNetwork
Privileges RequiredNone
User InteractionNone
AssignerDeltaww
ReservedAugust 24, 2026
PublishedSeptember 24, 2026
Related AdvisoryDelta-PCSA-2026-00014 (batched with CVE-2026-78309 through CVE-2026-78313)

Affected Versions

ComponentAffected VersionFixed Version
Delta Electronics DIAEnergieBefore 1.11.00.0221.11.00.022

Delta Electronics' vendor advisory (Delta-PCSA-2026-00014) covers this and five related DIAEnergie vulnerabilities together; upgrading to 1.11.00.022 or later addresses CVE-2026-78308. Organizations should confirm their update path directly against Delta's file center advisory, since DIAEnergie has a history of staged/withheld point releases for earlier CVEs in this product line.


Attack Vector

1. Attacker identifies a DIAEnergie instance (version before 1.11.00.022)
   reachable over the network — whether exposed directly to the
   internet or reachable from an internal/OT-adjacent network segment.
 
2. Attacker sends a request to the DIAEnergie web application that
   exploits the improper authentication logic (CWE-287), bypassing
   the normal login/credential-validation flow.
 
3. Because the underlying authentication check does not properly
   validate the requester's identity, the application grants access
   as if the request came from an authenticated, privileged session —
   without the attacker ever supplying valid credentials.
 
4. No prior account, session token, or user interaction is required;
   the vulnerable path is reachable pre-authentication.
 
5. With authenticated-level access to DIAEnergie, an attacker can
   potentially view and modify energy-management configuration and
   data, and pivot toward the related SQL injection (CVE-2026-78309,
   CVE-2026-78311) and path traversal (CVE-2026-78312) flaws
   disclosed in the same advisory batch for deeper compromise.

Public advisories reviewed at the time of writing do not name the specific vulnerable endpoint or code path — treat every internet- or LAN-reachable DIAEnergie instance below 1.11.00.022 as exploitable until patched.

Impact Assessment

Impact AreaDescription
ConfidentialityFull compromise (CVSS C:H) — attacker gains access to energy-management data, configuration, and metering records without credentials
IntegrityFull compromise (CVSS I:H) — attacker can potentially modify configuration, thresholds, or control parameters exposed through the application
AvailabilityFull compromise (CVSS A:H) — attacker-controlled access can disrupt monitoring/control functions the platform provides
Chained riskSame advisory batch includes SQL injection (CVE-2026-78309, CVE-2026-78311) and path traversal (CVE-2026-78312) — an authentication bypass removes the login barrier that would otherwise gate exploitation of those flaws
Deployment contextDIAEnergie sits in industrial/building energy-management environments; unauthorized access can extend beyond data exposure into operational disruption of monitored power infrastructure

Immediate Remediation

Patch first

  • Upgrade DIAEnergie to version 1.11.00.022 or later as soon as possible. This is the vendor-confirmed fixed version referenced in NVD's affected-version range.
  • Track Delta Electronics' file center and product security advisory Delta-PCSA-2026-00014 for the authoritative patch package and any update notices, since it also addresses the five related CVEs disclosed alongside this one.

Reduce exposure until patched

  • Never expose DIAEnergie directly to the internet. Place it behind a firewall or VPN gateway, accessible only from trusted management networks.
  • Segment DIAEnergie and any systems it manages onto an isolated OT/management VLAN, separate from general business and internet-facing networks.
  • Restrict network access to the DIAEnergie web interface to an explicit allow-list of trusted administrative source IPs.
  • Follow CISA's standing guidance for this product family: minimize network exposure for control-system devices, keep them off the public internet, and require secure remote access (VPN) rather than direct exposure.

Detection Indicators

IndicatorNotes
Unexpected authenticated-level actions with no matching login eventLook for administrative or data-access activity in DIAEnergie logs that has no corresponding successful authentication event
Requests to authentication-adjacent endpoints from unfamiliar source IPsReview web server / reverse proxy logs in front of DIAEnergie for anomalous request patterns targeting login or session-handling paths
DIAEnergie instances still below 1.11.00.022Inventory every deployment and its version; treat any instance below the fixed version as exposed
Internet-reachable DIAEnergie interfacesAudit firewall/NAT rules and external attack-surface scans for any DIAEnergie web interface reachable from outside your trusted network
Correlated activity with CVE-2026-78309/78311/78312Because this batch was disclosed together, watch for SQL-injection-style payloads or path-traversal patterns (../) in requests immediately following anomalous access, indicating a chained attack

Post-Remediation Steps

  1. Confirm the DIAEnergie version running in your environment and upgrade to 1.11.00.022 or later.
  2. Review Delta-PCSA-2026-00014 in full and remediate the related CVE-2026-78309 through CVE-2026-78313 findings in the same patch cycle.
  3. Audit network exposure for all DIAEnergie instances; remove any direct internet access and enforce VPN-only administrative access.
  4. Review authentication and access logs retroactively for signs of unauthenticated access prior to patching.
  5. Continue monitoring Delta Electronics' security advisory channel and CISA's ICS advisories page for a formal ICS-CERT advisory or updates to this disclosure.

References