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
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-13597

CVE-2025-13597: AI Feeds WordPress Plugin RCE Vulnerability

CVE-2025-13597 is a remote code execution vulnerability in AI Feeds WordPress plugin that allows unauthenticated attackers to upload arbitrary files. This post covers the technical details, affected versions, and mitigation steps.

Published: March 24, 2026

CVE-2025-13597 Overview

The AI Feeds plugin for WordPress contains a critical arbitrary file upload vulnerability due to a missing capability check in the actualizador_git.php file. This vulnerability affects all versions up to and including 1.0.11, allowing unauthenticated attackers to download arbitrary GitHub repositories and overwrite plugin files on the affected site's server, potentially leading to remote code execution.

Critical Impact

Unauthenticated attackers can achieve remote code execution by exploiting this arbitrary file upload vulnerability to overwrite server-side plugin files with malicious content from attacker-controlled GitHub repositories.

Affected Products

  • WordPress AI Feeds plugin versions up to and including 1.0.11
  • WordPress installations with the vulnerable AI Feeds plugin installed
  • Web servers hosting affected WordPress sites

Discovery Timeline

  • 2025-11-25 - CVE-2025-13597 published to NVD
  • 2025-12-01 - Last updated in NVD database

Technical Details for CVE-2025-13597

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The root issue stems from the actualizador_git.php file lacking proper authentication and authorization checks before executing its functionality. The file allows external requests to trigger GitHub repository downloads and subsequently overwrite existing plugin files on the WordPress server.

The attack can be executed remotely over the network without requiring any authentication or user interaction. When exploited successfully, attackers gain the ability to compromise the confidentiality, integrity, and availability of the affected system by injecting malicious code that executes with the privileges of the web server.

Root Cause

The vulnerability exists because the actualizador_git.php file does not implement capability checks to verify whether the requesting user has appropriate permissions to perform file operations. Without these authorization controls, any unauthenticated user can invoke the functionality exposed by this file, bypassing WordPress's built-in permission system entirely.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft requests to the vulnerable actualizador_git.php endpoint, specifying a malicious GitHub repository URL. The plugin then downloads the contents of this repository and overwrites files within the plugin directory structure. By hosting a specially crafted repository containing malicious PHP files, an attacker can achieve arbitrary code execution on the target WordPress server.

The exploitation flow involves:

  1. Identifying a WordPress site with the vulnerable AI Feeds plugin installed
  2. Sending a crafted request to the actualizador_git.php endpoint with a malicious GitHub repository URL
  3. The plugin downloads and extracts the repository contents, overwriting existing plugin files
  4. The attacker then triggers execution of the malicious PHP code by accessing the overwritten files

For detailed technical analysis, refer to the Ryan Kozak Analysis and the GitHub PoC Repository.

Detection Methods for CVE-2025-13597

Indicators of Compromise

  • Unexpected HTTP requests to /wp-content/plugins/ai-feeds/actualizador_git.php from external sources
  • Modified plugin files within the AI Feeds plugin directory with recent timestamps
  • Web server logs showing requests containing GitHub repository URLs targeting the vulnerable endpoint
  • Presence of unknown PHP files or modified existing files in the ai-feeds plugin directory

Detection Strategies

  • Monitor web server access logs for requests to actualizador_git.php with suspicious parameters
  • Implement file integrity monitoring on the WordPress wp-content/plugins/ directory to detect unauthorized modifications
  • Deploy Web Application Firewall (WAF) rules to block unauthenticated requests to the vulnerable endpoint
  • Review WordPress plugin directories for files with unexpected modification dates or unknown origins

Monitoring Recommendations

  • Enable detailed logging for the WordPress installation and web server
  • Configure alerts for any file changes within plugin directories
  • Monitor outbound network connections from the web server to GitHub that may indicate exploitation attempts
  • Implement real-time threat detection solutions to identify post-exploitation activity

How to Mitigate CVE-2025-13597

Immediate Actions Required

  • Update the AI Feeds plugin to a version newer than 1.0.11 immediately
  • If an update is not available, deactivate and remove the AI Feeds plugin until a patch is released
  • Audit all files in the wp-content/plugins/ai-feeds/ directory for unauthorized modifications
  • Review server logs for evidence of prior exploitation attempts
  • Consider restoring plugin files from a known-good backup if tampering is suspected

Patch Information

A security patch addressing this vulnerability is tracked in the WordPress Change Review. Administrators should update to the patched version as soon as it becomes available through the WordPress plugin repository. Additional details can be found in the Wordfence Vulnerability Report.

Workarounds

  • Remove or rename the actualizador_git.php file to prevent exploitation (note: this may break plugin functionality)
  • Implement server-level access controls to restrict access to the vulnerable file
  • Use .htaccess rules to block direct access to the actualizador_git.php file from external requests
  • Deploy a Web Application Firewall with rules to block requests containing GitHub repository URLs to the plugin directory
bash
# Apache .htaccess workaround to block access to vulnerable file
<Files "actualizador_git.php">
    Order Allow,Deny
    Deny from all
</Files>

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.28%

  • 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
  • GitHub PoC Repository

  • WordPress Plugin Code

  • WordPress Change Review

  • Ryan Kozak Analysis

  • Wordfence Vulnerability Report
  • 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