CVE-2026-51221
Deferred Deferred - Pending Action

Buffer Overflow in OpENer Stack Group

Vulnerability report for CVE-2026-51221, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-29

Last updated on: 2026-06-30

Assigner: MITRE

Description

A buffer overflow in the Get_Attribute_List function of EIPStackGroup OpENer commit 76b95c allows attackers to cause a Denial of Service (DoS) via supplying a crafted Common Packet Format (CPF) packet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-29
Last Modified
2026-06-30
Generated
2026-07-20
AI Q&A
2026-06-30
EPSS Evaluated
2026-07-18
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
eipstackgroup opener *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a buffer overflow in the Get_Attribute_List function of the EIPStackGroup OpENer software. It occurs when an attacker sends a specially crafted Common Packet Format (CPF) packet, which causes the software to overflow its buffer.

A buffer overflow happens when more data is written to a buffer than it can hold, potentially leading to unexpected behavior or crashes.

Detection Guidance

This vulnerability can be detected by monitoring for malformed EtherNet/IP traffic, specifically crafted Common Packet Format (CPF) packets with invalid item_count or excessively large attribute_count_request values sent to the OpENer TCP service.

Detection can involve capturing network traffic on the relevant TCP port used by OpENer and analyzing packets for abnormal CPF structures that could trigger the buffer overflow.

While no explicit commands are provided in the resources, typical detection steps could include using packet capture tools such as tcpdump or Wireshark to filter and inspect EtherNet/IP traffic.

  • tcpdump -i <interface> tcp port <OpENer_TCP_port> -w capture.pcap
  • Use Wireshark to open capture.pcap and filter for EtherNet/IP packets, then inspect CPF packet fields for malformed or unusually large attribute counts.
Impact Analysis

This vulnerability can be exploited by attackers to cause a Denial of Service (DoS) condition. This means the affected system or service may crash or become unavailable, disrupting normal operations.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

Immediate mitigation steps include restricting access to the OpENer TCP service to trusted networks only, as the vulnerability can be exploited remotely without authentication.

Applying patches or updates from the OpENer project that address this buffer overflow vulnerability is critical once they become available.

Additionally, implementing network-level protections such as firewalls or intrusion prevention systems to block malformed EtherNet/IP packets can help reduce exposure.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-51221. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart