CVE-2026-90782
Received Received - Intake

Null Pointer Dereference in S2OPC Server

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

Publication date: 2026-09-13

Last updated on: 2026-09-13

Assigner: VulnCheck

Description

S2OPC through 1.7.3 contains a null pointer dereference in msg_subscription_publish_bs__alloc_notification_message_items() where a failed allocation for DataChangeNotification is overwritten by a successful allocation for EventNotificationList. Attackers can trigger heap allocation failures on sessions with both data-change and event notifications to cause the server process to terminate.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-13
Last Modified
2026-09-13
Generated
2026-09-13
AI Q&A
2026-09-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
systerel s2opc to 1.7.4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-476 The product dereferences a pointer that it expects to be valid but is NULL.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a null pointer dereference in the S2OPC library version 1.7.3 or earlier. It occurs in the function msg_subscription_publish_bs__alloc_notification_message_items() when a failed memory allocation for DataChangeNotification is overwritten by a successful allocation for EventNotificationList. Attackers can trigger heap allocation failures on sessions handling both notification types, causing the server process to terminate.

Detection Guidance

This vulnerability is triggered by heap allocation failures during specific operations. Monitor S2OPC server logs for crashes or NULL pointer dereference errors during sessions handling both data-change and event notifications. Check for process termination events in system logs when both notification types are active.

Impact Analysis

The primary impact is denial of service as the server process crashes due to the null pointer dereference. This affects systems using S2OPC for OPC UA communication, potentially disrupting operations dependent on real-time data exchange or event notifications.

Compliance Impact

This vulnerability primarily causes denial-of-service conditions by crashing server processes, which could disrupt operations handling sensitive data. While not directly violating GDPR or HIPAA, such disruptions may impact availability requirements for systems processing personal or health data, potentially leading to compliance gaps if service continuity is not maintained.

Mitigation Strategies

Update S2OPC to a patched version (post-1.7.3) that fixes the NULL dereference issue. If immediate update is not possible, restrict sessions to either data-change or event notifications to prevent the triggering condition. Monitor server stability closely.

Chat Assistant

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

EPSS Chart