Description
Buffer Overflow vulnerability exists in open62541 1.5.5 when the Local Discovery Server (LDS) is built with multicast discovery enabled through the MDNSD backend. An unauthenticated remote attacker can send a RegisterServer or RegisterServer2 request containing many unique discoveryUrls. This allows remote attackers to cause a denial of service.
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 Local Discovery Server of open62541 version 1.5.5 when multicast discovery is enabled through the MDNSD backend. An unauthenticated remote attacker can send a RegisterServer or RegisterServer2 request that contains a large number of unique discoveryUrls. The internal buffer of the discovery service overflows, which causes the server process to crash and results in a denial of service. The flaw does not provide a direct code‑execution path, but it allows an attacker to disrupt the availability of the OPC UA server.

Affected Systems

The vulnerability affects installations of open62541 that use version 1.5.5 and have the Local Discovery Server compiled with multicast discovery via the MDNSD backend. Any server instance exposed to external networks and configured to accept discovery registration requests is potentially impacted.

Risk and Exploitability

The CVSS score of 7.5 indicates a high risk of exploitation, though the EPSS score is not available and the flaw is not listed in CISA’s KEV catalog. An attacker can likely reach the vulnerable service remotely over the network, send a crafted RegisterServer request with an excessive number of URLs, and cause the server process to terminate. The lack of authentication or size limits on the discoveryUrls field makes the exploit straightforward in environments that enable the feature.

Generated by OpenCVE AI on August 4, 2026 at 22:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade open62541 to the latest release that resolves the multicast discovery buffer overflow.
  • If an immediate upgrade is not feasible, disable the Local Discovery Server or turn off multicast discovery in the MDNSD configuration to eliminate the vulnerable code path.
  • Implement input validation or limit the number of discoveryUrls accepted in RegisterServer/RegisterServer2 requests, rejecting requests that exceed a safe threshold.

Generated by OpenCVE AI on August 4, 2026 at 22:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Title Buffer Overflow in Multicast Discovery of open62541 1.5.5 Enables Remote DoS
First Time appeared Open62541
Open62541 open62541
Weaknesses CWE-120
CWE-787
Vendors & Products Open62541
Open62541 open62541

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

Type Values Removed Values Added
Description Buffer Overflow vulnerability exists in open62541 1.5.5 when the Local Discovery Server (LDS) is built with multicast discovery enabled through the MDNSD backend. An unauthenticated remote attacker can send a RegisterServer or RegisterServer2 request containing many unique discoveryUrls. This allows remote attackers to cause a denial of service.
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:30:09.800Z

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

Link: CVE-2026-67858

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T22:30:05Z

Weaknesses
  • CWE-120

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

  • CWE-787

    Out-of-bounds Write