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**: Hotel Booking Lite < 5.2.3 suffers from **Remote Code Inclusion** (RCE). π₯ **Consequences**: Attackers can inject malicious code, leading to full server compromise, data theft, or site defacement.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: **CWE-94** (Code Injection). The flaw stems from **improper code generation** within the plugin, allowing untrusted input to be executed as code.
Q3Who is affected? (Versions/Components)
π₯ **Affected**: **Jetmonsters**' **Hotel Booking Lite** plugin. Specifically, versions **5.2.3 and earlier**. WordPress core is mentioned as context, but the vulnerability is in the plugin.
Q4What can hackers do? (Privileges/Data)
π» **Hacker Capabilities**: With **CVSS 9.8 (Critical)**, attackers gain **High** impact on Confidentiality, Integrity, and Availability. They can execute arbitrary code, access sensitive data, and take over the website.
Q5Is exploitation threshold high? (Auth/Config)
π **Exploitation Threshold**: **Medium**. Requires **PR:H** (Privileges Required: High). The attacker likely needs **authenticated access** or specific user privileges to trigger the vulnerability.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exploit**: **No PoC provided** in the data. However, references to Patchstack indicate it is a known, tracked vulnerability. Wild exploitation risk exists if auth is bypassed.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for **Hotel Booking Lite** version **β€ 5.2.3**. Check for **CWE-94** indicators in PHP files. Look for unauthorized file inclusions or code execution attempts in logs.
π§ **No Patch Workaround**: If updating is impossible, **disable the plugin** immediately. Restrict access to WordPress admin areas. Implement **WAF rules** to block code injection patterns.
Q10Is it urgent? (Priority Suggestion)
β‘ **Urgency**: **CRITICAL**. CVSS score is **9.8**. Despite requiring high privileges, the impact is total system compromise. **Patch immediately** upon update availability.