Cyber Resilience

CVE-2026-44512

Memory Safety in Linuxfoundation Onnx 1.9.0 – 1.22.0

Public PoCMemory Safety
Published
08 July 2026
Modified
13 July 2026
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
EPSS Score 0.0018 8th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-44512 is a medium-severity NULL Pointer Dereference (CWE-476) vulnerability in Linuxfoundation Onnx. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

This vulnerability is AI-related — categorised as Machine Learning Libraries.

The strongest mitigations our analysis identified map to SI-2 (Flaw Remediation) and CM-7 (Least Functionality) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Open Neural Network Exchange (ONNX) is an open standard for machine learning interoperability. From 1.9.0 before 1.22.0, onnx.version_converter.convert_version() can dereference a null pointer in Upsample_6_7::adapt_upsample_6_7() in onnx/version_converter/adapters/upsample_6_7.h when processing an untrusted model with an Upsample node that has zero inputs,…

more

causing an unrecoverable denial of service. This issue is fixed in version 1.22.0.

CWE(s)

AI Security AnalysisAI

AI Category
Machine Learning Libraries
Risk Domain
N/A
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: neural network, machine learning

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Null pointer dereference in ONNX version converter when processing untrusted models with malformed Upsample nodes leads to application crash, enabling denial of service via application exhaustion or exploitation.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-34445Same product: Linuxfoundation Onnx
CVE-2026-28500Same product: Linuxfoundation Onnx
CVE-2026-34446Same product: Linuxfoundation Onnx
CVE-2026-34447Same product: Linuxfoundation Onnx
CVE-2026-27489Same product: Linuxfoundation Onnx
CVE-2025-51480Same product: Linuxfoundation Onnx
CVE-2026-23831Same vendor: Linuxfoundation
CVE-2024-5187Same product: Linuxfoundation Onnx
CVE-2025-68141Same vendor: Linuxfoundation
CVE-2026-58250Same vendor: Linuxfoundation

Affected Assets

linuxfoundation
onnx
1.9.0 — 1.22.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
  • CM-7 Least Functionality
  • SI-3 Malicious Code Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-2 requires timely installation of security-relevant patches; applying the ONNX 1.22.0 fix directly eliminates the null-dereference path in convert_version().

prevent

CM-7 restricts software to only the functions necessary for mission needs, limiting exposure to the vulnerable version_converter module when it is not required.

prevent

SI-3 enforces malicious-code and content inspection that can block or sandbox untrusted ONNX models before they reach the vulnerable converter.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices (static analysis, code review, safe coding standards) directly prevent NULL dereference bugs during development.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect NULL dereference defects before release.

prevents

Secure SDLC mandates defensive coding practices that can prevent NULL dereferences.

prevents

Application security requirements can specify input validation and pointer-safety rules.

prevents

Secure architecture principles encourage defensive design that avoids unsafe pointer use.

prevents

Secure coding standards directly require NULL-pointer checks and safe dereference patterns.

References