A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI 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-12497

CVE-2025-12497: Phlox WordPress Plugin RCE Vulnerability

CVE-2025-12497 is a remote code execution vulnerability in Premium Portfolio Features for Phlox WordPress plugin allowing unauthenticated attackers to execute arbitrary PHP code. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2025-12497 Overview

CVE-2025-12497 is a Local File Inclusion (LFI) vulnerability in the Premium Portfolio Features for Phlox theme plugin for WordPress. The flaw exists in all versions up to and including 2.3.10 and is triggered through the args[extra_template_path] parameter. Unauthenticated attackers can include and execute arbitrary .php files on the server, leading to arbitrary PHP code execution. The issue is categorized as PHP Remote File Inclusion / improper control of filename for include/require statement [CWE-98].

Critical Impact

Unauthenticated remote attackers can include arbitrary local PHP files, bypass access controls, exfiltrate sensitive data, and achieve remote code execution where .php files can be uploaded and included.

Affected Products

  • Premium Portfolio Features for Phlox theme plugin for WordPress — all versions up to and including 2.3.10
  • WordPress sites running the affected plugin alongside the Phlox theme
  • Any deployment where unauthenticated visitors can reach the vulnerable endpoint

Discovery Timeline

  • 2025-11-05 - CVE-2025-12497 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-12497

Vulnerability Analysis

The vulnerability resides in the plugin's template loading logic, which accepts a caller-controlled path through the args[extra_template_path] parameter. The plugin passes this value into a PHP include or require statement without enforcing an allowlist of permitted templates or constraining the path to a trusted directory. As a result, attackers can direct the include call to any .php file accessible on the server filesystem.

Because the endpoint is reachable without authentication, exploitation does not require a WordPress account, an administrator session, or social engineering. Successful inclusion executes the targeted PHP file in the context of the web server user, granting the attacker the same privileges as WordPress itself. The CWE-98 classification reflects the unsafe handling of an externally influenced filename in an include directive.

Root Cause

The root cause is missing input validation and path sanitization on the extra_template_path argument. The plugin trusts user-supplied input as a filesystem path and concatenates or passes it directly to a PHP file inclusion function. There is no canonicalization check, no restriction to a base template directory, and no enforcement that the included file belongs to the plugin or theme.

Attack Vector

An unauthenticated attacker sends a crafted HTTP request to the vulnerable WordPress endpoint with the args[extra_template_path] parameter pointing to a local .php file. The request can target plugin-bundled files, files written by other plugins, uploaded media, or any user-writable directory containing PHP content. When the server processes the request, the targeted PHP file is executed, yielding code execution, sensitive file disclosure, or access control bypass depending on the included file's contents. Technical details and proof-of-concept context are documented in the Wordfence Vulnerability Report and the upstream fix is visible in the WordPress Plugin Changeset.

Detection Methods for CVE-2025-12497

Indicators of Compromise

  • HTTP requests containing the args[extra_template_path] parameter, especially with values referencing .php paths, ../ traversal sequences, or paths under wp-content/uploads.
  • Unexpected PHP execution originating from non-standard locations such as upload directories, cache folders, or temporary paths.
  • Newly created PHP files in wp-content/uploads or other writable directories shortly before suspicious inclusion requests.
  • Web server access logs showing unauthenticated requests to plugin endpoints followed by anomalous outbound network connections.

Detection Strategies

  • Inspect WordPress and web server logs for any query string or POST body containing extra_template_path and alert on values outside expected template names.
  • Deploy a web application firewall rule that blocks LFI patterns such as path traversal sequences, absolute filesystem paths, and php:// wrappers within plugin parameters.
  • Use file integrity monitoring on the wp-content/plugins/auxin-portfolio directory and the WordPress uploads directory to surface unauthorized PHP files.

Monitoring Recommendations

  • Continuously monitor PHP-FPM and web server process telemetry for unusual child processes spawned by the WordPress worker.
  • Track outbound connections from web servers to identify post-exploitation command-and-control or data staging activity.
  • Correlate authentication-free hits on vulnerable plugin routes with subsequent administrative changes or new user creation in WordPress.

How to Mitigate CVE-2025-12497

Immediate Actions Required

  • Update the Premium Portfolio Features for Phlox theme plugin to a version newer than 2.3.10 that contains the upstream fix in changeset 3388727.
  • Audit the WordPress filesystem for unauthorized .php files in upload, cache, and temporary directories and remove any that are not expected.
  • Rotate WordPress secret keys, database credentials, and administrator passwords if exploitation is suspected.
  • Review web server access logs for prior requests containing args[extra_template_path] to determine pre-patch exposure.

Patch Information

The vendor addressed the issue in the plugin source tree. Review the fix in the WordPress Plugin Changeset and install the latest available release through the WordPress plugin updater. Site operators who cannot update immediately should disable the plugin until the patched version is deployed.

Workarounds

  • Disable or uninstall the Premium Portfolio Features for Phlox theme plugin until the patched version is installed.
  • Block requests containing the args[extra_template_path] parameter at the WAF or reverse proxy layer.
  • Enforce strict open_basedir and disable_functions settings in PHP to limit which files the WordPress process can include and execute.
  • Prevent PHP execution inside wp-content/uploads using web server configuration directives.
bash
# Example nginx configuration to block PHP execution in uploads
# and reject requests containing the vulnerable parameter
location ~* /wp-content/uploads/.*\.php$ {
    deny all;
    return 403;
}

if ($args ~* "extra_template_path=") {
    return 403;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-98
  • Technical References
  • WordPress Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1829: Divi Builder Content Visibility RCE Flaw

  • CVE-2026-7465: Spectra Gutenberg Blocks RCE Vulnerability

  • CVE-2026-9227: GutenBee WordPress Plugin RCE Vulnerability

  • CVE-2026-9009: WordPress Crawlomatic Plugin RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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