Description
If configured as a server, CodeMeter Runtime before versions 8.41a and 9.10 accepts requests with opcode 0x5e, which contain the data length and
the data itself. Missing bounds checking on the data length value can lead to out of bounds reads, causing a
segmentation fault that ultimately crashes the CodeMeter Runtime.
Published: 2026-08-27
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

When configured as a server, CodeMeter Runtime versions older than 8.41a (in the 8.x series) and 9.10 (in the 9.x series) accept network requests that include opcode 0x5e. That opcode carries a data length field followed by a data payload. The runtime code fails to validate that the data length does not exceed the available buffer, resulting in an out‑of‑bounds read and a segmentation fault that terminates the runtime. The primary impact is a loss of availability; the application that depends on CodeMeter Runtime would stop functioning until the service is restarted. No direct disclosure of secrets or hijacking of execution is described, so confidentiality and integrity are not affected.

Affected Systems

This vulnerability affects the Wibu‑Systems CodeMeter Runtime product. Specifically, all versions prior to 8.41a in the 8.x line and those prior to 9.10 in the 9.x line are impacted. Any system that runs the runtime in server mode and exposes it to network traffic is at risk.

Risk and Exploitability

The CVSS score of 7.5 indicates moderate severity, reflecting a significant disruption to service. The EPSS score is not available, and the vulnerability is not currently listed in the CISA KEV catalog, suggesting no widespread exploitation at the time of analysis. The vulnerable opcode is used in the server mode, so the attack vector is inferred to be remote over the network, as the server listens for external requests. An attacker would craft a malformed request with an oversized length field to trigger the crash, but would not gain code execution or data disclosure. The lack of official exploitation reports indicates that the risk is primarily the potential for DoS by a savvy attacker who can reach the server endpoint.

Generated by OpenCVE AI on August 27, 2026 at 10:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest CodeMeter Runtime version 8.41a or newer, or 9.10 or newer, which patches the bounds‑checking flaw.
  • If an upgrade is not immediately possible, reconfigure the runtime to avoid running in server mode, or block the opcode 0x5e from being accepted.
  • Restrict network access to the CodeMeter Runtime service to trusted hosts or a dedicated isolated network segment to limit the attack surface.

Generated by OpenCVE AI on August 27, 2026 at 10:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
Description If configured as a server, CodeMeter Runtime before versions 8.41a and 9.10 accepts requests with opcode 0x5e, which contain the data length and the data itself. Missing bounds checking on the data length value can lead to out of bounds reads, causing a segmentation fault that ultimately crashes the CodeMeter Runtime.
Title Missing Sanity Checks for Buffer Lengths
First Time appeared Wibu-systems-ag
Wibu-systems-ag codemeter-runtime
Weaknesses CWE-130
CPEs cpe:2.3:a:wibu-systems-ag:codemeter-runtime:*:*:*:*:*:*:*:*
cpe:2.3:a:wibu-systems-ag:codemeter-runtime:6.00:*:*:*:*:*:*:*
cpe:2.3:a:wibu-systems-ag:codemeter-runtime:7.00:*:*:*:*:*:*:*
Vendors & Products Wibu-systems-ag
Wibu-systems-ag codemeter-runtime
References
Metrics cvssV3_1

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


Subscriptions

Wibu-systems-ag Codemeter-runtime
cve-icon MITRE

Status: PUBLISHED

Assigner: wibu

Published:

Updated: 2026-08-27T08:00:54.182Z

Reserved: 2026-08-27T07:01:24.780Z

Link: CVE-2026-81575

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T10:16:40.197

Modified: 2026-08-27T10:16:40.197

Link: CVE-2026-81575

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T10:45:17Z

Weaknesses
  • CWE-130

    Improper Handling of Length Parameter Inconsistency