Description
A vulnerability was identified in Systerel S2OPC up to 1.7.3. The impacted element is the function monitored_item_event_filter_treatment_bs__init_event_filter_ctx_and_result of the file src/ClientServer/services/bgenc/subscription_mgr.c. Such manipulation of the argument EventFilter leads to use after free. The attack may be performed from remote. The exploit is publicly available and might be used. The name of the patch is a4cee16a851b971be447a6ed531173702c722b99. It is best practice to apply a patch to resolve this issue.
Published: 2026-08-31
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the monitored_item_event_filter_treatment_bs__init_event_filter_ctx_and_result function within subscription_mgr.c. Manipulating the EventFilter argument triggers a use-after-free, enabling an attacker to read or write freed memory. This flaw satisfies both buffer overflow (CWE‑119) and use‑after‑free (CWE‑416) weaknesses. The description notes that an attacker can remotely trigger the exploit and that an exploit is publicly available, implying it can be weaponized without needing privileged local access.

Affected Systems

Affected systems are all instances of Systerel S2OPC up to and including version 1.7.3. The vulnerability is specific to the subscription manager module and applies to clients and servers that process subscription event filters. The exact function name is monitored_item_event_filter_treatment_bs__init_event_filter_ctx_and_result in src/ClientServer/services/bgenc/subscription_mgr.c.

Risk and Exploitability

The CVSS score is 5.3, indicating a moderate severity. EPSS is unavailable, so current exploitation likelihood cannot be quantified, but the presence of a publicly available exploit and the statement that it may be used raise concern. The flaw is not listed in the CISA KEV catalog. Given that the attack can be performed remotely, a principled assessment suggests that the risk warrants prompt remediation.

Generated by OpenCVE AI on August 31, 2026 at 06:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch corresponding to commit a4cee16a851b971be447a6ed531173702c722b99 to all affected S2OPC installations.
  • Temporarily disable or restrict the subscription service that processes event filters until the patch can be applied.
  • Upgrade to Systerel S2OPC version 1.7.4 or later, once released, to obtain a fully patched code base.

Generated by OpenCVE AI on August 31, 2026 at 06:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in Systerel S2OPC up to 1.7.3. The impacted element is the function monitored_item_event_filter_treatment_bs__init_event_filter_ctx_and_result of the file src/ClientServer/services/bgenc/subscription_mgr.c. Such manipulation of the argument EventFilter leads to use after free. The attack may be performed from remote. The exploit is publicly available and might be used. The name of the patch is a4cee16a851b971be447a6ed531173702c722b99. It is best practice to apply a patch to resolve this issue.
Title Systerel S2OPC subscription_mgr.c use after free
First Time appeared Systerel
Systerel s2opc
Weaknesses CWE-119
CWE-416
CPEs cpe:2.3:a:systerel:s2opc:*:*:*:*:*:*:*:*
Vendors & Products Systerel
Systerel s2opc
References
Metrics cvssV2_0

{'score': 4, 'vector': 'AV:N/AC:L/Au:S/C:N/I:N/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T05:15:10.327Z

Reserved: 2026-08-30T07:58:26.515Z

Link: CVE-2026-82619

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-31T06:17:07.857

Modified: 2026-08-31T06:17:07.857

Link: CVE-2026-82619

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T06:30:05Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-416

    Use After Free