8.8
/ 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Description
The snorkel library thru v0.10.0 contains an insecure deserialization vulnerability (CWE-502) in the MultitaskClassifier.load() method of the MultitaskClassifier class. The method loads model weight 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.
AI Analysis
Insecure deserialization vulnerability in the MultitaskClassifier.load() method, allowing arbitrary code execution via malicious model files
Basic Information
ID
CVE-2026-31224
Source
mitre
Published
May 12, 2026 at 00:00
Modified
May 13, 2026 at 14:05
Affected Product
Vendor
snorkel-team
Product
snorkel
Version
v0.10.0
Affected Versions
n/a n/a n/a
CWE Classification
AI Assessment
AI Score
8.8 / 10
AI Severity
High
Vendor
snorkel-team
Product
snorkel
Version
v0.10.0