GHSA-3jxq-4q7m-7pfc · Severity: critical — The _load_model() function in the neural_magic_training.py script of the optimate project in...
The _load_model() function in the neural_magic_training.py script of the optimate project in commit a6d302f912b481c94370811af6b11402f51d377f (2024-07-21) allows arbitrary code execution. When a user supplies a directory path via the --model command-line argument, the function reads a module.py file from that directory and executes its contents directly using Python's exec() function. This design does not validate or sanitize the file's content, allowing an attacker who controls the input directory to execute arbitrary Python code in the context of the process running the script.
Conclusion & alert: CVE-2026-31217 is rated Moderate Risk (47.3/100): CVSS Critical severity, with low exploitation likelihood (EPSS 0.08%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-14 | 0.02% | 0.08% | +0.06% |
| 2 | 2026-05-13 | — | 0.02% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
GHSA-3jxq-4q7m-7pfc · Severity: critical — The _load_model() function in the neural_magic_training.py script of the optimate project in...
| URL | Tags |
|---|---|
| https://github.com/nebuly-ai/optimate | Product |
| https://www.notion.so/CVE-2026-31217-35d1e13931888179ae40dea5258d2db9 | Mitigation Third Party Advisory |