CVE-2026-67869
Received Received - Intake

Buffer Overflow in open62541

Vulnerability report for CVE-2026-67869, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: MITRE

Description

Buffer Overflow vulnerability in open62541 v1.5.5 allows a remote attacker to cause a denial of service via the Service_Call validates input arguments against runtime-resolved InputArguments metadata

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-06
Last Modified
2026-08-06
Generated
2026-08-06
AI Q&A
2026-08-06
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
open62541 open62541 to 1.5.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-67869 is a type confusion vulnerability in the open62541 OPC UA library affecting the Acknowledge method for Alarms & Conditions. It occurs due to a mismatch between service-layer validation of method arguments and fixed assumptions made by the built-in callback. An attacker can exploit this by modifying InputArguments metadata to replace the standard method signature with a forged one, causing the callback to misinterpret a Boolean object as a UA_ByteString. This leads to an out-of-bounds read and heap-buffer-overflow, resulting in a denial-of-service (server crash).

Detection Guidance

To detect this vulnerability, monitor OPC UA server logs for crashes or unexpected behavior during method calls or condition state changes. Use AddressSanitizer or similar tools to detect heap-buffer-overflows during server operations. Check for malformed InputArguments metadata in method calls or condition callbacks.

Impact Analysis

This vulnerability can allow remote attackers to cause a denial of service by crashing the OPC UA server. An attacker could exploit it to execute arbitrary code or disrupt server operations, potentially leading to unauthorized state changes or other malicious activities within the server environment.

Mitigation Strategies

Upgrade open62541 to a patched version beyond v1.5.5. Disable or restrict access to OPC UA method calls and condition state modifications until patched. Implement strict input validation for method arguments and condition callbacks. Monitor for suspicious sequences of operations like CreateSession, ActivateSession, and Call.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-67869. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart