CVE-2026-81572
Received
Received - Intake
CodeMeter Runtime Temporary File Deletion via Junction
Vulnerability report for CVE-2026-81572, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-27
Last updated on: 2026-08-27
Assigner: 2fc02b1f-71e7-4514-a878-169626f68903
Description
Description
cmu.exe --create-io --file C: creates a predictable temporary file under C:\CM-Stick. The directory and
file paths are not properly checked for NTFS reparse points, such as junctions or symbolic links, before file
operations are performed. A local attacker can create a junction at the temporary file that points to an arbitrary
system path. Because CodeMeter Runtime runs with System privileges, this could allow arbitrary files to be deleted
with System privileges and potentially enable local privilege escalation.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wibu-systems | codemeter_runtime | From 8.41 (inc) |
| wibu-systems | codemeter_runtime | From 9.10 (inc) |
| wibu-systems | codemeter_runtime | to 8.41 (exc) |
| wibu-systems | codemeter_runtime | to 9.10 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-59 | The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource. |