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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical code flaw in Podlove Podcast Publisher allows arbitrary file uploads. πŸ“‰ **Consequences**: Attackers can execute **Remote Code Execution (RCE)** on the server.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-434** (Unrestricted Upload of File with Dangerous Type). The `move_as_original_file` function **lacks file type validation**.…

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Podlove Podcast Publisher** plugin for WordPress. πŸ“¦ **Versions**: **4.2.6 and earlier**. 🏒 **Vendor**: eteubert. ⚠️ Any WordPress site running this outdated plugin version is at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: **Unauthenticated** access. 🌐 **Privileges**: Full **Remote Code Execution**. πŸ“‚ **Data**: Read/Write/Execute arbitrary files on the server.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. 🚫 **Auth Required**: **None** (PR:N). πŸ–±οΈ **User Interaction**: **None** (UI:N). 🌍 **Attack Vector**: **Network** (AV:N).…

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

πŸ“œ **Public Exploit**: **No** public PoC or wild exploitation detected yet (POCs: []). πŸ” **Status**: Theoretical but highly dangerous due to low exploitation barrier. Watch for emerging exploits given the severity.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Check WordPress Plugin list for **Podlove Podcast Publisher**. 2. Verify version is **< 4.2.6**. 3. Scan for `image.php` file modifications in the plugin directory. 4.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix Status**: **Yes**, fixed in version **4.2.7** (implied by '4.2.6 and earlier' being vulnerable). πŸ“₯ **Action**: Update the plugin immediately.…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: 1. **Disable** the plugin if not essential. 2. **Restrict** file upload permissions via `.htaccess` or WAF rules. 3. **Block** PHP execution in upload directories (`/wp-content/uploads/`). 4.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: **Immediate Action Required**. CVSS Score is **9.8** (High). The combination of no auth, no interaction, and RCE makes this a top-priority patch. Do not delay.