PYSEC-2026-3069

See a problem?
Import Source
https://github.com/pypa/advisory-database/blob/main/vulns/snorkel/PYSEC-2026-3069.yaml
JSON Data
https://api.osv.dev/v1/vulns/PYSEC-2026-3069
Aliases
Published
2026-07-13T15:15:46Z
Modified
2026-07-13T16:31:33Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Snorkel BaseLabeler.load uses an unsafe pickle.load
Details

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 arbitrary code during the deserialization process. A remote attacker can exploit this by providing a maliciously crafted pickle file, leading to arbitrary code execution on the victim's system when the file is loaded via the vulnerable method.

References

Affected packages

PyPI / snorkel

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Last Affected
0.10.0

Affected versions

0.*
0.9.0
0.9.1
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
0.9.9
0.10.0

Database specific

source
"https://github.com/pypa/advisory-database/blob/main/vulns/snorkel/PYSEC-2026-3069.yaml"