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**: A critical flaw in **Truelysell Core** plugin allows unauthorized role assignment. π **Consequences**: Attackers can create admin-level accounts without permission, leading to full site takeover.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: **CWE-269** (Improper Privilege Management). The plugin fails to validate the `user_role` parameter during user registration. π **Flaw**: Weak input sanitization allows privilege escalation.
Q3Who is affected? (Versions/Components)
π¦ **Affected**: **Truelysell Core** plugin version **1.8.7 and earlier**. π’ **Vendor**: Dreamstechnologies. π **Platform**: WordPress sites using this specific booking theme/plugin.
Q4What can hackers do? (Privileges/Data)
π **Attacker Action**: Create new user accounts with **elevated privileges** (e.g., Admin). π **Impact**: Full control over the WordPress site, data theft, and malicious code injection.
π» **Exploit**: Yes, public PoC available. π **Link**: [GitHub PoC](https://github.com/richardpaimu34/CVE-2025-8572). β οΈ **Status**: Wild exploitation risk is high due to simple vector.
Q7How to self-check? (Features/Scanning)
π **Check**: Scan for **Truelysell Core** plugin version β€ 1.8.7. π **Feature**: Look for user registration endpoints accepting `user_role` parameters without server-side validation.
Q8Is it fixed officially? (Patch/Mitigation)
π οΈ **Fix**: Update **Truelysell Core** to the latest version immediately. π’ **Source**: Check vendor (Dreamstechnologies) or WordPress repository for patched releases.
Q9What if no patch? (Workaround)
π§ **Workaround**: If patching is delayed, **disable public registration** or restrict user roles via server-side rules. π Block access to registration endpoints if possible.
Q10Is it urgent? (Priority Suggestion)
π₯ **Priority**: **CRITICAL**. CVSS Score is High (likely 9.8+). π **Action**: Patch immediately. This is a remote, unauthenticated privilege escalation. Do not wait.