CVE-2025-12000 MEDIUM

CVE-2025-12000: WPFunnels <= 3.6.2 - Authenticated (Administrator+) Arbitrary File Deletion via Path Traversal

Vendor Getwpfunnels
Product WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell
Weakness CWE-22 · Path traversal
Published November 8, 2025
Last update April 8, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality None
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H

What the vulnerability does

01Description

The WPFunnels plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the wpfnl_delete_log() function in all versions up to, and including, 3.6.2. This makes it possible for authenticated attackers, with Administrator-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).

Explanation of Vulnerability in Simple Terms

02Summary

WPFunnels versions up to 3.6.2 contain a path traversal vulnerability that allows high-privilege users to read, modify, or delete arbitrary files on the server. An attacker with admin or elevated access can exploit this to manipulate site files or extract sensitive data. Update to a version newer than 3.6.2 immediately.

What an attacker can do

03Attacker Capabilities

Read, modify, or delete arbitrary files on the server.

Potential impact on your site

04Site Impact

A compromised admin account can be used to alter core files, steal configuration data, or disable the site.

Conditions required to exploit

05Prerequisites

Attacker must have high-level admin or equivalent privileges on the WordPress site.

Key dates

06Disclosure timeline

November 8, 2025 CVE published
April 8, 2026 Record updated