Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Unauthenticated network-reachable ForwardOpen parser (AV:N/AC:L/PR:N/UI:N); out-of-bounds read yields memory disclosure (C:H) and crash (A:H) with no integrity impact.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
4DescriptionCVE.org
EIPStackGroup OpENer 2.3.0 (commit 76b95cf) has an out-of-bounds read issue in Connection Manager handling of ForwardOpen requests when processing short malformed packets. An attacker can send a valid ENIP outer frame carrying a malformed CIP ForwardOpen/LargeForwardOpen request, causing the parser to continue reading fields even when request data is insufficient. This issue is remotely triggerable via network traffic and does not require authentication.
AnalysisAI
Out-of-bounds read in the EIPStackGroup OpENer EtherNet/IP stack (version 2.3.0, commit 76b95cf) lets a remote unauthenticated attacker send a crafted ENIP frame carrying a malformed CIP ForwardOpen/LargeForwardOpen request that drives the Connection Manager parser to read past the supplied request buffer, exposing adjacent memory or crashing the stack. Per the CVSS vector (AV:N/AC:L/PR:N/UI:N) it is reachable over the network with no authentication and low complexity, yielding high confidentiality and availability impact. No CISA KEV listing and no EPSS were supplied; no active exploitation is confirmed, though a referenced public gist appears to document the flaw and may contain proof-of-concept material.
Technical ContextAI
OpENer is an open-source implementation of the ODVA EtherNet/IP (ENIP) and CIP protocol stack, widely embedded into industrial controllers, adapters, and IoT/OT devices to expose EtherNet/IP connectivity. The defect (CWE-125, Out-of-bounds Read) is in the Connection Manager component that parses CIP ForwardOpen and LargeForwardOpen service requests used to establish CIP connections. The parser fails to validate that enough request bytes remain before continuing to decode fixed fields, so a short/truncated CIP payload wrapped in an otherwise valid ENIP outer frame causes reads beyond the end of the received buffer. Because ForwardOpen handling occurs before any application-layer authentication, the vulnerable code path is exposed to any host that can reach the device's EtherNet/IP TCP/UDP port (typically 44818/TCP and 2222/UDP).
RemediationAI
No vendor-released patched version was identified in the supplied data (the fix is discussed in upstream GitHub issue #564 at https://github.com/EIPStackGroup/OpENer/issues/564, but no tagged release beyond 2.3.0/commit 76b95cf is confirmed), so treat this as 'no vendor-released patch identified at time of analysis' and monitor the OpENer repository for a commit that adds length validation to ForwardOpen/LargeForwardOpen parsing, then rebuild and redeploy affected firmware once available. As compensating controls: restrict EtherNet/IP access (TCP 44818 and UDP 2222) to a strictly whitelisted set of engineering/SCADA hosts via firewall or OT segmentation ACLs - the trade-off is that any legitimate peer needing to open CIP connections must be enumerated; place OpENer devices behind an OT DMZ or industrial firewall and block EtherNet/IP at any IT/OT boundary so the parser is never reachable from general corporate or internet networks; and if a device supports it, disable or rate-limit unsolicited ForwardOpen handling or deploy a protocol-aware IDS/IPS signature that drops CIP ForwardOpen packets whose declared field lengths exceed the actual payload. Validate any code-level fix by fuzzing the Connection Manager with truncated ForwardOpen requests before returning devices to service.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Buffer Overflow
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43603
GHSA-7wpf-vhm2-3mpw