Intel

AIKIDO-2026-10294

onnxruntime is vulnerable to Out-of-bound read

Out-of-bound read Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Mar 5, 2026

53

Medium Risk

This Affects:

JAVAonnxruntime
0.1.4 - 1.24.1
Fixed in 1.24.2
Are you affected? Scan for Free

TL;DR

Affected versions of this package contain an out-of-bounds read vulnerability in ONNX Runtime’s ArrayFeatureExtractor operator due to missing validation for negative index values. The implementation checks only the upper bound (<= stride) but fails to ensure the index is non-negative, allowing crafted inputs such as y_data = [-10] to access memory outside the intended array. An attacker able to supply or influence model inputs could exploit this flaw to read unintended heap memory regions during inference, potentially leaking sensitive data from the process memory.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

onnxruntime is vulnerable to Out-of-bound read in versions 0.1.4 - 1.24.1.

How to fix this

Upgrade the com.microsoft.onnxruntime:onnxruntime library to a patch version.