CVE-2026-51536

In OpENer 2.3.0 (commit 76b95cf) when parsing incoming CIP (Common Industrial Protocol) network packets, the length parameter is inconsistently typed across the call stack. Specifically, an upstream length calculated as an int is passed to a downstream function that expects an EipInt16 (a 16-bit signed integer). If a maliciously crafted packet with specific length fields is processed, the length parameter can overflow or be truncated into a negative value. This negative length bypasses subsequent bounds checking (due to signed/unsigned comparison issues) and is ultimately used in memory operations, leading to a Stack Buffer Overflow when reading data in DecodePaddedEPath.
Configurations

No configuration.

History

14 Jul 2026, 14:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.1
References () https://github.com/EIPStackGroup/OpENer/issues/563 - () https://github.com/EIPStackGroup/OpENer/issues/563 -
CWE CWE-190

13 Jul 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-13 22:16

Updated : 2026-07-15 20:15


NVD link : CVE-2026-51536

Mitre link : CVE-2026-51536

CVE.ORG link : CVE-2026-51536


JSON object : View

Products Affected

No product.

CWE
CWE-190

Integer Overflow or Wraparound