CVE-2026-67856 Details
Description
An issue in open62541 v.1.5.5 and before allows a remote attacker to cause a denial of service via crafted CreateSubscription, CreateMonitoredItems(Sampling), Publish, TransferSubscriptions, and DeleteSubscriptions requests
A denial-of-service vulnerability has been identified in open62541 versions through 1.5.5. The issue allows remote attackers to disrupt server operations by sending crafted requests that manipulate subscription and monitored item management processes. The vulnerability arises from a flaw in the subscription transfer implementation, which fails to properly manage the back-pointers of sampling monitored items, leading to a heap-use-after-free condition. This memory corruption can cause server crashes and session terminations, exacerbating the denial-of-service impact.
Users can manually patch the vulnerability by modifying the subscription transfer logic to avoid shallow copies that include intrusive list back-pointers. Instead, the transfer process should rebuild the sampling item links to point to the new subscription, ensuring that no stale pointers remain that could lead to memory corruption.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 4, 2026CISA-ADP
Assessed Aug 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/open62541/open62541/issues/8092 | CISA-ADP | ExploitIssue TrackingTechnical AnalysisVendor |
| https://github.com/open62541/open62541/blob/master/examples/access_control/server_access_control.c | [email protected] | Source CodeVendor |
| https://github.com/open62541/open62541/blob/master/src/server/ua_services_subscription.c | [email protected] | Source CodeVendor |
| https://github.com/open62541/open62541/blob/master/src/server/ua_subscription.c | [email protected] | Source CodeVendor |
| https://github.com/open62541/open62541/blob/master/src/server/ua_subscription.h | [email protected] | Source CodeVendor |
| https://github.com/open62541/open62541/issues/8092 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| open62541 | <= 1.5.5 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 4, 2026 | New CVE Received | [email protected] |
Volerion