← Retour
CVE-2026-45313
high
CVSS 7.7
Sandboxie-Plus is an open source sandbox-based isolation software for Windows. Prior to 1.17.6, GuiServer::WndHookRegisterSlave in Sandboxie/core/svc/GuiServer.cpp stores attacker-supplied hthread and...
Résumé
Sandboxie-Plus is an open source sandbox-based isolation software for Windows. Prior to 1.17.6, GuiServer::WndHookRegisterSlave in Sandboxie/core/svc/GuiServer.cpp stores attacker-supplied hthread and hproc fields from a GUI_WND_HOOK_REGISTER request without validating that the thread belongs to the...
Résumé IA openai / gpt-4o
Une vulnérabilité référencée **CVE-2026-45313** a été découverte dans cpp.
Des attaquants peuvent cibler un point d'entrée spécifique comme ``hthread`` à distance pour détourner le produit.
L'exploitation peut entraîner la prise de contrôle totale du système. Score CVSS : 7.7/10.
Action : appliquez le correctif officiel de l'éditeur.
En cas de doute, contactez votre service informatique ou cherchez « cpp CVE-2026-45313 » sur le site de l'éditeur.
CVE-2026-45313 (cpp) — CWE-284 / CVSS v3 7.7
Vecteur d'attaque : local / non authentifié
Surface d'attaque : `hthread` / `hproc` / `GUI_WND_HOOK_REGISTER` / `GuiServer.cpp`
Versions affectées : `< 1.17.6`
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
GuiServer::WndHookRegisterSlaveの脆弱性により、攻撃者が提供した情報を検証せずに受け入れることが可能です。
📍 Périmètre concerné
Sandboxie-PlusのGuiServer::WndHookRegisterSlave(バージョン1.17.6より前)
🔥 Gravité
検証不足により任意のコードがホストプロセスで実行される可能性があるため深刻です。
🔧 Comment corriger
バージョン1.17.6へのアップデートにより、この問題が修正されます。
🛡️ Contournement
情報なし
🔍 Détection
GuiServer::WndHookRegisterSlaveの動作を監視し、異常な動作がないか確認します。