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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: PHP Object Injection via **untrusted input** in `LastViewedPosts` Cookie. <br>πŸ’₯ **Consequences**: Full Remote Code Execution (RCE).…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-502** (Deserialization of Untrusted Data). <br>πŸ” **Flaw**: The plugin performs **PHP object unserialization** on data from the `LastViewedPosts` cookie without validation or sanitization.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **Last Viewed Posts by WPBeginner**. <br>πŸ“… **Versions**: **1.0.0** and earlier. <br>🏒 **Vendor**: jottlieb.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: **Full Control**. <br>πŸ“‚ **Data**: **High** impact on Confidentiality, Integrity, and Availability. Attackers can execute arbitrary code, modify files, and steal data.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”“ **Auth**: **None Required** (PR:N). <br>πŸ–±οΈ **UI**: **None Required** (UI:N). <br>🌐 **Network**: **Network** accessible (AV:N). <br>🎯 **Complexity**: **Low** (AC:L).

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

πŸ§ͺ **Public Exp?**: **No PoC** listed in data. <br>🌍 **Wild Exp**: References from **WordFence** and **WordPress Trac** exist, indicating awareness, but no specific exploit code is provided in the dataset.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for the plugin **Last Viewed Posts by WPBeginner**. <br>πŸ“‹ **Version**: Check if version is **≀ 1.0.0**. <br>πŸ•΅οΈ **Indicator**: Look for usage of `unserialize()` on cookie inputs in the plugin code.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fixed?**: **Yes**. <br>πŸ“ **Patch**: Update to the latest version. <br>πŸ”— **Ref**: See WordPress Trac changeset and WordFence advisory for official mitigation steps.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: **Disable** the plugin immediately. <br>πŸ›‘ **Mitigation**: Remove or deactivate **Last Viewed Posts by WPBeginner** until an update is available.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>⚠️ **Priority**: **P1**. <br>πŸš€ **Action**: Patch **IMMEDIATELY**. CVSS Score is **9.8** (Critical). Zero auth required makes it highly dangerous.