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-15368

CVE-2025-15368: SportsPress WordPress Plugin RCE Vulnerability

CVE-2025-15368 is a remote code execution flaw in the SportsPress WordPress plugin that allows authenticated attackers to include and execute arbitrary files. This post explains its impact, affected versions, and mitigation steps.

Published: February 6, 2026

CVE-2025-15368 Overview

CVE-2025-15368 is a Local File Inclusion (LFI) vulnerability affecting the SportsPress plugin for WordPress in all versions up to and including 2.7.26. The vulnerability exists in the shortcode handling functionality, specifically through the template_name attribute, which allows authenticated attackers with contributor-level permissions or higher to include and execute arbitrary files on the server.

This vulnerability enables attackers to execute arbitrary PHP code by including malicious files, effectively bypassing access controls, extracting sensitive data, or achieving remote code execution when combined with the ability to upload PHP files to the target system.

Critical Impact

Authenticated attackers can achieve arbitrary code execution on vulnerable WordPress installations, potentially leading to complete site compromise, data theft, and lateral movement within the hosting environment.

Affected Products

  • SportsPress WordPress Plugin versions up to and including 2.7.26
  • WordPress installations using the affected SportsPress plugin versions
  • Any WordPress site with contributor-level or above user access running vulnerable SportsPress versions

Discovery Timeline

  • February 4, 2026 - CVE-2025-15368 published to NVD
  • February 4, 2026 - Last updated in NVD database

Technical Details for CVE-2025-15368

Vulnerability Analysis

The vulnerability resides in the SportsPress plugin's shortcode processing mechanism. The plugin fails to properly sanitize or validate the template_name attribute used in shortcodes before including template files. This insufficient input validation allows attackers to manipulate the file path and include arbitrary files from the server's filesystem.

When a user with at least contributor-level permissions creates or edits content containing SportsPress shortcodes, they can craft malicious template_name values that traverse the directory structure or point to attacker-controlled files. If the attacker can upload a PHP file through any means (such as exploiting a separate file upload vulnerability or using WordPress's media library with misconfigured restrictions), they can then include and execute that file through this LFI vulnerability.

The vulnerable code paths can be found in the plugin's shortcode handler class (class-sp-shortcodes.php) and core functions (sp-core-functions.php), where template inclusion occurs without adequate path validation or sanitization.

Root Cause

The root cause of CVE-2025-15368 is improper input validation (CWE-98: Improper Control of Filename for Include/Require Statement in PHP Program). The SportsPress plugin accepts user-supplied input through the template_name shortcode attribute and passes it to PHP's file inclusion functions without properly validating that the path resolves to an expected template file within the plugin's directory structure.

This design flaw allows path traversal sequences or absolute paths to be injected, causing the application to include files outside the intended template directory. The lack of a whitelist-based approach for valid template names or proper path canonicalization enables this attack vector.

Attack Vector

The attack is network-based and requires low-privileged authentication (contributor-level access) to the WordPress installation. An attacker would:

  1. Obtain or create an account with at least contributor-level permissions on the target WordPress site
  2. Create or edit a post/page containing a SportsPress shortcode
  3. Manipulate the template_name attribute to include a path traversal sequence or reference an attacker-controlled file
  4. When the content is rendered, the malicious file is included and any PHP code within it is executed

The vulnerability can be combined with other attack techniques such as uploading a PHP file disguised as an image or leveraging existing files with controllable content (log poisoning) to achieve code execution. Technical details of the vulnerable code paths can be found in the WordPress Plugin Code References and the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2025-15368

Indicators of Compromise

  • Unusual shortcode attributes in WordPress posts or pages containing path traversal sequences (e.g., ../, ..\\)
  • Web server access logs showing requests for content pages that result in inclusion of unexpected files
  • PHP error logs indicating failed file inclusion attempts or warnings about included files outside expected directories
  • New or modified posts from contributor accounts containing SportsPress shortcodes with suspicious template_name values

Detection Strategies

  • Monitor WordPress audit logs for shortcode modifications by contributor-level users, specifically focusing on SportsPress shortcodes with unusual template_name attributes
  • Implement Web Application Firewall (WAF) rules to detect path traversal patterns in POST data during content creation
  • Review PHP error logs for include/require warnings referencing unexpected file paths
  • Use file integrity monitoring to detect unauthorized PHP files being created in uploadable directories

Monitoring Recommendations

  • Enable comprehensive logging for WordPress content modifications and track shortcode usage patterns
  • Deploy endpoint detection solutions like SentinelOne to monitor for suspicious PHP process execution chains
  • Implement real-time alerting for WAF rule triggers related to path traversal or LFI attempts
  • Regularly audit user accounts with contributor-level or higher permissions for suspicious activity

How to Mitigate CVE-2025-15368

Immediate Actions Required

  • Update SportsPress plugin to a patched version beyond 2.7.26 as soon as one becomes available
  • Audit all existing posts and pages for SportsPress shortcodes containing suspicious template_name values
  • Review contributor-level and above user accounts for any signs of compromise or unauthorized access
  • Consider temporarily deactivating the SportsPress plugin if it is not critical to site operations until a patch is available

Patch Information

Organizations using the SportsPress plugin should monitor the official WordPress plugin repository for security updates addressing this vulnerability. Check the WordPress Plugin Repository for updated versions and review the Wordfence Vulnerability Analysis for the latest remediation guidance.

Workarounds

  • Restrict contributor-level and above permissions to trusted users only until the plugin is patched
  • Implement WAF rules to block requests containing path traversal sequences in shortcode attributes
  • Disable the ability for non-administrator users to use SportsPress shortcodes through WordPress capability management plugins
  • Monitor and restrict PHP file uploads through WordPress media library and any other upload mechanisms
bash
# WordPress wp-config.php hardening example
# Add these lines to restrict file editing and limit execution
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', true);

# Apache .htaccess rule to block PHP execution in uploads directory
# Add to /wp-content/uploads/.htaccess
# <FilesMatch "\.php$">
#     Deny from all
# </FilesMatch>

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.8

  • EPSS Probability0.14%

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

  • WordPress Plugin Code Reference

  • WordPress Plugin Code Reference

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-4347: MW WP Form WordPress Plugin RCE Vulnerability

  • CVE-2026-4257: Contact Form by Supsystic RCE Vulnerability

  • CVE-2026-3328: WordPress Frontend Admin Plugin RCE Flaw

  • CVE-2026-3533: Jupiter X Core WordPress Plugin RCE Flaw
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