OSV 1.4.0 · github-reviewed · 修改于 2026-05-19 04:25
发布时间
2026-05-13 02:30
GitHub 审查时间
2026-05-19 04:25
NVD 发布时间
2026-05-13 00:16
源文件
advisories/github-reviewed/2026/05/GHSA-78cp-f66x-qmh5/GHSA-78cp-f66x-qmh5.json
The snorkel library thru v0.10.0 contains an insecure deserialization vulnerability (CWE-502) in the Trainer.load() method of the Trainer class. The method loads model checkpoint files using torch.load() without enabling the security-restrictive weights_only=True parameter. This default behavior allows the deserialization of arbitrary Python objects via the Pickle module. A remote attacker can exploit this by providing a maliciously crafted model file, leading to arbitrary code execution on the victim's system when the file is loaded via the vulnerable method.