← Retour
CVE-2026-12484
high
CVSS 7.8
Keras: TorchModuleWrapper can deserialize unsafe PyTorch pickle data
Résumé
Keras: TorchModuleWrapper can deserialize unsafe PyTorch pickle data
Résumé IA openai / gpt-4o
Une vulnérabilité référencée **CVE-2026-12484** a été découverte dans deserialization.
L'exploitation peut entraîner la prise de contrôle totale du système. Score CVSS : 7.8/10.
Action : appliquez le correctif officiel de l'éditeur.
En cas de doute, contactez votre service informatique ou cherchez « deserialization CVE-2026-12484 » sur le site de l'éditeur.
CVE-2026-12484 (deserialization) — CWE-502 / CVSS v3 7.8
Vecteur d'attaque : local / non authentifié
Plan : 1) Audit SBOM, 2) Mise à jour staging→prod, 3) Surveillance WAF/proxy sur les endpoints affectés, 4) Recherche d'IOC dans les logs.
Réfs : voir GHSA / avis éditeur / version corrigée liés sur cette page.
❓ Quel est le problème
kerasのバージョン3.15.0における不適切なデシリアライズの脆弱性。
📍 Périmètre concerné
keras.layers.TorchModuleWrapper.from_configメソッド。
🔥 Gravité
不適切なデシリアライズにより任意のコードが実行可能で、深刻な被害を引き起こす可能性がある。
🔧 Comment corriger
安全なデシリアライズを保証するために、Kerasのセーフモードを積極的に使用する。
🛡️ Contournement
可能であれば、安全モードを有効にしてメソッドを呼び出す。
🔍 Détection
不審なKerasレイヤー設定ファイルを確認し、攻撃者が制御する可能性のあるデータを扱う際は警戒する。
Paquets affectés
pip
keras
[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"3.15.0"}]}]
Références
- web https://huntr.com/bounties/ab14df49-13b5-4442-b754-3189430bfa28
- web https://nvd.nist.gov/vuln/detail/CVE-2026-12484
- web https://github.com/advisories/GHSA-v2w2-w228-c444
- web https://github.com/keras-team/keras/pull/23048
- web https://github.com/keras-team/keras/pull/23165
- web https://github.com/keras-team/keras/commit/55888d3becbdbb45dc16a55b489900f911e2dde5
- web https://github.com/keras-team/keras/commit/d338a45204bdc787c8b3c4a9b82c1911cd52dedf
- web https://github.com/keras-team/keras/releases/tag/v3.12.3
- web https://github.com/keras-team/keras/releases/tag/v3.15.0