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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-49073 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Untrusted data deserialization in 'Sweet Dessert' plugin. πŸ’₯ **Consequences**: PHP Object Injection.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-502** (Deserialization of Untrusted Data). The plugin fails to validate or sanitize input before passing it to PHP's `unserialize()` or similar functions, allowing malicious object construction.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: Vendor: **axiomthemes**. Product: **Sweet Dessert** (WordPress Theme/Plugin). πŸ“‰ **Version**: Versions **prior to 1.1.13** are vulnerable. 1.1.13+ is safe.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Full **Object Injection**. This can lead to Remote Code Execution (RCE), arbitrary file inclusion, or privilege escalation.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **LOW**. CVSS Vector: `AV:N/AC:L/PR:N/UI:N`. No authentication required. No user interaction needed. Network-accessible. Extremely easy to exploit remotely.

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

πŸ” **Public Exploit**: **No specific PoC provided** in the data. However, given the low CVSS complexity and nature of the flaw, generic PHP Object Injection payloads are likely applicable. High risk of wild exploitation.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for **Sweet Dessert** theme/plugin. Check version number. If < **1.1.13**, you are vulnerable. Look for unserialized inputs in theme functions or plugin hooks.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **Yes**. Update to version **1.1.13** or later. The vendor (axiomthemes) has released a patch addressing the deserialization flaw. Check official WordPress repository or vendor site.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: Disable the theme/plugin immediately. If essential, restrict access via firewall/WAF. Block outbound connections from the server. Monitor logs for suspicious `unserialize` calls.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. CVSS Score is High (implied by H:H:H). No auth required. Publicly known. **Action**: Patch immediately. Do not wait. This is a high-priority security incident.