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**: Template Injection in GLPI leading to **Remote Code Execution (RCE)**. <br>π₯ **Consequences**: Full system compromise, data theft, and infrastructure takeover.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: **CWE-94** (Code Injection). <br>π **Flaw**: Improper neutralization of special elements used in code commands within admin templates.
Q3Who is affected? (Versions/Components)
π¦ **Affected**: **GLPI 11.0.0** to **11.0.6**. <br>β οΈ **Component**: The IT asset management software itself.
Q4What can hackers do? (Privileges/Data)
π **Attacker Action**: Execute arbitrary code on the server. <br>π **Privileges**: Requires **Admin** access initially, but escalates to **System Root** via RCE.
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: **Medium**. <br>π **Config**: Requires **High Privileges (PR:H)**. Attacker must already be an admin user.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π« **Public Exp?**: **No**. <br>π **PoC**: Empty list in data. No wild exploitation confirmed yet.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Verify GLPI version is **< 11.0.7**. <br>π‘ **Scan**: Look for admin template injection points in the web interface.
Q8Is it fixed officially? (Patch/Mitigation)
π οΈ **Fix**: **Yes**. <br>π₯ **Patch**: Upgrade to **GLPI 11.0.7** or later immediately.
Q9What if no patch? (Workaround)
π§ **No Patch?**: Restrict admin access strictly. <br>π« **Mitigation**: Disable template editing features if possible. Isolate the server.