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

CVE-2024-10571: Ays-pro Chartify RCE Vulnerability

CVE-2024-10571 is a remote code execution flaw in the Ays-pro Chartify WordPress plugin 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-10571 Overview

CVE-2024-10571 is a critical Local File Inclusion (LFI) vulnerability affecting the Chartify – WordPress Chart Plugin for WordPress. The vulnerability exists in all versions up to and including 2.9.5 and is exploitable via the source parameter. This flaw allows unauthenticated attackers to include and execute arbitrary files on the server, enabling the execution of any PHP code present in those files. Attackers can leverage this vulnerability to bypass access controls, obtain sensitive data, or achieve remote code execution in scenarios where images or other seemingly "safe" file types can be uploaded and subsequently included.

Critical Impact

Unauthenticated attackers can achieve arbitrary code execution on vulnerable WordPress installations by exploiting this Local File Inclusion vulnerability, potentially leading to complete site compromise, data theft, and persistent backdoor access.

Affected Products

  • Chartify – WordPress Chart Plugin versions up to and including 2.9.5
  • ays-pro chartify (Free WordPress plugin)

Discovery Timeline

  • 2024-11-14 - CVE-2024-10571 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2024-10571

Vulnerability Analysis

This Local File Inclusion vulnerability stems from improper input validation in the Chartify plugin's handling of the source parameter. The plugin fails to properly sanitize user-controlled input before including files, allowing attackers to manipulate file paths and include arbitrary files from the server's filesystem.

The vulnerability is classified under CWE-98 (Improper Control of Filename for Include/Require Statement in PHP Program), which describes the specific weakness where PHP's file inclusion mechanisms are exploited due to insufficient input validation.

What makes this vulnerability particularly dangerous is that it requires no authentication to exploit. Any unauthenticated user can craft malicious requests to the vulnerable endpoint and potentially include sensitive files or achieve code execution. When combined with file upload functionality—even for supposedly safe file types like images—attackers can upload files containing PHP code and then use this LFI vulnerability to execute that code.

Root Cause

The root cause of CVE-2024-10571 is the lack of proper input sanitization and validation on the source parameter within the Chartify plugin's chart options handling functionality. The affected code path can be found in the plugin's admin partials for chart actions. When processing chart data sources, the plugin directly uses user-supplied input to construct file paths without adequately filtering path traversal sequences or validating that the target file is within expected directories.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no user interaction or authentication. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to a WordPress site with the vulnerable Chartify plugin installed.

The exploitation typically follows this pattern:

  1. The attacker identifies a WordPress installation running Chartify plugin version 2.9.5 or earlier
  2. A malicious request is crafted with path traversal sequences in the source parameter
  3. The attacker can include local files such as /etc/passwd for information disclosure
  4. For code execution, the attacker may first upload a file containing PHP code (disguised as an image or other permitted file type) through legitimate upload mechanisms
  5. The LFI vulnerability is then used to include and execute the uploaded malicious file

For detailed technical analysis and exploitation techniques, refer to the Abrahack LFI Exploit Post and the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2024-10571

Indicators of Compromise

  • HTTP requests containing path traversal sequences (../, ..%2f, %2e%2e/) in the source parameter targeting Chartify endpoints
  • Access logs showing requests to Chartify plugin endpoints with unusual file path parameters
  • Unexpected file access patterns in web server logs, particularly requests attempting to access sensitive system files
  • Evidence of PHP file uploads with image extensions or in media directories

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block path traversal attempts in query parameters
  • Monitor web server access logs for suspicious requests containing .. sequences or encoded variations targeting WordPress plugin endpoints
  • Implement file integrity monitoring on WordPress installations to detect unauthorized file modifications or additions
  • Use security plugins that can detect vulnerable plugin versions and alert administrators

Monitoring Recommendations

  • Enable verbose logging on WordPress installations and regularly review logs for anomalous activity
  • Set up alerts for access attempts to sensitive files such as wp-config.php, /etc/passwd, or other system files
  • Monitor for unusual PHP execution patterns or new PHP files appearing in upload directories
  • Implement network-level monitoring for outbound connections from the web server that may indicate post-exploitation activity

How to Mitigate CVE-2024-10571

Immediate Actions Required

  • Update the Chartify – WordPress Chart Plugin to version 2.9.6 or later immediately
  • If immediate patching is not possible, deactivate and remove the Chartify plugin until it can be updated
  • Review server access logs for signs of exploitation attempts
  • Conduct a security audit of the WordPress installation to check for signs of compromise
  • Reset all WordPress user credentials if exploitation is suspected

Patch Information

The vulnerability has been addressed in Chartify version 2.9.6. The fix implements proper input validation and sanitization for the source parameter, preventing path traversal attacks. The patched code can be reviewed at the WordPress Plugin Trac repository.

To update the plugin:

  1. Log in to the WordPress admin dashboard
  2. Navigate to Plugins → Installed Plugins
  3. Locate Chartify – WordPress Chart Plugin
  4. Click "Update Now" if an update is available
  5. Verify the plugin version is 2.9.6 or higher after updating

Workarounds

  • Temporarily disable the Chartify plugin if updating is not immediately possible
  • Implement WAF rules to block requests containing path traversal patterns in WordPress plugin parameters
  • Restrict access to WordPress admin endpoints using IP whitelisting where feasible
  • Consider using a security plugin like Wordfence to add an additional layer of protection against LFI attempts
bash
# Example .htaccess rule to block path traversal attempts
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (\.\.\/|\.\.%2f) [NC,OR]
    RewriteCond %{QUERY_STRING} (source=.*\.\.) [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/TechAys Pro Chartify

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability87.29%

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

  • NVD-CWE-Other
  • Technical References
  • Abrahack LFI Exploit Post

  • WordPress Plugin File Access

  • Wordfence Vulnerability Analysis
  • Latest CVEs
  • CVE-2026-44572: Vercel Next.js DoS Vulnerability

  • CVE-2026-42945: NGINX Buffer Overflow Vulnerability

  • CVE-2026-44005: Vm2 Sandbox RCE Vulnerability

  • CVE-2026-43999: Vm2_project Vm2 RCE 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