Description
A vulnerability was found in o6 open62541 up to 1.5.5. This issue affects the function UA_Client_readNodeClassAttribute of the file src/client/ua_client_highlevel.c. Performing a manipulation results in heap-based buffer overflow. Attacking locally is a requirement. The exploit has been made public and could be used. The project closed the issue report, stating that this is not the official way to report a security vulnerability.
Published: 2026-08-04
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability concerns a heap‑based buffer overflow in the function UA_Client_readNodeClassAttribute within the open62541 client library. When a local attacker supplies crafted input, the program corrupts heap memory, potentially allowing the attacker to trigger a crash or execute arbitrary code. The exploit is publicly available and has been demonstrated, increasing the risk of exploitation by actors who can interact with the vulnerable binary on the affected system.

Affected Systems

The flaw affects all releases of the open62541 library up to and including version 1.5.5. The vendor lists open62541 as the impacted product; any deployment using this library version is susceptible and should be evaluated for upgrade.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity. EPSS data is unavailable, but the vulnerability is not listed in the CISA KEV catalog. Because the attack requires local privilege, the primary risk is to systems where a local attacker can control the input to the library. The publicly disclosed exploit raises the likelihood that an attacker will attempt to use the flaw if the affected environment is reachable.

Generated by OpenCVE AI on August 4, 2026 at 19:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the open62541 library to a version newer than 1.5.5 that contains the fix.
  • If an immediate upgrade is not feasible, avoid calling UA_Client_readNodeClassAttribute with untrusted or manipulated input; validate buffer sizes and perform bounds checking before use.
  • Restrict local execution of the vulnerable library to trusted users or services and monitor for abnormal memory behavior that could indicate an attempted overflow.

Generated by OpenCVE AI on August 4, 2026 at 19:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A vulnerability was found in o6 open62541 up to 1.5.5. This issue affects the function UA_Client_readNodeClassAttribute of the file src/client/ua_client_highlevel.c. Performing a manipulation results in heap-based buffer overflow. Attacking locally is a requirement. The exploit has been made public and could be used. The project closed the issue report, stating that this is not the official way to report a security vulnerability.
Title o6 open62541 ua_client_highlevel.c UA_Client_readNodeClassAttribute heap-based overflow
First Time appeared Open62541
Open62541 open62541
Weaknesses CWE-119
CWE-122
CPEs cpe:2.3:a:open62541:open62541:*:*:*:*:*:*:*:*
Vendors & Products Open62541
Open62541 open62541
References
Metrics cvssV2_0

{'score': 4.3, 'vector': 'AV:L/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Open62541 Open62541
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-04T16:30:09.771Z

Reserved: 2026-08-04T08:29:59.828Z

Link: CVE-2026-18784

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-122

    Heap-based Buffer Overflow