CVE-2026-94092 Details
Description
A vulnerability was detected in dmlc dgl up to 2.1.0. This impacts the function load_info/_read_torch_data of the file utils.py. Performing a manipulation of the argument path results in deserialization. The attack can be initiated remotely. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
A vulnerability allowing arbitrary code execution has been identified in the DGL (Deep Graph Library) Python package, specifically in versions through 2.1.0. The issue arises in the 'load_info' function within 'utils.py', where a manipulation of the 'path' argument leads to unsafe deserialization. This vulnerability can be exploited remotely, as the 'load_info' function is a public API recommended for use with DGL datasets. The problem is exacerbated by the 'read_data' function in the 'graphbolt' module, which also facilitates unsafe deserialization by calling 'torch.load' with disabled safety features, allowing for the execution of attacker-controlled payloads.
Users can set the 'TORCH_FORCE_WEIGHTS_ONLY_LOAD=1' environment variable before loading DGL data files to mitigate the vulnerability when using the 'read_data' function. However, this non-default setting may disrupt the loading of legitimate old PyTorch checkpoints.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 20, 2026CISA-ADP
Assessed Sep 24, 2026References 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.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/dmlc/dgl/ | [email protected] | Vendor |
| https://github.com/dmlc/dgl/issues/7932 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/cve/CVE-2026-94092 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/952703 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/408022 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/408022/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-20 | Improper Input Validation | [email protected] |
| CWE-502 | Deserialization of Untrusted Data | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| dmlc dgl | <= 2.1.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 24, 2026 | CVE Modified | CISA-ADP |
| Sep 20, 2026 | New CVE Received | [email protected] |
Volerion