Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-32444 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical privilege escalation flaw in the **RealHomes** WordPress theme. <br>πŸ’₯ **Consequences**: Attackers can bypass security checks to gain **Administrator** access.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-266** (Incorrect Privilege Assignment). <br>πŸ” **Flaw**: The `inspiry_ajax_register` function fails to validate **authorization** or implement **nonce** validation.…

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: InspiryThemes. <br>πŸ“¦ **Product**: RealHomes WordPress Theme/Plugin. <br>πŸ“… **Affected Versions**: **4.3.6 and earlier**. Any site running these versions is vulnerable. πŸ“‰

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Attackers can escalate from **Guest/User** to **Administrator**. <br>πŸ“‚ **Data Access**: Full read/write access to the database, user credentials, and site configuration.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. <br>🌐 **Auth**: No authentication required (PR:N). <br>πŸ–±οΈ **UI**: No user interaction needed (UI:N). <br>πŸ“‘ **Network**: Exploitable remotely (AV:N).…

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ’» **Exploit**: **Yes**, Public PoC available. <br>πŸ”— **Link**: [GitHub PoC](https://github.com/rxerium/CVE-2024-32444). <br>πŸ“ **Status**: The PoC demonstrates arbitrary role specification.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check WordPress theme version for **RealHomes < 4.3.7**. <br>2. Scan for the `inspiry_ajax_register` endpoint. <br>3. Verify if registration allows role selection in HTTP requests. πŸ› οΈ

Q8Is it fixed officially? (Patch/Mitigation)

🚫 **Official Patch**: **No**. <br>πŸ“… **Date**: As of Jan 24, 2025, no patch exists. <br>⚠️ **Note**: The CVE was published in Sept 2025, but the PoC notes indicate a lack of vendor fix at the time of writing. πŸ“‰

Q9What if no patch? (Workaround)

πŸ›‘οΈ **Workaround**: <br>1. **Disable User Registration** on the WordPress site. <br>2. If registration is needed, manually restrict role assignment via code or use a security plugin to block unauthorized AJAX calls.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>🚨 **Priority**: **P1**. <br>πŸ’‘ **Reason**: CVSS Score is **9.8** (Critical). Remote, unauthenticated, no UI interaction required.…