**🚨 iTop OS Command Injection** - Allows attackers to execute arbitrary OS commands via portal frontend. - Can lead to full server compromise 🖥️💥 - High impact on confidentiality, integrity, availability 📉
Q2根本原因?(CWE/缺陷点)
**🔍 Root Cause: CWE-78 - Improper Neutralization of Special Elements** - Unsanitized user input in portal frontend triggers server code execution. - Flaw in how commands are built from user data 🧩
**🔍 Public Exploit? ❌** - **No PoCs listed** in references 📄 - **No wild exploitation reported** 🌍 - Patched via GitHub commits 🔒
Q7怎么自查?(特征/扫描)
**🔎 Self-Check Steps** - Check iTop version 📦 - Verify if portal frontend is enabled 🌐 - Look for unusual command logs 📜 - Use web scanner for command injection patterns 🔍
Q8官方修了吗?(补丁/缓解)
**✅ Official Fix? YES** - Patched in versions **2.7.12, 3.1.3, 3.2.1** 🛠️ - Fixes in GitHub commits: [37fc1a5](https://github.com/Combodo/iTop/commit/37fc1a572380f2faa67fddea5b1a3a4ba72ed54e), [5780f26](https://github.co…