Back to list

Snorkel BaseLabeler.load uses an unsafe pickle.load — CVE-2026-31223

GitHub · GitHub · CVE-2026-31223

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

Summary

The snorkel library thru v0.10.0 contains a critical insecure deserialization vulnerability (CWE-502) in the BaseLabeler.load() method of the BaseLabeler class. The method loads serialized labeler models using the unsafe pickle.load() function on user-supplied file paths without any validation or security controls. Python's pickle module is inherently dangerous for deserializing untrusted data, as it can execute…

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