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.