← Retour
CVE-2026-57274
high
CVSS 8.3
GeoWebPlayer (also called "Web Plugin" in the GV-VMS documentation and "WS Player" for VMS-Cloud)...
Résumé
GeoWebPlayer (also called "Web Plugin" in the GV-VMS documentation and "WS Player" for VMS-Cloud)...
Résumé IA openai / gpt-4o
Une vulnérabilité référencée **CVE-2026-57274** a été découverte dans buffer-overflow.
Des attaquants peuvent cibler un point d'entrée spécifique comme ``connectionInfo`` à distance pour détourner le produit.
L'exploitation peut entraîner la prise de contrôle totale du système. Score CVSS : 8.3/10.
Action : appliquez le correctif officiel de l'éditeur.
En cas de doute, contactez votre service informatique ou cherchez « buffer-overflow CVE-2026-57274 » sur le site de l'éditeur.
CVE-2026-57274 (buffer-overflow) — CWE-120 / CVSS v3 8.3
Vecteur d'attaque : distant (réseau) / non authentifié
Surface d'attaque : `connectionInfo` / `handle_connection_info` / `handle_connect_info`
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
GeoWebPlayerにおけるバッファオーバーフロー脆弱性
📍 Périmètre concerné
handle_connection_info関数での文字列コピー操作
🔥 Gravité
任意のコード実行につながる可能性があり、重大です。
🔧 Comment corriger
文字列コピー時にバッファの長さ制限を正しく実装し、境界チェックを行います。
🛡️ Contournement
GeoWebPlayerの使用を一時的に停止するか、アクセス制限を設ける。
🔍 Détection
接続情報コマンドの異常動作を監視し、不正アクセスを検出する。