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-2025-46444

CVE-2025-46444: Ads Pro Plugin LFI Vulnerability

CVE-2025-46444 is a PHP local file inclusion vulnerability in the Ads Pro plugin by scripteo that allows attackers to include arbitrary files. This article covers the technical details, affected versions, and mitigation.

Published: April 22, 2026

CVE-2025-46444 Overview

CVE-2025-46444 is a Local File Inclusion (LFI) vulnerability affecting the Ads Pro WordPress plugin (ap-plugin-scripteo) developed by scripteo. The vulnerability stems from improper control of filename for include/require statements in the PHP program, allowing attackers to include local files from the server.

This vulnerability is classified under CWE-98 (Improper Control of Filename for Include/Require Statement in PHP Program). While initially reported as a potential Remote File Inclusion issue, the actual impact is PHP Local File Inclusion, which can lead to sensitive information disclosure, configuration file exposure, and potentially remote code execution if combined with other attack vectors.

Critical Impact

Attackers can exploit this vulnerability to read sensitive files from the server, potentially exposing database credentials, WordPress configuration files, and other sensitive data stored on the web server.

Affected Products

  • Ads Pro WordPress Plugin (ap-plugin-scripteo) version 4.88 and earlier
  • Ads Pro WordPress Plugin (ap-plugin-scripteo) version 4.89 and earlier
  • WordPress installations running vulnerable versions of the Ads Pro plugin

Discovery Timeline

  • 2025-05-23 - CVE-2025-46444 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-46444

Vulnerability Analysis

The vulnerability exists in the Ads Pro WordPress plugin due to insufficient validation of user-supplied input that is used in PHP include or require statements. When the plugin processes file paths, it fails to properly sanitize the input, allowing an attacker to manipulate the file path and include arbitrary local files from the server filesystem.

Local File Inclusion vulnerabilities in WordPress plugins are particularly dangerous because attackers can potentially access sensitive files such as wp-config.php, which contains database credentials and authentication keys. Additionally, if an attacker can upload a malicious file (even with a non-executable extension) through another mechanism, they could leverage this LFI to execute that file as PHP code.

Root Cause

The root cause of this vulnerability is the improper control of filename parameters used in PHP include or require statements. The plugin fails to implement proper input validation and path canonicalization, allowing attackers to traverse directory structures or specify arbitrary file paths. Common issues leading to this type of vulnerability include:

  • Missing or insufficient input sanitization
  • Lack of whitelist-based validation for allowed files
  • Failure to use basename() or similar functions to strip directory components
  • Not restricting include paths to specific directories

Attack Vector

An attacker can exploit this vulnerability by crafting malicious requests that manipulate file path parameters accepted by the plugin. The attack typically involves directory traversal sequences such as ../ to navigate outside the intended directory and access sensitive files elsewhere on the server.

The vulnerability can be exploited by authenticated or potentially unauthenticated users depending on which plugin functionality exposes the vulnerable code path. Once exploited, attackers can read sensitive configuration files, application source code, and potentially leverage the inclusion for code execution if combined with file upload capabilities or log poisoning techniques.

For detailed technical analysis and exploitation patterns, refer to the Patchstack Vulnerability Report.

Detection Methods for CVE-2025-46444

Indicators of Compromise

  • Unusual HTTP requests containing directory traversal patterns (../, ..%2f, ..%252f) targeting Ads Pro plugin endpoints
  • Web server logs showing attempts to access sensitive files like wp-config.php, /etc/passwd, or log files through plugin parameters
  • Unexpected file read operations from the WordPress installation directory
  • Error messages in logs indicating failed file inclusion attempts

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block directory traversal patterns in requests to WordPress plugin endpoints
  • Monitor web server access logs for requests containing path traversal sequences targeting the ap-plugin-scripteo directory
  • Deploy file integrity monitoring to detect unauthorized access to sensitive configuration files
  • Configure intrusion detection systems to alert on LFI attack patterns

Monitoring Recommendations

  • Enable detailed access logging for your WordPress installation and regularly review logs for suspicious patterns
  • Set up real-time alerting for any access attempts to sensitive files like wp-config.php from unexpected sources
  • Monitor plugin directories for unusual file access patterns or new file creation
  • Implement security information and event management (SIEM) correlation rules for WordPress-specific attacks

How to Mitigate CVE-2025-46444

Immediate Actions Required

  • Update the Ads Pro plugin to a patched version beyond 4.89 when available from the vendor
  • Review web server access logs for any evidence of exploitation attempts
  • Consider temporarily disabling the Ads Pro plugin if a patch is not yet available and the plugin is not critical to operations
  • Implement WAF rules to block directory traversal attempts targeting WordPress plugins

Patch Information

Users should monitor the official WordPress plugin repository and the vendor's release channels for security updates addressing this vulnerability. The vulnerability affects Ads Pro versions through 4.89, so ensure you update to a version newer than 4.89 once a patched version is released. For the latest information, consult the Patchstack Vulnerability Report.

Workarounds

  • Implement server-level restrictions using .htaccess or nginx configuration to block requests containing directory traversal patterns
  • Configure open_basedir PHP directive to restrict file access to the WordPress installation directory
  • Deploy a Web Application Firewall with rules specifically targeting LFI and directory traversal attacks
  • Restrict file system permissions to limit what files the web server user can read
bash
# Example Apache .htaccess rule to block directory traversal
RewriteEngine On
RewriteCond %{QUERY_STRING} (\.\./|\.\.\\) [NC,OR]
RewriteCond %{QUERY_STRING} (\.\.%2f|\.\.%5c) [NC,OR]
RewriteCond %{QUERY_STRING} (\.\.%252f|\.\.%255c) [NC]
RewriteRule .* - [F,L]

# PHP open_basedir restriction in php.ini or .htaccess
# php_admin_value open_basedir /var/www/html/wordpress/

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechScripteo

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.32%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-98
  • Technical References
  • Patchstack Vulnerability Report
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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