製品・ソフトウェアに関する情報
Snorkel AI, Inc.のSnorkelにおける信頼できないデータのデシリアライゼーションに関する脆弱性
Title Snorkel AI, Inc.のSnorkelにおける信頼できないデータのデシリアライゼーションに関する脆弱性
Summary

snorkelライブラリのv0.10.0までには、BaseLabelerクラスのBaseLabeler.load()メソッドに重大な安全でない逆シリアル化の脆弱性(CWE-502)が存在します。このメソッドは、ユーザーが提供するファイルパスに対して検証やセキュリティ制御を行わずに、安全でないpickle.load()関数を使用してシリアル化されたラベラーモデルを読み込みます。Pythonのpickleモジュールは信頼できないデータの逆シリアル化に本質的に危険であり、逆シリアル化の過程で任意のコードが実行される可能性があります。リモートの攻撃者は細工された悪意のあるpickleファイルを提供することでこれを悪用でき、脆弱なメソッドでファイルが読み込まれた際に被害者のシステム上で任意のコードを実行させる可能性があります。

Possible impacts 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date May 12, 2026, midnight
Registration Date May 15, 2026, 10:54 a.m.
Last Update May 15, 2026, 10:54 a.m.
CVSS3.0 : 重要
Score 8.8
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Affected System
Snorkel AI, Inc.
Snorkel 0.10.0 およびそれ以前
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年05月15日]
  掲載
May 15, 2026, 10:54 a.m.

NVD Vulnerability Information
CVE-2026-31223
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 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.

Publication Date May 13, 2026, 1:16 a.m.
Registration Date May 13, 2026, 4:12 a.m.
Last Update May 14, 2026, 12:46 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:snorkel:snorkel:*:*:*:*:*:*:*:* 0.10.0
Related information, measures and tools
Common Vulnerabilities List