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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

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.