Description
open62541 1.5.5 contains an out-of-bounds read in the client-side function responseReadNamespacesArray() in src/client/ua_client_connect.c.
Published: 2026-08-04
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The client-side function responseReadNamespacesArray() in open62541 1.5.5 performs an out-of-bounds read by incorrectly indexing an array while parsing a server response. This bug can allow an attacker to read arbitrary memory content that the client process holds, resulting in disclosure of potentially sensitive data. The vulnerability is limited to the client side and requires delivery of a crafted server response to the vulnerable client.

Affected Systems

The vulnerability affects the open62541 OPC UA client library version 1.5.5. Any application that links against this specific library version and processes namespace array responses is impacted. No proprietary vendor is listed, so the issue is present in all builds of open62541 1.5.5 unless patched.

Risk and Exploitability

The CVSS score of 7.5 categorizes this as high severity. While an EPSS score is not provided, the lack of a KEV listing suggests that exploitation has not yet been observed in the wild, but the vulnerability remains exploitable from any network point where the client can be made to contact a malicious server. An attacker could send a malformed response to the OPC UA client to trigger the out-of-bounds read and retrieve data from the client’s memory space.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest open62541 release that contains the fix for the out-of-bounds read in responseReadNamespacesArray()
  • If an update is not immediately available, consider compiling a patched version of open62541 that imposes bounds checks before reading the namespace array
  • Review client configurations to ensure only trusted servers are connected to, reducing the risk that a malicious server can send the crafted response

Generated by OpenCVE AI on August 4, 2026 at 22:19 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 Out-of-Bounds Read in open62541 Client Namespace Processing
Weaknesses CWE-788

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

Type Values Removed Values Added
Description open62541 1.5.5 contains an out-of-bounds read in the client-side function responseReadNamespacesArray() in src/client/ua_client_connect.c.
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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-04T21:21:25.605Z

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

Link: CVE-2026-67857

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-788

    Access of Memory Location After End of Buffer