VYPR

PyPI package

onnx

pkg:pypi/onnx

Vulnerabilities (10)

  • CVE-2026-34447MedApr 1, 2026
    affected < 1.21.0fixed 1.21.0

    Open Neural Network Exchange (ONNX) is an open standard for machine learning interoperability. Prior to version 1.21.0, there is a symlink traversal vulnerability in external data loading allows reading files outside the model directory. This issue has been patched in version 1.2

  • CVE-2026-34446MedApr 1, 2026
    affected < 1.21.0fixed 1.21.0

    Open Neural Network Exchange (ONNX) is an open standard for machine learning interoperability. Prior to version 1.21.0, there is an issue in onnx.load, the code checks for symlinks to prevent path traversal, but completely misses hardlinks because a hardlink looks exactly like a

  • CVE-2026-34445HigApr 1, 2026
    affected < 1.21.0fixed 1.21.0

    Open Neural Network Exchange (ONNX) is an open standard for machine learning interoperability. Prior to version 1.21.0, the ExternalDataInfo class in ONNX was using Python’s setattr() function to load metadata (like file paths or data lengths) directly from an ONNX model file. It

  • CVE-2026-27489HigApr 1, 2026
    affected < 1.21.0fixed 1.21.0

    Open Neural Network Exchange (ONNX) is an open standard for machine learning interoperability. Prior to version 1.21.0, a path traversal vulnerability via symlink allows to read arbitrary files outside model or user-provided directory. This issue has been patched in version 1.21.

  • CVE-2026-28500Mar 18, 2026
    affected < 1.21.0fixed 1.21.0

    Open Neural Network Exchange (ONNX) is an open standard for machine learning interoperability. In versions up to and including 1.20.1, a security control bypass exists in onnx.hub.load() due to improper logic in the repository trust verification mechanism. While the function is d

  • CVE-2024-7776Mar 20, 2025
    affected < 1.17.0fixed 1.17.0

    A vulnerability in the `download_model` function of the onnx/onnx framework, before and including version 1.16.1, allows for arbitrary file overwrite due to inadequate prevention of path traversal attacks in malicious tar files. This vulnerability can be exploited by an attacker

  • CVE-2024-5187Jun 6, 2024
    affected < 1.16.2fixed 1.16.2

    A vulnerability in the `download_model_with_test_data` function of the onnx/onnx framework, version 1.16.0, allows for arbitrary file overwrite due to inadequate prevention of path traversal attacks in malicious tar files. This vulnerability enables attackers to overwrite any fil

  • CVE-2024-27319Feb 23, 2024
    affected < 1.16.0fixed 1.16.0

    Versions of the package onnx before and including 1.15.0 are vulnerable to Out-of-bounds Read as the ONNX_ASSERT and ONNX_ASSERTM functions have an off by one string copy.

  • CVE-2024-27318Feb 23, 2024
    affected < 1.16.0fixed 1.16.0

    Versions of the package onnx before and including 1.15.0 are vulnerable to Directory Traversal as the external_data field of the tensor proto can have a path to the file which is outside the model current directory or user-provided directory. The vulnerability occurs as a bypass

  • CVE-2022-25882Jan 25, 2023
    affected < 1.13.0fixed 1.13.0

    Versions of the package onnx before 1.13.0 are vulnerable to Directory Traversal as the external_data field of the tensor proto can have a path to the file which is outside the model current directory or user-provided directory, for example "../../../etc/passwd"