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**: Unauthenticated Arbitrary Options Update in WordPress Plugin 'Sitemap by click5'. π₯ **Consequences**: Attackers can change blog settings, create admin accounts, and **take over the entire blog**.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: Missing **Authorization** and **CSRF checks** on REST endpoints. The plugin fails to verify if the option being updated belongs to it.
Q3Who is affected? (Versions/Components)
π¦ **Affected**: WordPress Plugin **Sitemap by click5**. π **Version**: All versions **< 1.0.36**.
Q4What can hackers do? (Privileges/Data)
π΅οΈ **Attacker Actions**: Modify arbitrary options (e.g., `users_can_register`, `default_role`). π **Result**: Create new **Admin Accounts** and gain full control.
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: **LOW**. π« **Auth Required**: **None**. Unauthenticated attackers can exploit this directly.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π£ **Exploit**: **YES**. π Public PoC available on GitHub (RandomRobbieBF) and Nuclei templates.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for plugin version < 1.0.36. π§ͺ Test REST endpoints for missing auth/CSRF headers when updating options.