CVE-2026-67871
Received Received - Intake

Buffer Overflow in Systerel S2OPC

Vulnerability report for CVE-2026-67871, 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 Systerel S2OPC 1.7.3 allows a remote attacker to cause a denial of service via the AddNodes, address_space_bs.c, sopc_node_mgt_helper_internal.c, and toolkit_test_server

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
systerel s2opc 1.7.3

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-67871 is a server-side type confusion vulnerability in S2OPC Toolkit version 1.7.3. It allows a remote heap-buffer-overflow read attack when the AddNodes service is used with Node Management enabled. A malicious client sends a crafted AddNodesRequest where the NodeClass is set to Variable but the NodeAttributes ExtensionObject is the generic OpcUa_NodeAttributes type instead of the expected OpcUa_VariableAttributes type. The server incorrectly accepts this, leading to a heap out-of-bounds read and causing a denial of service.

Detection Guidance

Detecting this vulnerability requires monitoring for crashes or unusual behavior in S2OPC servers using version 1.7.3. Check server logs for segmentation faults or heap corruption errors during AddNodes operations. Use tools like Valgrind to detect memory issues in the address_space_bs.c and sopc_node_mgt_helper_internal.c components. Monitor network traffic for malformed OPC UA AddNodesRequest packets with mismatched NodeClass and NodeAttributes types.

Impact Analysis

This vulnerability can cause a denial of service by crashing the S2OPC server process. If exploited, it may disrupt OPC UA server operations, leading to system instability or unavailability. Systems relying on S2OPC Toolkit 1.7.3 for OPC UA communication could experience unexpected crashes or degraded performance.

Mitigation Strategies

Immediately upgrade S2OPC to a patched version beyond 1.7.3. If upgrading is not possible, disable the AddNodes service or Node Management feature in the OPC UA server configuration. Implement input validation for AddNodesRequest packets to ensure NodeClass and NodeAttributes types match. Use network firewalls to restrict access to OPC UA services from untrusted clients.

Chat Assistant

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

EPSS Chart