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-2018-25329

CVE-2018-25329: WP with Spritz RCE Vulnerability

CVE-2018-25329 is a remote file inclusion flaw in WordPress Plugin WP with Spritz 1.0 that lets attackers read sensitive files. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2018-25329 Overview

CVE-2018-25329 is a remote file inclusion (RFI) vulnerability in the WordPress plugin WP with Spritz version 1.0. The flaw exists in wp.spritz.content.filter.php, which accepts a url parameter without validation. Unauthenticated attackers can send crafted GET requests to read arbitrary local files or include remote resources. Successful exploitation discloses sensitive data such as system configuration files and stored credentials. The vulnerability is classified under CWE-98 (Improper Control of Filename for Include/Require Statement in PHP Program).

Critical Impact

Unauthenticated remote attackers can read arbitrary files on the host, including configuration files containing database credentials and WordPress secret keys.

Affected Products

  • WordPress Plugin WP with Spritz version 1.0
  • WordPress installations using the WP with Spritz plugin
  • The vulnerable script wp.spritz.content.filter.php

Discovery Timeline

  • 2026-05-17 - CVE-2018-25329 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2018-25329

Vulnerability Analysis

The WP with Spritz plugin exposes the script wp.spritz.content.filter.php, which directly uses a user-supplied url parameter inside a PHP file inclusion function. Because PHP file inclusion functions resolve both local paths and remote URLs when allow_url_include is enabled, the parameter doubles as a vector for local file inclusion (LFI) and remote file inclusion (RFI). Attackers exploit the flaw with a single GET request, requiring no authentication, no user interaction, and no privileges. The EPSS score is 0.03%, reflecting limited active exploitation given the plugin's small footprint.

Root Cause

The root cause is improper control of a filename used in a PHP include or require statement, mapped to [CWE-98]. The plugin neither sanitizes nor restricts the url parameter to an allowlist of expected values. There is no path normalization, scheme filtering, or check against directory traversal sequences such as ../.

Attack Vector

The attack vector is network-based. An attacker issues a GET request to wp.spritz.content.filter.php and supplies a malicious value in the url parameter. Typical payloads target local files such as /etc/passwd or WordPress files like wp-config.php to retrieve database credentials and authentication keys. When allow_url_include is enabled in php.ini, attackers can also point url to an external server hosting PHP code, escalating the issue to remote code execution.

The vulnerability mechanism is described in the Exploit-DB entry #44544 and the VulnCheck advisory.

Detection Methods for CVE-2018-25329

Indicators of Compromise

  • HTTP GET requests to wp.spritz.content.filter.php containing a url parameter, especially with values referencing wp-config.php, /etc/passwd, or external http:// or https:// URLs.
  • Web server access logs showing repeated requests to the plugin script from a single source IP.
  • Outbound network connections from the web server to attacker-controlled hosts referenced in the url parameter.

Detection Strategies

  • Inspect WordPress plugin directories for the presence of wp-with-spritz and the wp.spritz.content.filter.php script.
  • Configure web application firewall (WAF) rules to flag requests containing path traversal sequences or remote URL schemes inside the url parameter.
  • Hunt across web access logs for the pattern wp.spritz.content.filter.php?url= paired with suspicious values.

Monitoring Recommendations

  • Monitor PHP error logs for include or require warnings referencing unexpected file paths.
  • Track outbound HTTP requests originating from PHP worker processes to identify RFI callback activity.
  • Alert on reads of sensitive files such as wp-config.php by the web server user outside of normal application flows.

How to Mitigate CVE-2018-25329

Immediate Actions Required

  • Deactivate and remove the WP with Spritz plugin from all WordPress installations until a patched version is available.
  • Rotate WordPress database credentials, salts, and API keys if log review shows requests to wp.spritz.content.filter.php with a url parameter.
  • Restrict access to the plugin's PHP scripts at the web server level using deny rules.

Patch Information

No vendor patch is referenced in the published CVE data. The plugin remains available for download from the WordPress plugin repository, but no fixed release has been published. Administrators should treat the plugin as end-of-life and replace it with a maintained alternative.

Workarounds

  • Set allow_url_include = Off and allow_url_fopen = Off in php.ini to block remote inclusion payloads.
  • Deploy WAF signatures that block requests to wp.spritz.content.filter.php containing path traversal or URL scheme indicators in the url parameter.
  • Apply least-privilege file permissions so the web server user cannot read sensitive system files such as /etc/shadow.
  • Remove the plugin directory entirely if uninstallation through the WordPress admin console is not feasible.
bash
# Configuration example: disable remote inclusion in php.ini
allow_url_include = Off
allow_url_fopen = Off

# Apache: block direct access to the vulnerable script
<Files "wp.spritz.content.filter.php">
    Require all denied
</Files>

# Nginx: deny access to the vulnerable script
location ~* /wp-content/plugins/wp-with-spritz/wp\.spritz\.content\.filter\.php$ {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-98
  • Technical References
  • WordPress Plugin ZIP Download

  • Exploit-DB #44544

  • VulnCheck Advisory for WordPress Plugin
  • Related CVEs
  • CVE-2026-6279: Avada Builder WordPress Plugin RCE Flaw

  • CVE-2026-7522: WordPress Advanced Database Cleaner RCE

  • CVE-2026-7637: Boost WordPress Plugin RCE Vulnerability

  • CVE-2026-6555: ProSolution WP Client RCE Vulnerability
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