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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical PHP Object Injection flaw in the Woo Inquiry plugin. πŸ“‰ **Consequences**: Attackers can inject malicious PHP objects via untrusted input in `_ultimate_store_kit_compare_products`.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-502** (Deserialization of Untrusted Data).…

Q3Who is affected? (Versions/Components)

🎯 **Affected**: WordPress Plugin **Ultimate Store Kit** by **bdthemes**. πŸ“¦ **Version**: **1.6.4** and all previous versions. ⚠️ **Component**: Specifically the `includes/helper.php` file.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Capabilities**: Full Remote Code Execution (RCE). πŸ”“ **Privileges**: Attackers gain **High** impact on Confidentiality, Integrity, and Availability (CVSS H:H:H).…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. 🌐 **Access**: Network vector (AV:N), Low Complexity (AC:L), No Privileges Required (PR:N), No User Interaction (UI:N). Any visitor can trigger the exploit without logging in.

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

πŸ•΅οΈ **Exploit Status**: Public references exist (WordFence, WP Trac). πŸ“œ **PoC**: While specific code isn't in the data, the vulnerability path (`helper.php` line 1103) is documented.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **Ultimate Store Kit** plugin version **≀ 1.6.4**. πŸ“‚ **File Check**: Look for `_ultimate_store_kit_compare_products` in `wp-content/plugins/ultimate-store-kit/includes/helper.php`.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Yes, an official patch is available. πŸ“ **Reference**: Revision **3135472** in the WordPress plugin trac. πŸ”„ **Action**: Update the plugin to the latest version immediately to patch the deserialization flaw.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is delayed, disable the **Woo Inquiry** feature or the specific comparison function.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: **CRITICAL**. 🚨 **Urgency**: Immediate action required. With CVSS High severity and no auth required, this is a prime target for automated bots. Patch now to prevent RCE.