CVE-2018-25324 MEDIUM

CVE-2018-25324: Simple Fields 0.2-0.3.5 Local File Inclusion via wp_abspath

Vendor Simple-Fields
Product Simple Fields
Weakness CWE-98 · PHP file inclusion
Published May 17, 2026
Last update May 26, 2026

CVSS base score

6.9/10
Attack vector Local
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

What the vulnerability does

01Description

Simple Fields 0.2 through 0.3.5 WordPress Plugin contains a local file inclusion vulnerability that allows unauthenticated attackers to read arbitrary files by injecting null bytes into the wp_abspath parameter on PHP versions before 5.3.4. Attackers can supply malicious wp_abspath values to simple_fields.php to include files like /etc/passwd or inject PHP code into Apache logs for remote code execution when allow_url_include is enabled.

Explanation of Vulnerability in Simple Terms

02Summary

Simple Fields versions 0.2 through 0.3.5 contain a local code execution vulnerability. An attacker with local access to the system can exploit this flaw to read sensitive files without requiring authentication or user interaction. The vulnerability stems from improper input handling that allows unauthorized access to confidential data on the affected system.

What an attacker can do

03Attacker Capabilities

Read sensitive files on the server without authentication.

Potential impact on your site

04Site Impact

If Simple Fields runs on your server, a local attacker can access confidential data stored by the plugin.

Conditions required to exploit

05Prerequisites

Local access to the server; no authentication or user interaction required.

Key dates

06Disclosure timeline

May 17, 2026 CVE published
May 26, 2026 Record updated

Related vulnerabilities

08Related CVE