The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-10147

CVE-2025-10147: Podlove Podcast Publisher RCE Vulnerability

CVE-2025-10147 is a remote code execution flaw in Podlove Podcast Publisher for WordPress that allows unauthenticated attackers to upload malicious files. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-10147 Overview

The Podlove Podcast Publisher plugin for WordPress contains a critical arbitrary file upload vulnerability in the move_as_original_file function. Due to missing file type validation in all versions up to and including 4.2.6, unauthenticated attackers can upload arbitrary files to the affected site's server, potentially enabling remote code execution.

Critical Impact

Unauthenticated attackers can upload malicious files including PHP webshells, enabling full server compromise and remote code execution without requiring any authentication.

Affected Products

  • Podlove Podcast Publisher plugin for WordPress versions up to and including 4.2.6
  • WordPress installations using vulnerable Podlove plugin versions
  • Web servers hosting affected WordPress sites

Discovery Timeline

  • 2025-09-23 - CVE-2025-10147 published to NVD
  • 2025-09-24 - Last updated in NVD database

Technical Details for CVE-2025-10147

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The core issue resides in the move_as_original_file function within the plugin's image handling code located at lib/model/image.php. The function fails to implement proper file type validation before processing uploaded files, creating a direct path for attackers to upload executable content.

The vulnerability is particularly severe because it requires no authentication to exploit. An attacker can craft malicious requests to upload PHP files or other executable content directly to the WordPress server. Once uploaded, these files can be accessed via the web server to execute arbitrary code with the privileges of the web server process.

WordPress plugins that handle file uploads are a frequent target for attackers, as successful exploitation often leads to complete site compromise, data exfiltration, malware distribution, or use of the compromised server for further attacks.

Root Cause

The root cause is the absence of file type validation in the move_as_original_file function at line 465 of lib/model/image.php. The function accepts and processes uploaded files without verifying that the file extension and MIME type correspond to expected image formats. This allows attackers to bypass intended restrictions and upload files with executable extensions such as .php, .phtml, or other server-interpreted file types.

Attack Vector

The attack can be executed remotely over the network without any prior authentication or user interaction. An attacker would identify a WordPress site running a vulnerable version of the Podlove Podcast Publisher plugin and craft HTTP requests targeting the vulnerable file upload functionality.

The attacker submits a malicious file (typically a PHP webshell) through the vulnerable upload endpoint. Since no file type validation occurs, the server accepts and stores the file. The attacker then accesses the uploaded file via its URL, causing the web server to execute the malicious code.

Successful exploitation grants the attacker the ability to execute arbitrary commands on the server, read sensitive configuration files (including database credentials), modify or delete site content, pivot to other systems on the network, or install persistent backdoors.

Detection Methods for CVE-2025-10147

Indicators of Compromise

  • Presence of unexpected PHP files or files with suspicious extensions in WordPress upload directories
  • Web server access logs showing requests to unfamiliar PHP files in plugin directories or uploads folders
  • Unusual outbound network connections from the web server process
  • Modified timestamps on core WordPress or plugin files
  • New or unfamiliar user accounts in WordPress with elevated privileges

Detection Strategies

  • Monitor file system integrity for new files appearing in the wp-content/uploads/ directory structure, particularly files with executable extensions
  • Implement web application firewall (WAF) rules to detect and block file upload attempts containing executable content
  • Review web server access logs for POST requests to Podlove plugin endpoints followed by GET requests to unusual file paths
  • Deploy endpoint detection solutions capable of identifying webshell behavior patterns
  • Scan WordPress installations for known webshell signatures and suspicious file patterns

Monitoring Recommendations

  • Enable detailed logging on the WordPress installation and web server to capture file upload activities
  • Configure alerts for new file creation events in plugin and upload directories
  • Monitor for process spawning from web server processes (e.g., www-data or apache spawning shell processes)
  • Implement network monitoring to detect command-and-control communications from compromised servers
  • Regularly audit installed plugin versions against known vulnerability databases

How to Mitigate CVE-2025-10147

Immediate Actions Required

  • Update the Podlove Podcast Publisher plugin to a patched version immediately
  • Review upload directories for any suspicious or unauthorized files and remove them
  • Check WordPress user accounts and remove any unauthorized administrative users
  • Review web server access logs for signs of exploitation attempts
  • Consider temporarily disabling the plugin if an update cannot be applied immediately

Patch Information

A security patch has been released addressing this vulnerability. The fix is documented in WordPress Changeset 3364994. Site administrators should update to the latest version of the Podlove Podcast Publisher plugin through the WordPress admin dashboard or by manually downloading and installing the updated plugin files. For detailed vulnerability analysis, refer to the Wordfence Vulnerability Analysis.

Workarounds

  • Implement server-side file upload restrictions to block executable file types at the web server level
  • Configure .htaccess rules to prevent PHP execution in upload directories
  • Deploy a Web Application Firewall (WAF) with rules to block malicious file upload attempts
  • Restrict network access to WordPress admin areas using IP allowlisting where feasible
  • Enable WordPress security plugins that provide real-time file integrity monitoring
bash
# Apache configuration to prevent PHP execution in uploads directory
# Add to .htaccess in wp-content/uploads/
<FilesMatch "\.(?:php|phtml|php[3-7]?)$">
    Require all denied
</FilesMatch>

# Alternative: Disable PHP engine entirely in uploads
php_flag engine off

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.29%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • WordPress Podlove Plugin Code

  • WordPress Changeset 3364994

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-1830: WordPress Quick Playground RCE Vulnerability

  • CVE-2026-3535: WordPress DSGVO Google Fonts RCE Flaw

  • CVE-2026-4808: WordPress DevApps Plugin RCE Vulnerability

  • CVE-2026-2942: ProSolution WP Client RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English