Description
In Eclipse OMR versions up to 0.11, the arraycmp SIMD implementation for Z and P does not check if the number of bytes to compare is zero.
Published: 2026-07-21
Score: 5.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in Eclipse OMR’s arraycmp SIMD implementation for the Z and P architectures, present in all releases up to version 0.11. A missing validation that the number of bytes to compare is zero can cause the routine to perform an invalid memory comparison, leading to undefined behavior and the potential for a buffer under‑read (CWE‑125).

Affected Systems

All deployments of Eclipse OMR version 0.11 or earlier are affected. Any application or system that compiles against or links with these library versions is potentially impacted.

Risk and Exploitability

The security severity is moderate, reflected by a CVSS score of 5.7. The EPSS score is listed as < 1 %, indicating an extremely low likelihood of exploitation, and the vulnerability is not catalogued in the CISA KEV database. Exploitation would likely require an attacker to cause the array comparison routine to be invoked with a zero‑byte count, possibly through crafted input that triggers the faulty path. No remote code execution or privilege escalation is documented in the available data.

Generated by OpenCVE AI on July 30, 2026 at 16:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Eclipse OMR version 0.12 or later, which includes a guard against zero‑byte comparisons.
  • If an upgrade is not immediately possible, modify the integration to use the non‑SIMD array comparison path or add a guard condition that aborts the call when the byte count is zero.
  • Implement input validation so that any byte count supplied to the arraycmp routine is verified to be greater than zero before the function is executed.

Generated by OpenCVE AI on July 30, 2026 at 16:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 22 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Eclipse
Eclipse omr
Vendors & Products Eclipse
Eclipse omr

Tue, 21 Jul 2026 18:15:00 +0000

Type Values Removed Values Added
Description In Eclipse OMR versions up to 0.11, the arraycmp SIMD implementation for Z and P does not check if the number of bytes to compare is zero.
Title Eclipse OMR : arraycmp SIMD implementation does not check if the number of bytes to compare is zero
Weaknesses CWE-125
References
Metrics cvssV4_0

{'score': 5.7, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L'}


cve-icon MITRE

Status: PUBLISHED

Assigner: eclipse

Published:

Updated: 2026-07-22T19:02:01.222Z

Reserved: 2026-07-20T06:42:55.700Z

Link: CVE-2026-16243

cve-icon Vulnrichment

Updated: 2026-07-22T19:01:54.734Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T17:00:07Z

Weaknesses