# Siemens SIDIS Secured SmartPlug Carries a Stack of Unpatched CVEs Into Critical Infrastructure
## The Threat
Siemens has issued an advisory for its SIDIS Secured SmartPlug — an industrial smart outlet used in critical manufacturing environments worldwide — disclosing a cluster of vulnerabilities spanning OpenSSL, OpenSSH, BusyBox, and wireless authentication subsystems. The flaws range from side-channel attacks against Wi-Fi authentication protocols to a classic stack overflow in BusyBox, with one CVE scoring a perfect 9.8 on the CVSS scale. All versions prior to V7.26.0310 are affected.
What makes this advisory particularly notable is the combination of vulnerability classes present in a single device. You have cryptographic nonce reuse, cache-timing side channels against WPA3 SAE and EAP-pwd, a PKEX key bootstrapping flaw that can let an attacker silently compromise future associations, and memory corruption bugs in embedded firmware components. This isn't a single oversight — it's a backlog. Several of these CVEs date to 2022, meaning some of these weaknesses have existed in deployed devices for years before the patch landed.
The SmartPlug sits at the physical edge of industrial control environments: power monitoring, load management, and energy reporting in facilities that may also house manufacturing automation. An attacker with wireless adjacency — or network access — has a meaningful attack surface against a device that is by design always on and often overlooked in asset inventories.
## Severity and Impact
| CVE | CVSS Score | Severity | Vector String | CWE |
|---|---|---|---|---|
| CVE-2022-23303 | 9.8 | CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H | CWE-924 |
| CVE-2022-48174 | 7.8 | HIGH | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H | CWE-787 |
| CVE-2022-23304 | 7.0 | HIGH | CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H | CWE-924 |
| CVE-2022-37660 | 6.5 | MEDIUM | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N | CWE-323 |
| CVE-2025-5222 | TBD | TBD | Stack buffer overflow (details truncated in source) | CWE-121 (expected) |
Attack complexity note: CVE-2022-23303 requires no authentication, no user interaction, and is remotely exploitable — the worst-case combination for an internet-adjacent or LAN-exposed device.
## Affected Products
- Deployed globally across critical manufacturing sectors
- Headquartered: Germany (Siemens AG)
No partial-version exception is documented. If the firmware is below V7.26.0310, it is considered affected across the entire vulnerability set.
## Mitigations
Primary remediation:
Compensating controls while patching:
## References
---
## HackWire Analysis
The most uncomfortable detail in this advisory is the publication date gap. CVE-2022-23303 and CVE-2022-23304 are three years old. The BusyBox overflow (CVE-2022-48174) dates to 2022 as well. These weren't zero-days when Siemens shipped this patch — they were known, catalogued vulnerabilities in widely-used open-source components that sat unaddressed in shipping firmware for the better part of a hardware lifecycle.
This is the embedded OT firmware problem in concrete form. Siemens is a mature, well-resourced vendor with an active ProductCERT team. If they're shipping a patch in mid-2026 for vulnerabilities disclosed in 2022, imagine the state of firmware from vendors without a dedicated security response function.
The PKEX flaw (CVE-2022-37660) deserves particular attention from defenders because it's not a crash-and-exploit scenario — it's a passive observation attack. An adversary who previously bootstrapped a public key relationship with a target device can silently recover the ephemeral key from subsequent exchanges without transmitting anything. This is the kind of vulnerability that could have been quietly exploited for months before anyone noticed, because there's no anomalous traffic to alert on.
For organizations running industrial energy management infrastructure: the SmartPlug's role as a load-monitoring device makes it a useful lateral movement pivot. It has network access, runs a full embedded Linux stack, and is typically managed by facilities teams rather than security teams. That combination — network-connected, Linux-based, overlooked in patch cycles — is exactly the profile threat actors target for persistent footholds in OT environments. Patch it, segment it, and add it to your OT asset inventory if it isn't already there.
— HackWire Editorial
---
## Related Coverage