GHSA-fq92-qc8f-482v

Suggest an improvement
Source
https://github.com/advisories/GHSA-fq92-qc8f-482v
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-fq92-qc8f-482v/GHSA-fq92-qc8f-482v.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-fq92-qc8f-482v
Aliases
Published
2026-05-12T18:30:38Z
Modified
2026-07-13T16:43:14Z
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.

Database specific
{
    "cwe_ids":  [
        "CWE-502"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-05-18T20:24:49Z",
    "nvd_published_at":  "2026-05-12T16:16:14Z",
    "severity":  "HIGH"
}
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/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-fq92-qc8f-482v/GHSA-fq92-qc8f-482v.json"