WordPress Plugin WP with Spritz RFI Allows Arbitrary File Access
The National Vulnerability Database has detailed CVE-2018-25329, a remote file inclusion (RFI) vulnerability in the WordPress Plugin WP with Spritz version 1.0. This flaw permits unauthenticated attackers to read arbitrary files by injecting malicious file paths into the url parameter. Specifically, attackers can craft GET requests to wp.spritz.content.filter.php with specially designed url values to access sensitive system files.
This vulnerability, rated High severity with a CVSS score of 7.5, presents a critical risk. An attacker exploiting this RFI could exfiltrate configuration files, credentials, and other confidential data stored on the server. The ease of exploitation, requiring no authentication and simple GET requests, makes this a prime target for opportunistic attackers scanning for exposed WordPress instances.
Defenders need to recognize that arbitrary file access is not a minor issue; it’s often a precursor to full system compromise. Once an attacker can read sensitive files, they can pivot to gain code execution, escalate privileges, or establish persistence. The attacker’s calculus here is simple: low effort, high reward, especially against unpatched systems.
What This Means For You
- If your organization uses the WordPress Plugin WP with Spritz 1.0, you must immediately remove or disable it. This is not a vulnerability to patch; it's a component to eliminate. Audit your web server logs for any suspicious GET requests to `wp.spritz.content.filter.php` that include unusual `url` parameters, indicating attempted or successful exploitation.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2018-25329 - WordPress WP Spritz RFI Arbitrary File Read
title: CVE-2018-25329 - WordPress WP Spritz RFI Arbitrary File Read
id: scw-2026-05-17-ai-1
status: experimental
level: high
description: |
Detects attempts to exploit CVE-2018-25329 by targeting the wp.spritz.content.filter.php script with a 'url=' parameter, indicative of a Remote File Inclusion (RFI) vulnerability in the WP Spritz WordPress plugin. This allows unauthenticated attackers to read arbitrary files.
author: SCW Feed Engine (AI-generated)
date: 2026-05-17
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2018-25329/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/wp-content/plugins/wp-spritz/wp.spritz.content.filter.php'
cs-uri-query|contains:
- 'url='
cs-method:
- 'GET'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2018-25329 | Remote File Inclusion | WordPress Plugin WP with Spritz 1.0 |
| CVE-2018-25329 | Remote File Inclusion | wp.spritz.content.filter.php |
| CVE-2018-25329 | Remote File Inclusion | GET request with 'url' parameter injection |
| CVE-2018-25329 | Information Disclosure | Arbitrary file read via 'url' parameter |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 17, 2026 at 16:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.