Description
An unauthenticated remote attacker can exhaust
server memory via the FindServers Discovery Service in open62541. The
serverUris field of FindServersRequest is not validated for length or array
size. An attacker can declare an arbitrarily large string (up to ~3.9 GB)
delivered across intermediate chunks without ever sending the final chunk. The
server buffers all chunks in RAM indefinitely until the SecureChannel times
out. The attack is pre-session and bypasses all encryption configuration. The issue affects open62541: from 1.4.0 through 1.4.16, from 1.5.0 through 1.5.4, master.
Published: 2026-07-02
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated remote attacker can exhaust server memory via the FindServers Discovery Service in open62541. The serverUris field of FindServersRequest is not limited in length or array size, permitting an attacker to assert an arbitrarily large string—up to roughly 3.9 GB—delivered across many chunks. The server buffers each chunk in RAM and retains the buffer until the SecureChannel times out, resulting in uncontrolled resource consumption (CWE‑770) and excessive memory allocation (CWE‑789). Because the vulnerability is exercised before session establishment, authentication and encryption do not mitigate it, leading to an immediate denial of service.

Affected Systems

The flaw affects the open62541 project, maintained by o6 Automation GmbH. Vulnerable releases include 1.4.0 through 1.4.16, 1.5.0 through 1.5.4, as well as the current master branch; any deployment exposing the FindServers Discovery Service without the patch is susceptible.

Risk and Exploitability

The CVSS score of 7.5 classifies the vulnerability as high severity. An EPSS score of < 1 % indicates a very low but non‑zero exploitation likelihood, and the vulnerability is not listed in CISA KEV, meaning no known exploits have been documented. The unauthenticated, pre‑session attack can be launched from any network that can reach the server’s Discovery Service interruption.

Generated by OpenCVE AI on August 1, 2026 at 22:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched release of open62541 that incorporates the changes from pull request 8142 or update to the master branch.
  • If an upgrade is not feasible, cherry‑pick or apply the code modifications from pull request 8142 to the source tree and rebuild the server.
  • Limit external exposure of the FindServers Discovery Service by placing it behind a firewall, enforcing strict input length restrictions, or disabling the service entirely if it is not required.

Generated by OpenCVE AI on August 1, 2026 at 22:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Open62541 Project / O6 Automation Gmbh
Open62541 Project / O6 Automation Gmbh open62541
Vendors & Products Open62541 Project / O6 Automation Gmbh
Open62541 Project / O6 Automation Gmbh open62541

Thu, 02 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 02 Jul 2026 07:30:00 +0000

Type Values Removed Values Added
Description An unauthenticated remote attacker can exhaust server memory via the FindServers Discovery Service in open62541. The serverUris field of FindServersRequest is not validated for length or array size. An attacker can declare an arbitrarily large string (up to ~3.9 GB) delivered across intermediate chunks without ever sending the final chunk. The server buffers all chunks in RAM indefinitely until the SecureChannel times out. The attack is pre-session and bypasses all encryption configuration. The issue affects open62541: from 1.4.0 through 1.4.16, from 1.5.0 through 1.5.4, master.
Title FindServers Memory Exhaustion in open62541
Weaknesses CWE-770
CWE-789
References
Metrics cvssV3_1

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


Subscriptions

Open62541 Project / O6 Automation Gmbh Open62541
cve-icon MITRE

Status: PUBLISHED

Assigner: ENISA

Published:

Updated: 2026-07-02T12:30:18.800Z

Reserved: 2026-03-23T12:53:47.475Z

Link: CVE-2026-33592

cve-icon Vulnrichment

Updated: 2026-07-02T12:29:42.817Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-02T08:16:39.230

Modified: 2026-07-02T17:39:07.620

Link: CVE-2026-33592

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T22:15:03Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling

  • CWE-789

    Memory Allocation with Excessive Size Value