# Critical Flaws in Pyramid Solutions' NetStaX EtherNet/IP Stack Expose Industrial Devices to Remote Attack


## The Threat


EtherNet/IP is the backbone of modern industrial automation — it's how Rockwell Allen-Bradley PLCs talk to SCADA systems, how factory floors coordinate assembly, and how critical infrastructure manages physical processes. When vulnerabilities surface in the protocol stacks that implement EtherNet/IP, the blast radius isn't one device. It's every OEM product built on that stack, across every customer who bought it, often without any visibility into what software is running inside.


That's the problem with the Pyramid Solutions NetStaX EtherNet/IP Stack advisory from CISA. NetStaX is a commercial embedded EtherNet/IP implementation marketed to industrial device manufacturers — the kind of component that gets designed into a product once and ships in thousands of units across a decade. Vulnerabilities at this layer can be exploited against devices whose manufacturers may not even realize they're exposed, and whose end-users have no practical way to audit their supply chain.


The flaws identified in NetStaX fall into categories that are disturbingly familiar in ICS security: improper input validation and memory corruption in the protocol parsing layer. An unauthenticated attacker on the same network segment can craft malformed EtherNet/IP packets that trigger stack-based buffer overflows or cause the device to crash outright. In operational technology environments, a crash isn't just an inconvenience — it can halt a production line, disable safety monitoring, or in the worst case, remove automated protections from a physical process.


## Severity and Impact


| CVE | CVSS Score | Vector String | Attack Complexity | Authentication Required | CWE |

|-----|------------|---------------|-------------------|------------------------|-----|

| CVE-2020-25159 | 9.8 (Critical) | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H | Low | None | CWE-20 (Improper Input Validation) |


The network vector with no authentication requirement is the critical detail here. These aren't vulnerabilities that require an attacker to already have credentials or privileged access. Any host that can reach the EtherNet/IP service — typically TCP/UDP port 44818 — can attempt exploitation. In flat OT networks, that often means any device on the plant floor.


## Affected Products


The NetStaX EtherNet/IP Stack is an OEM component, meaning the direct affected product list understates the real exposure:


Pyramid Solutions — NetStaX EtherNet/IP Stack

  • All versions prior to the patched release
  • Affects both adapter (server) and scanner (client) implementations
  • Embedded in third-party OEM devices across manufacturing, energy, water, and transportation verticals

  • Downstream Impact

  • Any industrial device or controller built on the NetStaX SDK that has not applied vendor patches
  • OEM integrators using the Pyramid Solutions EtherNet/IP Adapter Development Kit (EDK)

  • Organizations should audit their asset inventory for any devices that list Pyramid Solutions as a component vendor in firmware documentation, FCC filings, or product datasheets.


    ## Mitigations


    CISA and Pyramid Solutions recommend the following remediation steps, in order of priority:


    Immediate actions:

  • Contact Pyramid Solutions directly to obtain patched firmware for your specific NetStaX SDK version
  • Restrict EtherNet/IP traffic (TCP/UDP port 44818, TCP port 2222) to only authorized devices using firewall rules or managed switch ACLs
  • If patching is not immediately feasible, place affected devices behind a dedicated industrial DMZ with strict ingress filtering

  • Network architecture controls:

  • Segment OT networks from corporate IT and the internet — EtherNet/IP devices should never be directly internet-accessible
  • Deploy industrial intrusion detection systems capable of deep packet inspection on EtherNet/IP traffic (e.g., Claroty, Dragos, Nozomi) to detect malformed packet attempts
  • Disable EtherNet/IP services on any device where they are not operationally required

  • Detection:

  • Monitor for anomalous CIP (Common Industrial Protocol) traffic patterns, particularly large forward open requests or malformed encapsulation headers
  • Alert on unexpected reboots or unplanned device downtime, which may indicate exploitation attempts

  • Vendor coordination:

  • OEMs who have built products on NetStaX should notify their own customers of available firmware updates and provide a clear patching timeline

  • ## References


  • CISA ICS Advisory — Pyramid Solutions NetStaX EtherNet/IP Stack: https://www.cisa.gov/news-events/ics-advisories/
  • ODVA EtherNet/IP Specification: https://www.odva.org/
  • Forescout Project Memoria — Infra:Halt Research: https://www.forescout.com/research-labs/infra-halt/
  • NVD Entry CVE-2020-25159: https://nvd.nist.gov/vuln/detail/CVE-2020-25159

  • ---


    ## HackWire Analysis


    The NetStaX advisory is a textbook illustration of the embedded supply chain problem that ICS security has been warning about for years, and that asset owners still haven't solved.


    The issue isn't unique to Pyramid Solutions — it's structural. Industrial device manufacturers buy commercial EtherNet/IP stacks because writing a compliant, interoperable implementation from scratch is expensive and technically demanding. They integrate the SDK, build their product, ship it, and move on. The SDK vendor issues a patch years later. The OEM has to decide whether to cut a new firmware release for a product that may be five years old and out of active development. The end-user, running a water treatment plant or an automotive assembly line, has no idea any of this is happening.


    Forescout's Infra:Halt research in 2021 cataloged this dynamic across nine vendors and found that the same vulnerability classes — improper input validation, integer overflows, use-after-free in protocol parsers — recur across every commercial EtherNet/IP implementation they examined. Pyramid Solutions was among those identified. The fact that CISA is issuing advisories on this same product family years later suggests the remediation cycle in OT is still measured in years, not weeks.


    For defenders, the practical implication is clear: you cannot assume your EtherNet/IP devices are safe because you haven't seen a vendor notice. You need to know what stacks your devices run, and you need network controls that treat plant-floor EtherNet/IP traffic as potentially hostile by default. The attackers targeting ICS environments — nation-state actors and ransomware groups alike — are absolutely aware of these advisory patterns and move faster than OT patching cycles allow.


    The window between advisory and exploit is closing. Assume it's already closed.


    — HackWire Editorial


    ---


    ## Related Coverage


  • Read more in our [Policy](https://www.hackwire.news/category/policy) coverage
  • Cross-reference with [Breaches](https://www.hackwire.news/category/breaches) and [Vulnerabilities](https://www.hackwire.news/category/vulnerabilities)
  • Stay current via the [HackWire homepage](https://www.hackwire.news/)