Description
An integer overflow in the UA_Variant arrayDimensions product
computation in open62541 may allow a remote attacker to read
out-of-bounds heap memory, potentially disclosing sensitive information.
Published: 2026-07-30
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An integer overflow or wraparound occurs in the arrayDimensions product calculation used by the UA_Variant type in open62541. The flaw allows a remote attacker to cause the library to read heap memory beyond the bounds of a properly sized array, which can lead to disclosure of sensitive data stored on the heap. The vulnerability stems from improper handling of integer arithmetic, classified as CWE-190.

Affected Systems

The affected product is the open62541 OPC UA stack, distributed by o6 Automation. No specific product version range is listed in the advisory, so any release before the fix is considered vulnerable. The security note recommends that users obtain the latest patched version by contacting o6 Automation or by pulling the relevant commits from the GitHub repository. If a user cannot immediately apply a newer release, the stack should be considered at risk.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity vulnerability. The EPSS score of 0.00434 (0.434%) indicates a very low but non-zero exploitation probability, suggesting the flaw is not widely targeted yet. The flaw’s effect—remote read of out-of-bounds heap memory—implies that exploitation is still feasible over the network where the OPC UA stack is exposed, especially if the stack runs with privileged or unrestricted memory access. The advisory does not indicate that the flaw is listed in the CISA KEV catalog, which suggests no widely reported exploits as of the analysis time. The primary attack vector is inferred to be remote, stemming from the network-facing OPC UA service that processes client requests.

Generated by OpenCVE AI on August 3, 2026 at 10:24 UTC.

Remediation

Vendor Solution

o6 Automation has prepared mitigations and fixes to address these issues and recommends that users update to the newest version. The new version can be obtained by contacting o6 Automation   https://www.o6-automation.com/contact or by downloading from the following locations: https://github.com/open62541/open62541/pull/8235/commits/b666d35769ce63998442e4d0810a3fb10b50179f https://github.com/open62541/open62541/pull/8236/commits/06b99fef667c8ec5bdf0605b4f00c84fcc1d3a60 https://github.com/open62541/open62541/pull/8237/commits/1b71d9c5d9c4d02d4729b8903a52e9f530bf804e https://github.com/open62541/open62541/pull/8238/commits/afab4107bfd161da9ce8bb30ed77f3968c9c97df For more information, see open62541 Security Advisories SA-2026-0012, SA-2026-0014, and SA-2026-0015 or contact o6 Automation:  https://www.o6-automation.com/contact


OpenCVE Recommended Actions

  • Apply the latest patched version of the open62541 library from the official release or the listed GitHub commits.
  • If an update cannot be performed immediately, restrict the OPC UA endpoint to trusted hosts or networks, and employ firewall rules to limit remote access.
  • Enable logging of access requests and monitor for anomalous behavior or repeated access attempts to the OPC UA service.
  • Consider applying interim code patches that guard against integer overflow if a production upgrade is infeasible.

Generated by OpenCVE AI on August 3, 2026 at 10:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared O6 Automation
O6 Automation open62541
Vendors & Products O6 Automation
O6 Automation open62541

Fri, 31 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 30 Jul 2026 22:00:00 +0000

Type Values Removed Values Added
Description An integer overflow in the UA_Variant arrayDimensions product computation in open62541 may allow a remote attacker to read out-of-bounds heap memory, potentially disclosing sensitive information.
Title o6 Automation open62541 Integer Overflow or Wraparound
Weaknesses CWE-190
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

O6 Automation Open62541
cve-icon MITRE

Status: PUBLISHED

Assigner: icscert

Published:

Updated: 2026-07-31T15:42:40.025Z

Reserved: 2026-07-27T15:02:47.789Z

Link: CVE-2026-63559

cve-icon Vulnrichment

Updated: 2026-07-31T15:42:34.498Z

cve-icon NVD

Status : Received

Published: 2026-07-30T22:16:55.717

Modified: 2026-07-31T16:17:09.290

Link: CVE-2026-63559

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T10:30:18Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound