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

CVE-2025-64364: Masterstudy LFI Vulnerability

CVE-2025-64364 is a PHP local file inclusion vulnerability in the Masterstudy plugin by StylemixThemes, allowing attackers to include malicious files. This article covers technical details, affected versions, and mitigations.

Published: May 26, 2026

CVE-2025-64364 Overview

CVE-2025-64364 is a Local File Inclusion (LFI) vulnerability in the StylemixThemes MasterStudy WordPress theme. The flaw stems from improper control of filename parameters used in PHP include or require statements, classified under [CWE-98]. Authenticated attackers with low privileges can manipulate file path parameters to include arbitrary PHP files from the local filesystem. All MasterStudy theme versions up to and including 4.8.126 are affected.

Critical Impact

Authenticated attackers can read sensitive files, execute embedded PHP code, and potentially achieve remote code execution by including attacker-controlled files already present on the server.

Affected Products

  • StylemixThemes MasterStudy WordPress theme versions through 4.8.126
  • WordPress installations using the vulnerable MasterStudy theme
  • Learning Management System (LMS) deployments built on MasterStudy

Discovery Timeline

  • 2025-10-31 - CVE-2025-64364 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-64364

Vulnerability Analysis

The vulnerability is a PHP Local File Inclusion flaw within the MasterStudy theme codebase. User-supplied input flows into a PHP include or require statement without sufficient sanitization or allow-listing. An attacker with low-privilege authenticated access on the WordPress site can supply crafted filename values that resolve to arbitrary local paths.

When the included file contains PHP code, the server executes that code in the context of the web application. When it points to a static file such as wp-config.php, the attacker can disclose database credentials, authentication keys, and salts. The issue is tracked under [CWE-98] (Improper Control of Filename for Include/Require Statement in PHP Program). EPSS data places the current exploitation probability at 0.109%.

Root Cause

The root cause is the use of unvalidated request parameters as filesystem paths inside dynamic PHP file inclusion calls. The theme does not enforce a strict allow-list of permitted include targets and does not canonicalize paths before resolving them. Path traversal sequences and absolute paths are therefore honored by the inclusion logic.

Attack Vector

The vulnerability is reachable over the network through standard HTTP(S) requests to the WordPress site. Exploitation requires a valid authenticated session at a low privilege level and a crafted request targeting the vulnerable inclusion endpoint. Attack complexity is higher because the attacker must identify a usable local file whose contents either disclose sensitive data or contain PHP that executes when included, such as poisoned log files or uploaded media.

No verified public exploit code is available for CVE-2025-64364 at this time. Refer to the Patchstack advisory for vendor-coordinated details.

Detection Methods for CVE-2025-64364

Indicators of Compromise

  • HTTP request parameters containing path traversal sequences such as ../, encoded variants like %2e%2e%2f, or absolute paths to files like /etc/passwd or wp-config.php.
  • Unexpected PHP error log entries referencing include(), require(), or failed to open stream for paths outside the theme directory.
  • Web server access logs showing low-privilege authenticated users issuing repeated requests to MasterStudy theme endpoints with unusual file, template, or path parameters.

Detection Strategies

  • Inspect WordPress access logs for requests to MasterStudy endpoints carrying filename-like parameters and traversal patterns.
  • Deploy a Web Application Firewall (WAF) rule set that flags LFI signatures targeting PHP include parameters.
  • Correlate authenticated low-privilege user activity with PHP file-system access anomalies on the host.

Monitoring Recommendations

  • Monitor file integrity on wp-config.php, theme directories, and the WordPress uploads folder for unauthorized reads or writes.
  • Alert on PHP processes spawning unexpected child processes such as shells, which may indicate post-LFI code execution.
  • Track failed and successful logins for subscriber and contributor accounts that subsequently access theme endpoints.

How to Mitigate CVE-2025-64364

Immediate Actions Required

  • Update the StylemixThemes MasterStudy theme to a version later than 4.8.126 as soon as the vendor patch is available.
  • Audit WordPress user accounts and revoke unused low-privilege accounts that could be abused for authenticated exploitation.
  • Rotate WordPress secrets in wp-config.php and database credentials if compromise is suspected.

Patch Information

The vulnerability affects MasterStudy versions up to and including 4.8.126. Consult the Patchstack vulnerability report for the fixed version and vendor remediation guidance.

Workarounds

  • Restrict MasterStudy theme endpoints behind a WAF policy that blocks path traversal patterns and absolute paths in request parameters.
  • Set the PHP open_basedir directive to constrain file inclusion to the WordPress installation directory.
  • Disable or limit user registration and remove low-privilege accounts that are not strictly required for site operation.
bash
# Example php.ini hardening to limit file inclusion scope
open_basedir = "/var/www/html/:/tmp/"
allow_url_include = Off
allow_url_fopen = Off

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechStylemixthemes

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-98
  • Technical References
  • Patchstack Wordpress Vulnerability Report
  • Related CVEs
  • CVE-2025-26986: Pearl Theme PHP File Inclusion Flaw

  • CVE-2025-64359: Consulting Theme File Inclusion Vulnerability

  • CVE-2025-47586: Motors Events PHP File Inclusion Flaw
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