CVE-2026-67872
Received Received - Intake

Denial of Service in Systerel S2OPC

Vulnerability report for CVE-2026-67872, 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

An issue in Systerel S2OPC 1.7.3 allows a remote attacker to cause a denial of service via the event monitored-item queue resize handling

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-67872 is a denial-of-service vulnerability in Systerel S2OPC 1.7.3 caused by improper handling of monitored-item notification queues during resize operations. A remote attacker can exploit this by triggering events, creating a subscription with an event MonitoredItem, and then sending a ModifyMonitoredItems request to shrink the queue. This causes a NULL pointer dereference in the ModifyMonitoredItems function, crashing the server.

Detection Guidance

Detecting this vulnerability requires checking for crashes in S2OPC servers when handling monitored item queues. Monitor server logs for segmentation faults or NULL pointer dereference errors during ModifyMonitoredItems operations. Inspect network traffic for repeated ModifyMonitoredItems requests targeting event MonitoredItems. Use tools like gdb to attach to the S2OPC process and observe crashes during queue resize operations.

Impact Analysis

This vulnerability allows a remote attacker to crash the S2OPC server by sending specially crafted requests. The impact includes service disruption, potential loss of availability for OPC UA applications using S2OPC 1.7.3, and possible unauthorized access if the server fails to restart properly. Systems relying on this toolkit for industrial or critical infrastructure communication may experience downtime.

Mitigation Strategies

Upgrade S2OPC to a patched version that fixes the NULL pointer dereference in ModifyMonitoredItems. If upgrading is not immediately possible, restrict client access to ModifyMonitoredItems operations for event MonitoredItems. Implement rate limiting on ModifyMonitoredItems requests. Monitor server logs for suspicious activity and prepare to restart the server if crashes occur.

Chat Assistant

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

EPSS Chart