Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions vulnerabilities/AIKIDO-2026-10293.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"package_name": "onnxruntime-node",
"patch_versions": [
"1.24.2"
],
"vulnerable_ranges": [
[
"0.1.4",
"1.24.1"
]
],
"cwe": [
"CWE-125"
],
"tldr": "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.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `onnxruntime-node` library to a patch version.",
"vulnerable_to": "Out-of-bound read",
"related_cve_id": "",
"language": "JS",
"severity_class": "MEDIUM",
"aikido_score": 53,
"changelog": "https://github.com/microsoft/onnxruntime/releases/tag/v1.24.2",
"last_modified": "2026-03-05",
"published": "2026-03-05"
}