This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis →
Q1What is this vulnerability? (Essence + Consequences)
🚨 **Essence**: A critical input validation flaw in the **Fields GLPI plugin**. <br>💥 **Consequences**: Allows **Arbitrary PHP Code Execution**. This is not just a bug; it’s a full system compromise risk.
Q2Root Cause? (CWE/Flaw)
🛡️ **Root Cause**: **CWE-20: Improper Input Validation**. <br>❌ **Flaw**: The plugin fails to sanitize inputs when creating dropdown lists, allowing malicious code injection directly into the PHP execution context.
Q3Who is affected? (Versions/Components)
📦 **Affected**: **pluginsGLPI / Fields** plugin. <br>📉 **Version**: All versions **prior to 1.23.3**. <br>🔧 **Component**: The dropdown list creation feature within the plugin.
Q4What can hackers do? (Privileges/Data)
💀 **Attacker Actions**: <br>1️⃣ Execute **Arbitrary PHP Code**. <br>2️⃣ Gain **Full Server Control** (RCE). <br>3️⃣ Steal sensitive data or pivot to other systems. <br>📊 **Impact**: High (C/H/I:H/A:H).
🕵️ **Public Exploit**: <br>❌ **No PoC/Wild Exploit** currently listed in the data. <br>📝 **Status**: Theoretical but highly dangerous. No public code snippet available yet.
Q7How to self-check? (Features/Scanning)
🔍 **Self-Check**: <br>1️⃣ Check GLPI Admin Panel → Plugins → **Fields**. <br>2️⃣ Verify Version Number. <br>3️⃣ If version < **1.23.3**, you are vulnerable.…
⚡ **Urgency**: **HIGH** (Priority 1). <br>📅 **Published**: 2026-03-16. <br>💡 **Reason**: Although it requires admin auth, the impact is **Full RCE**. Do not ignore. Patch immediately upon upgrade.