Description
Buffer Overflow vulnerability in open62541 v1.5.5 allows a remote attacker to cause a denial of service via the Discovery/LDS handling.
Published: 2026-08-04
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A buffer overflow exists in the Discovery/LDS handling of the open62541 library, allowing an attacker that can reach the server over the network to cause a crash and deny service to all clients accessing the server. The flaw results from insufficient bounds checking when parsing discovery messages, leading to memory corruption and application termination. This disruption can affect any system relying on continuous availability of an OPC UA server for control or monitoring functions.

Affected Systems

The vulnerability is present in the open62541 open‑source OPC UA library, specifically version 1.5.5. Systems that compile and run this version of the library in a server configuration, especially those that expose the discovery endpoints to external networks, are affected. No other vendors or product versions are listed as impacted.

Risk and Exploitability

The CVSS score of 7.5 indicates high severity, whereas the EPSS score is unavailable and the vulnerability is not listed in the CISA KEV catalog. Because the flaw is triggered via the server’s discovery protocol, the likely attack vector is remote network traffic, such as UDP or mDNS messages directed at the discovery interfaces. An attacker would need to send a crafted message to the vulnerable server; if successful, the server will crash, resulting in a denial of service for all clients. No authentication or privilege escalation is required, making the risk immediate for exposed servers.

Generated by OpenCVE AI on August 4, 2026 at 23:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the open62541 library to a version that includes the buffer overflow fix, such as 1.5.6 or newer
  • If an upgrade is not possible, restrict or block network traffic to the discovery/mDNS ports (e.g., UDP 4840) using a firewall or router to prevent external access to the discovery service
  • Configure the server to log and alert on oversized or malformed discovery packets, and consider implementing a temporary packet size limiter or reject policy to mitigate attempts while remediation is performed

Generated by OpenCVE AI on August 4, 2026 at 23:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 00:00:00 +0000

Type Values Removed Values Added
Title Remote Denial of Service via Buffer Overflow in open62541 Discovery Handling
Weaknesses CWE-120
CWE-122

Tue, 04 Aug 2026 23:45:00 +0000

Type Values Removed Values Added
First Time appeared Open62541
Open62541 open62541
Vendors & Products Open62541
Open62541 open62541

Tue, 04 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description Buffer Overflow vulnerability in open62541 v1.5.5 allows a remote attacker to cause a denial of service via the Discovery/LDS handling.
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AC:L/AV:N/A:H/C:N/I:N/PR:N/S:U/UI:N'}


Subscriptions

Open62541 Open62541
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-04T21:42:06.781Z

Reserved: 2026-07-30T00:00:00.000Z

Link: CVE-2026-67859

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T23:45:02Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-122

    Heap-based Buffer Overflow