# Hitachi Energy PROMOD V Exposes Power Grid Operations to Data Interception via Unencrypted Communications
## The Threat
Hitachi Energy has disclosed a critical vulnerability in PROMOD V, a software platform used to manage and optimize grid operations in the global energy sector. The flaw, tracked as CVE-2026-10763, stems from the application's reliance on unencrypted HTTP communications instead of HTTPS, creating a direct pathway for attackers to intercept, eavesdrop on, and manipulate sensitive operational data transmitted across networks.
The vulnerability exists because PROMOD V's underlying infrastructure—specifically its integration with the third-party Digipede Grid server—lacks native HTTPS support. This architectural dependency means that all communications between PROMOD V instances and Digipede servers traverse the network in cleartext, exposing authentication credentials, operational commands, and real-time grid state information to anyone positioned to observe network traffic.
For organizations operating critical energy infrastructure, this creates a textbook attack surface: an adversary positioned on the same network segment—whether through compromised corporate devices, rogue WiFi access points, or internet-facing infrastructure—could harvest session tokens, forge administrative commands, and hijack authenticated sessions without deploying malware or defeating any encryption. The impact ranges from data exfiltration to live manipulation of grid operations, making this far more than a passive confidentiality issue.
## Severity and Impact
| Attribute | Details |
|-----------|---------|
| CVE ID | CVE-2026-10763 |
| CVSS v3.1 Score | 7.1 (HIGH) |
| CVSS v3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N |
| CVSS v4.0 Score | 7.0 (HIGH) |
| CVSS v4.0 Vector | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N |
| CWE | CWE-1428: Reliance on HTTP instead of HTTPS |
| Attack Complexity | Low |
| Privileges Required | None |
| User Interaction | Required |
| Scope | Unchanged |
| Confidentiality | High Impact |
| Integrity | Low Impact |
| Availability | None |
## Affected Products
Hitachi Energy PROMOD V:
The vulnerability affects deployments worldwide across the energy sector, with Hitachi Energy headquarters in Switzerland coordinating the disclosure and remediation effort.
## Mitigations
Vendor-Provided Fix:
Hitachi Energy has released PROMOD V version 1.0.11, which includes HTTPS support and resolves the insecure HTTP transmission vulnerability. The upgrade path includes:
Interim Mitigations (Until Patching):
## References
---
## HackWire Analysis
This vulnerability exposes a persistent architectural weakness in industrial control systems: the reliance on third-party components that lag in security posture. Hitachi Energy cannot force HTTPS on PROMOD V without Digipede's cooperation—meaning security was constrained by a supply chain dependency rather than by business need or technical limitation. This pattern repeats across critical infrastructure globally, where legacy systems and vendor ecosystems create rigid constraints on security upgrades.
The requirement for user interaction (UI:R) might suggest lower urgency, but in practice, energy operators authenticate to PROMOD V routinely as part of normal grid management. A credential harvested via man-in-the-middle attack on unencrypted HTTP becomes immediately actionable for lateral movement, persistence, or operational sabotage. The CVSS score reflects high confidentiality impact (credential and session compromise) paired with low integrity impact—but that "low" understates the risk; hijacked sessions could issue real grid commands before detection.
What's noteworthy: energy utilities deploying PROMOD V face competing pressures. Critical infrastructure is hardened against external attack via air-gapping and network segmentation, but insider threats, supply chain compromises, and corporate network breaches routinely create internal network positions from which HTTP interception is trivial. A contractor's laptop on the same segment, a rogue WiFi access point in a utility substation, or a compromised VPN appliance all become viable attack vectors. The six-month patch window between 1.0.10 and 1.0.11 likely saw widespread deployment; utilities typically batch control system updates quarterly or semi-annually to minimize operational risk, meaning many organizations will remain exposed well into 2026.
The broader lesson: HTTPS is not optional in 2026, even for "secured" systems. Hitachi Energy's dependency on a third-party server for core communication should have triggered HTTPS as a non-negotiable requirement from the start. Organizations running older PROMOD V versions should prioritize this upgrade alongside other critical patches, and Hitachi Energy should commit to phasing out HTTP entirely in future releases.
— HackWire Editorial
## Related Coverage