Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-49114 Details

Description

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 directory where a victim serializes external data can deterministically pre-plant a symlink that is being followed, causing the victim's write to append to any file the victim can write, e.g. ~/.ssh/authorized_keys, cron files, or application configs. Fixed in 1.21.0.

Metrics

CVSS 3.x Severity and Vector Strings:

CNA: Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian GovernmentCVSS-B:7.1 HIGHVector:CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://github.com/onnx/onnx/security/advisories/GHSA-q56x-g2fj-4rj6 Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian GovernmentExploitVendor Advisory
https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/IT/white/2026/va-26-233-01.json Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian GovernmentVDB Entry
https://www.cve.org/CVERecord?id=CVE-2026-49114 Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian GovernmentThird Party AdvisoryVDB Entry

Weakness Enumeration

CWE-IDCWE NameSource
CWE-22Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian Government
CWE-367Time-of-check Time-of-use (TOCTOU) Race ConditionCybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian Government
CWE-59Improper Link Resolution Before File Access ('Link Following')Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian Government

Affected Products

ProductVersions
linuxfoundation onnx
< 1.21.0

CPE

  • cpe:2.3:a:linuxfoundation:onnx:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-49114
NVD Published Date:
Aug 21, 2026
NVD Last Modified:
Sep 16, 2026
Source:
Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian Government
CVE-2026-49114 Details - Not Deferred