VYPR

Onnx

by Onnx

Source repositories

CVEs (10)

  • CVE-2026-28500HigMar 18, 2026
    risk 0.56cvss 8.6epss 0.00

    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…

  • CVE-2024-7776CriMar 20, 2025
    risk 0.52cvss 9.1epss 0.01

    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-5187HigJun 6, 2024
    risk 0.50cvss 8.8epss 0.01

    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…

  • CVE-2024-27318HigFeb 23, 2024
    risk 0.42cvss 7.5epss 0.01

    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-2026-49114HigAug 21, 2026
    risk 0.39cvss 7.1epss 0.00

    In ONNX before 1.21.0, the 'save_external_data' function builds the external-data file path from the model's external_data location field and opens it for writing without 'O_NOFOLLOW/O_EXCL', after a non-atomic 'os.path.isfile()' check. A local attacker with write access to the…

  • CVE-2026-44512MedJul 8, 2026
    risk 0.35cvss 5.5epss 0.00

    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…

  • CVE-2024-27319MedFeb 23, 2024
    risk 0.22cvss 4.4epss 0.01

    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-2026-14647MedJul 4, 2026
    risk 0.21cvss 4.3epss 0.00

    A weakness has been identified in onnx up to 1.21.x. This vulnerability affects the function convPoolShapeInference_opset19 of the file onnx/defs/nn/old.cc of the component onnxruntime. This manipulation causes out-of-bounds read. It is possible to initiate the attack remotely.…

  • CVE-2026-63632LowAug 18, 2026
    risk 0.14cvss 3.3epss 0.00

    Open Neural Network Exchange (ONNX) is an open standard for machine learning interoperability. From 1.3.0 until 1.22.0, onnx.version_converter.convert_version() can perform an out-of-bounds read in Gemm_7_6::adapt_gemm_7_6() in onnx/version_converter/adapters/gemm_7_6.h when a…

  • CVE-2025-51480HigJul 22, 2025
    risk 0.00cvss 8.8epss 0.01

    Path Traversal vulnerability in onnx.external_data_helper.save_external_data in ONNX 1.17.0 allows attackers to overwrite arbitrary files by supplying crafted external_data.location paths containing traversal sequences, bypassing intended directory restrictions.