← Retour
CVE-2026-77652
high
CVSS 7.8
A heap-based buffer overflow vulnerability exists in the Dia diagram editor WPG file format...
Résumé
A heap-based buffer overflow vulnerability exists in the Dia diagram editor WPG file format...
Résumé IA openai / gpt-4o
Une vulnérabilité référencée **CVE-2026-77652** a été découverte dans c.
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 « c CVE-2026-77652 » sur le site de l'éditeur.
CVE-2026-77652 (c) — CWE-122 / 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
DiaのWPGファイルフォーマットインポーターにヒープベースのバッファオーバーフローがある。
📍 Périmètre concerné
plug-ins/wpg/wpg-import.c内のWPGパーサー。
🔥 Gravité
悪意のあるWPGファイルを使用して任意のコード実行が可能になる。
🔧 Comment corriger
WPGファイルのインデックスチェックを強化し、バッファオーバーフローを防ぐ条件を追加する。
🛡️ Contournement
悪意のあるWPGファイルを開かないよう注意する。
🔍 Détection
コードベースを確認し、影響を受ける関数の振る舞いをテストする。