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

CVE-2025-53449: Axiomthemes Convex LFI Vulnerability

CVE-2025-53449 is a PHP local file inclusion vulnerability in Axiomthemes Convex theme affecting versions up to 1.11. Attackers can exploit improper filename control to include unauthorized files. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 19, 2026

CVE-2025-53449 Overview

CVE-2025-53449 is a PHP Local File Inclusion (LFI) vulnerability in the Axiomthemes Convex WordPress theme. The flaw stems from improper control of filenames passed to PHP include or require statements [CWE-98]. Affected versions include all releases up to and including Convex 1.11. Unauthenticated attackers can leverage the issue over the network to include arbitrary local files, leading to code execution, sensitive data disclosure, and full site compromise. The vulnerability carries a CVSS 3.1 base score of 8.1, reflecting high impact to confidentiality, integrity, and availability despite higher attack complexity.

Critical Impact

Unauthenticated attackers can include arbitrary PHP files from the WordPress server, enabling remote code execution and full site takeover.

Affected Products

  • Axiomthemes Convex WordPress theme — all versions up to and including 1.11
  • WordPress installations running the Convex theme as the active or fallback theme
  • Sites that allow the theme to process untrusted request parameters in include paths

Discovery Timeline

  • 2025-12-18 - CVE-2025-53449 published to the National Vulnerability Database (NVD)
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2025-53449

Vulnerability Analysis

The Convex theme processes user-controllable input and passes it to a PHP include or require statement without sufficient validation. An attacker supplies a crafted file path or filename through a request parameter that the theme uses to resolve a PHP file for inclusion. Because the input is not constrained to an allowlist or sanitized for traversal sequences, the PHP interpreter loads attacker-chosen files from the local filesystem.

When the included file contains PHP code, the interpreter executes it in the context of the web server user. This converts a file inclusion primitive into arbitrary code execution. Even when the included file is not PHP, the attacker can read configuration files such as wp-config.php, exposing database credentials and authentication keys.

Root Cause

The root cause is improper control of the filename argument supplied to a dynamic PHP include or require call [CWE-98]. The theme treats request-derived data as a trusted path component, omitting both canonicalization and allowlist enforcement. Path traversal sequences and absolute paths therefore reach the include resolver.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker issues an HTTP request to a Convex theme endpoint that consumes a filename parameter. The crafted value points to a local file the attacker wants the PHP runtime to load. Successful exploitation grants code execution under the web server account, with subsequent access to the database, session data, and uploaded content. Refer to the Patchstack WordPress Vulnerability advisory for additional technical context.

Detection Methods for CVE-2025-53449

Indicators of Compromise

  • HTTP requests to Convex theme PHP files containing path traversal sequences such as ../ or encoded variants like %2e%2e%2f
  • Web server access logs showing query parameters referencing system files like /etc/passwd, wp-config.php, or PHP wrappers like php://filter
  • Unexpected PHP files appearing in the wp-content/uploads/ directory after suspicious theme requests
  • Outbound connections from the PHP-FPM or web server process to unfamiliar hosts following theme requests

Detection Strategies

  • Inspect WordPress access logs for requests targeting Convex theme files paired with file, page, template, or similar parameters carrying path-like values
  • Deploy web application firewall (WAF) rules that block traversal patterns and PHP stream wrappers in query strings
  • Monitor PHP error logs for include() and require() warnings referencing unexpected file paths

Monitoring Recommendations

  • Alert on new or modified PHP files within the WordPress document root outside of scheduled maintenance windows
  • Track child process creation from the web server user, especially sh, bash, curl, or wget invocations
  • Correlate spikes in 200-OK responses to theme endpoints with subsequent administrator account changes

How to Mitigate CVE-2025-53449

Immediate Actions Required

  • Deactivate the Convex theme on all WordPress sites until a vendor patch is verified and applied
  • Switch the site to a maintained default theme such as a current Twenty* release to remove the vulnerable code path
  • Rotate WordPress secret keys, database credentials, and administrator passwords if exploitation is suspected
  • Review installed plugins and uploads for webshells or unauthorized PHP files

Patch Information

At the time of publication, no fixed version is listed for the Convex theme; all releases through 1.11 are affected. Monitor the Patchstack advisory for the Convex theme and the vendor's distribution channel for an updated release, and apply it as soon as it becomes available.

Workarounds

  • Configure a WAF or Patchstack virtual patch to block traversal sequences and stream wrappers in requests to Convex theme files
  • Restrict PHP open_basedir and disable_functions to limit the impact of arbitrary file inclusion
  • Set allow_url_include to Off in php.ini to prevent escalation to remote file inclusion
bash
# Configuration example: harden php.ini to limit file inclusion impact
allow_url_include = Off
allow_url_fopen = Off
open_basedir = "/var/www/html:/tmp"
disable_functions = "exec,passthru,shell_exec,system,proc_open,popen"

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechAxiomthemes Convex

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.10%

  • 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
  • Patchstack WordPress Vulnerability
  • Latest CVEs
  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw

  • CVE-2026-9531: Totolink CA750-PoE RCE Vulnerability

  • CVE-2026-9482: Edimax EW-7438RPn Buffer Overflow Flaw

  • CVE-2026-9562: Student Management System Auth Bypass 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