4 matches found
cve-2025-32434-poc
CVE-2025-32434 描述 技术细节 漏洞入口点是 torch/serialization.py 中的 load 函数 当保护(weightsonly)启用时: 加载 tar 文件会依次调用以下函数: 1. load: torch/serialization.py:1117 2. loadlegacy: torch/serialization.py:1376 至 torch/serialization.py:1406 3. persistentload: torch/serialization.py:1474 4. picklemodule.load:...
CVE-2025-32434-exploit
概要 このエクスプロイトは、PyTorchバージョン2.6.0未満における重大なリモートコード実行の脆弱性(CVE-2025-32434)を示しています。この欠陥は、モデルのデシリアライズ中に任意のコード実行を防ぐはずのweightsonly=Trueを使用している場合でも、torch.load関数に存在します。 この脆弱性は、weightsonlyunpicklerの実装がデシリアライズを適切に制限できないために発生し、攻撃者が悪意のある.ptモデルファイルを作成し、脆弱なPyTorchインストールで読み込まれると任意のシステムコマンドを実行できるようになります。 影響を受けるバージョ...
PYSEC-2026-3967
PyTorch Lightning through 2.6.5, fixed in commit d710d68, contains a remote code execution vulnerability in the loadstate function that imports and executes attacker-controlled module names from checkpoint instantiator hyperparameters. Attackers can craft malicious checkpoint files that bypass...
PYSEC-2026-3967
PyTorch Lightning through 2.6.5, fixed in commit d710d68, contains a remote code execution vulnerability in the loadstate function that imports and executes attacker-controlled module names from checkpoint instantiator hyperparameters. Attackers can craft malicious checkpoint files that bypass...