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
    • 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-2024-10763

CVE-2024-10763: Apuswp Campress RCE Vulnerability

CVE-2024-10763 is a remote code execution flaw in Apuswp Campress WordPress theme that allows unauthenticated attackers to include and execute arbitrary files. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2024-10763 Overview

CVE-2024-10763 is a Local File Inclusion (LFI) vulnerability affecting the Campress theme for WordPress. The vulnerability exists in all versions up to and including 1.35 within the campress_woocommerce_get_ajax_products function. This security flaw enables unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code present in those files. Successful exploitation can be used to bypass access controls, obtain sensitive data, or achieve remote code execution in scenarios where PHP file types can be uploaded and included.

Critical Impact

Unauthenticated attackers can achieve remote code execution by exploiting this Local File Inclusion vulnerability, potentially compromising the entire WordPress installation and underlying server infrastructure.

Affected Products

  • Apuswp Campress WordPress Theme version 1.35 and earlier
  • WordPress installations utilizing the Campress theme
  • WooCommerce integrations with Campress theme

Discovery Timeline

  • 2025-02-13 - CVE-2024-10763 published to NVD
  • 2025-11-13 - Last updated in NVD database

Technical Details for CVE-2024-10763

Vulnerability Analysis

This Local File Inclusion vulnerability stems from improper input validation within the campress_woocommerce_get_ajax_products function of the Campress WordPress theme. The function fails to adequately sanitize user-supplied input before using it in file inclusion operations. Since the vulnerable function is accessible without authentication, any remote attacker can exploit this flaw over the network without requiring user interaction or special privileges.

The vulnerability allows attackers to traverse directories and include arbitrary local files from the server. When combined with the ability to upload PHP files (through other means such as media uploads or other vulnerabilities), this can lead to full remote code execution. Even without file upload capabilities, attackers can potentially read sensitive configuration files, access database credentials, or include log files that may contain injectable PHP code.

Root Cause

The root cause of CVE-2024-10763 is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, also known as Path Traversal). The campress_woocommerce_get_ajax_products function accepts user-controlled input that is directly used to construct file paths for inclusion without proper sanitization or validation. This allows attackers to use path traversal sequences (such as ../) to navigate outside the intended directory and include arbitrary files from the filesystem.

Attack Vector

The attack vector for this vulnerability is network-based and requires no authentication. An attacker can craft malicious HTTP requests to the WordPress installation targeting the vulnerable AJAX endpoint. The attack flow typically involves:

  1. Identifying a WordPress site using the Campress theme version 1.35 or earlier
  2. Crafting a malicious request to the campress_woocommerce_get_ajax_products AJAX handler
  3. Including path traversal sequences to reference arbitrary files on the server
  4. Executing PHP code from the included file or extracting sensitive information

The vulnerability is particularly dangerous because it can be exploited by unauthenticated attackers remotely, with low attack complexity, and can result in complete compromise of confidentiality, integrity, and availability of the affected system.

Detection Methods for CVE-2024-10763

Indicators of Compromise

  • Unexpected HTTP requests to WordPress AJAX handlers containing path traversal sequences (e.g., ../, ..%2f, ..%252f)
  • Web server logs showing requests to admin-ajax.php with the campress_woocommerce_get_ajax_products action parameter
  • Access to sensitive files such as wp-config.php, /etc/passwd, or other system configuration files from web processes
  • Unusual PHP file inclusions or executions recorded in server logs

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block path traversal patterns in request parameters
  • Monitor WordPress AJAX endpoints for suspicious activity, particularly the campress_woocommerce_get_ajax_products action
  • Deploy file integrity monitoring on critical WordPress and system configuration files
  • Analyze web server access logs for patterns consistent with LFI exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX requests and review logs regularly for anomalous patterns
  • Configure intrusion detection systems (IDS) to alert on path traversal attack signatures
  • Monitor for unexpected file access patterns, particularly attempts to read files outside the WordPress directory
  • Implement real-time alerting for any access to sensitive configuration files from web server processes

How to Mitigate CVE-2024-10763

Immediate Actions Required

  • Update the Campress WordPress theme to a version newer than 1.35 that addresses this vulnerability
  • If an update is not immediately available, deactivate and remove the Campress theme until a patched version is released
  • Review web server logs for any signs of exploitation attempts
  • Conduct a security audit of the WordPress installation to check for signs of compromise

Patch Information

Website administrators using the Campress theme should check for updates through the ThemeForest marketplace where the theme is distributed. For detailed vulnerability information and remediation guidance, consult the Wordfence Vulnerability Report. Contact the vendor (Apuswp) directly if no patched version is available.

Workarounds

  • Implement WAF rules to block requests containing path traversal sequences targeting the vulnerable AJAX endpoint
  • Restrict access to admin-ajax.php for unauthenticated users if the AJAX functionality is not required for public visitors
  • Apply PHP security hardening measures such as open_basedir restrictions to limit file inclusion to specific directories
  • Consider switching to an alternative WordPress theme until a security patch is available from the vendor
bash
# Apache .htaccess configuration to block path traversal attempts
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING} (\.\./|\.\.%2f|\.\.%252f) [NC]
RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApuswp Campress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • 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-22

  • NVD-CWE-Other
  • Technical References
  • ThemeForest WordPress Theme

  • Wordfence Vulnerability Report
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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