CVE-2026-51536
קריטית 9.1
תיאור (מקור, אנגלית)
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.
מדדים
- CVSS 3.1
-
9.1 (CRITICAL)
מקור הציון: CNA
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H - EPSS — סבירות ניצול
- 0% (אחוזון 000) נכון ל-16/8/2026
- CWE
- CWE-190
מוצרים מושפעים
opener_project: opener
קישורים
- https://github.com/EIPStackGroup/OpENer/issues/563 ExploitIssue TrackingVendor Advisory
- https://github.com/EIPStackGroup/OpENer/issues/563 ExploitIssue TrackingVendor Advisory
- https://gist.github.com/MrAlaskan/e160c626a32e03e5d9eddaa732560672 Third Party Advisory