7.5
CVE-2026-67863
- EPSS 0.41%
- Veröffentlicht 05.08.2026 00:00:00
- Zuletzt bearbeitet 07.08.2026 13:16:53
- CVE-Watchlists
- Unerledigt
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.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.41% | 0.337 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| MITRE | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
https://github.com/open62541/open62541/issues/8131
https://github.com/open62541/open62541/blob/v1.5.5/include/open62541/server.h
https://github.com/open62541/open62541/blob/v1.5.5/src/server/ua_subscription.c
https://github.com/open62541/open62541/blob/v1.5.5/src/server/ua_services_monitoreditem.c