Back to list

Snorkel MultitaskClassifier.load uses an unsafe torch.load — CVE-2026-31224

GitHub · GitHub · CVE-2026-31224

ID
CVE-2026-31224
Date
Updated
Activity
Source
GitHub
Vendor
GitHub
Threat
high
CVSS
8.8
EPSS
0.00282

Summary

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…

Product

pip: snorkel

What to do

General, cautious steps (verify details in the official source):

  • Prioritize patching or mitigation immediately (treat as actively risky).
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories