Description
In open62541 1.5.5, a server-side use-after-free exists in the local MonitoredItem callback path. The issue occurs when UA_Subscription_localPublish continues to use the current UA_Notification after a callback invokes UA_Server_deleteMonitoredItem for the current local MonitoredItem. This allows a remote attacker to cause a denial of service.
Published: 2026-08-05
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A server‑side use‑after‑free flaw exists in open62541 version 1.5.5. The bug is triggered when the UA_Subscription_localPublish routine continues to reference a UA_Notification after a monitored‑item callback calls UA_Server_deleteMonitoredItem for that same local monitored item. After the callback returns, the next step in publish attempts to access memory that has already been freed, which can cause the server to crash or become unresponsive, resulting in a denial of service. The flaw does not provide any remote code execution or persistence capabilities.

Affected Systems

The affected product is the open62541 OPC UA server, specifically the 1.5.5 release. No additional versions or vendors are listed as impacted.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity vulnerability. The EPSS score is unavailable, and the flaw is not currently listed in the CISA KEV catalog. Attackers can remotely trigger the flaw by sending a crafted OPC UA request that leads the server to delete a monitored item during a publish cycle. Because the issue resides in the local callback path, a successful exploitation will crash or halt the OPC UA server, denying service to legitimate clients. The likelihood of exploitation is moderated by the need for a specifically timed request and a vulnerable server; however, the impact of a successful attack is complete service disruption.

Generated by OpenCVE AI on August 5, 2026 at 23:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the most recent open62541 release that resolves the use‑after‑free issue.
  • If an immediate upgrade is not feasible, disable or remove monitored item callbacks that can delete items during publish or limit the number of monitored items used.
  • Implement monitoring of crash logs and OPC UA traffic to detect anomalous activity that could indicate exploitation attempts.
  • Keep the operating system and other related components fully patched and consult the vendor for any additional advisories.

Generated by OpenCVE AI on August 5, 2026 at 23:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 23:45:00 +0000

Type Values Removed Values Added
Title Use-After‑Free in open62541 Monitored Item Callback Allows DoS
Weaknesses CWE-416

Wed, 05 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Description In open62541 1.5.5, a server-side use-after-free exists in the local MonitoredItem callback path. The issue occurs when UA_Subscription_localPublish continues to use the current UA_Notification after a callback invokes UA_Server_deleteMonitoredItem for the current local MonitoredItem. This allows a remote attacker to cause a denial of service.
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AC:L/AV:N/A:H/C:N/I:N/PR:N/S:U/UI:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-05T22:05:42.076Z

Reserved: 2026-07-30T00:00:00.000Z

Link: CVE-2026-67863

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T23:30:04Z

Weaknesses