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 attacker can exhaust server memory using the Find servers' serverUris field in the request, which is not limited in length or array size. This lack of input validation creates a weakness that falls under CWE-770 (Uncontrolled Resource Consumption) and CWE-789 (Memory Allocation). The attacker can send a string up to roughly 3.9 GB split across many chunks, and the server buffers all chunks in RAM indefinitely until the channel times out. Because the attack happens before a session is established, it bypasses authentication and encryption, producing 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, and the current master branch. Any deployment that exposes the FindServers Discovery Service without the patch is susceptible.

Risk and Exploitability

With a CVSS score of 7.5 the vulnerability is classified as high severity. The EPSS score of < 1 % indicates a very low but non‑zero likelihood of exploitation, and it is not yet listed in the CISA KEV catalog, implying no publicly known exploits. The pre‑session, unauthenticated attack can be launched from any network that can reach the server's Discovery Service, which can lead to memory exhaustion and service interruption.

Generated by OpenCVE AI on July 21, 2026 at 12:22 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 July 21, 2026 at 12:22 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

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T12:30:03Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling

  • CWE-789

    Memory Allocation with Excessive Size Value