GHSA-3jxq-4q7m-7pfc · 深刻度: 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.
総合評価: CVE-2026-31217 は中リスク(51.4/100)。CVSS 深刻度は重大。悪用される可能性が高い(EPSS 0.43%、34 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.08% | 0.43% | +0.35% |
| 2 | 2026-05-14 | 0.02% | 0.08% | +0.06% |
| 3 | 2026-05-13 | — | 0.02% | — |
EPSS の全履歴 (全 3 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
GHSA-3jxq-4q7m-7pfc · 深刻度: critical — The _load_model() function in the neural_magic_training.py script of the optimate project in...
| URL | タグ |
|---|---|
| https://github.com/nebuly-ai/optimate | Product |
| https://www.notion.so/CVE-2026-31217-35d1e13931888179ae40dea5258d2db9 | Mitigation Third Party Advisory |