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**: OS Command Injection in **Lilac-Reloaded** (v2.0.8). <br>π₯ **Consequences**: Remote Code Execution (RCE). Attackers can run arbitrary commands on the server via the **autodiscovery** feature.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: **CWE-78** (OS Command Injection). <br>π **Flaw**: The **autodiscovery** function lacks input filtering/validation. Malicious inputs are executed directly by the OS.
Q3Who is affected? (Versions/Components)
π― **Affected**: **Lilac-Reloaded** by **cat03** (eskyuu). <br>π¦ **Version**: Specifically **v2.0.8**. <br>π **Context**: Used as a GUI config management tool for **Nagios**.
Q4What can hackers do? (Privileges/Data)
π **Hackers Can**: Execute **Remote Code** with full system privileges. <br>π **Impact**: High Confidentiality, Integrity, and Availability loss (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).
π£ **Public Exploit**: **YES**. <br>π **Source**: ExploitDB **51374**. <br>β οΈ **Status**: Wild exploitation is possible via the autodiscovery endpoint.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for **Lilac-Reloaded** instances. <br>π§ͺ **Test**: Trigger the **autodiscovery** feature with malicious payloads. <br>π‘ **Tools**: Use VulnCheck or ExploitDB signatures to detect the specific flaw.