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**: Untrusted data is deserialized in **Goodlayers Hotel** plugin. <br>π₯ **Consequences**: Leads to **PHP Object Injection**.β¦
π‘οΈ **Root Cause**: **CWE-502** (Deserialization of Untrusted Data). <br>π **Flaw**: The plugin fails to validate or sanitize data before passing it to PHP's `unserialize()` or similar functions.β¦
π’ **Affected Vendor**: **GoodLayers**. <br>π¦ **Product**: **Goodlayers Hotel** WordPress Plugin. <br>π **Versions**: **3.1.4 and earlier**. If you are running this version or older, you are at risk.
Q4What can hackers do? (Privileges/Data)
π **Attacker Capabilities**: <br>1. **Remote Code Execution (RCE)** via object injection. <br>2. **Full System Control**: Read/write files, execute commands. <br>3.β¦
π **Public Exploit**: **No specific PoC provided** in the CVE data. <br>β οΈ **Risk**: High. Since CVSS is High and Auth is None, automated scanners and exploit kits likely target this class of vulnerability.β¦