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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-32512 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: PHP Object Injection via **Untrusted Data Deserialization**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-502** (Deserialization of Untrusted Data). <br>πŸ” **Flaw**: The plugin fails to validate/sanitize data before passing it to PHP's `unserialize()`.…

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: Edge-Themes. <br>πŸ“¦ **Product**: WordPress Theme **Pelicula**. <br>πŸ“‰ **Affected Versions**: **< 1.10**. If you are running 1.09 or lower, you are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: <br>1️⃣ **Execute Code**: Run arbitrary PHP commands on the server. <br>2️⃣ **Access Data**: Read sensitive files (wp-config.php, user DB).…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: None required (PR:N). <br>πŸ–±οΈ **UI**: None required (UI:N). <br>🌐 **Network**: Remote (AV:N). <br>βœ… **Difficulty**: Easy. No login or special config needed to trigger.

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

πŸ“œ **Public Exploit**: **No**. <br>🚫 **PoC**: Empty list in data. <br>⚠️ **Risk**: While no public PoC exists, the CVSS score (9.8) indicates high severity.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1️⃣ Check WP Admin > Themes for **Pelicula** version. <br>2️⃣ Verify version is **< 1.10**. <br>3️⃣ Scan for `unserialize()` calls in `pelicula` theme files without input validation.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: **Yes**. <br>πŸ“₯ **Action**: Update Pelicula theme to **version 1.10 or later**.…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1️⃣ **Disable Theme**: Switch to a default WP theme immediately. <br>2️⃣ **WAF**: Block requests containing PHP serialized strings (O: or a:).…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL (P1)**. <br>πŸ“… **Priority**: Patch **IMMEDIATELY**. <br>πŸ“‰ **CVSS**: 9.8 (Critical). <br>⏳ **Time**: Zero-day risk is high due to low exploitation barrier. Do not wait for PoC.