← Retour
CVE-2026-27891
high
CVSS 7.2
FacturaScripts is an open source accounting and invoicing software. Versions 2026 and below contain a critical vulnerability in the Plugins::add() function. The system fails to properly validate the f...
Résumé
FacturaScripts is an open source accounting and invoicing software. Versions 2026 and below contain a critical vulnerability in the Plugins::add() function. The system fails to properly validate the file paths within uploaded ZIP archives. This allows an attacker to perform a Zip Slip attack, leadin...
Résumé IA openai / gpt-4o
Une vulnérabilité référencée **CVE-2026-27891** a été découverte dans path-traversal.
L'exploitation peut entraîner la prise de contrôle totale du système. Score CVSS : 7.2/10.
Action : appliquez le correctif officiel de l'éditeur.
En cas de doute, contactez votre service informatique ou cherchez « path-traversal CVE-2026-27891 » sur le site de l'éditeur.
CVE-2026-27891 (path-traversal) — CWE-20 / CVSS v3 7.2
Vecteur d'attaque : distant (réseau) / sans interaction utilisateur
Versions affectées : `<= 2025.71`
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
アップロードされたZIPアーカイブ内のファイルパスを正しく検証しないための脆弱性
📍 Périmètre concerné
FacturaScriptsのPlugins.php, Plugins::add()関数
🔥 Gravité
この脆弱性により、任意のファイル書き込みやリモートコード実行が可能です。
🔧 Comment corriger
バージョン2026.1にアップデートしてください。
🛡️ Contournement
情報なし
🔍 Détection
アップロードされたZIPファイルのファイルパスのサニタイズおよび検証を行っているか確認してください。