CVE-2026-5809

Published: Apr 11, 2026 Last Modified: Apr 13, 2026
ExploitDB:
Other exploit source:
Google Dorks:
HIGH 7,1
Attack Vector: network
Attack Complexity: low
Privileges Required: low
User Interaction: none
Scope: unchanged
Confidentiality: low
Integrity: none
Availability: high

Description

AI Translation Available

The wpForo Forum plugin for WordPress is vulnerable to Arbitrary File Deletion in versions up to and including 3.0.2. This is due to a two-step logic flaw: the topic_add() and topic_edit() action handlers accept arbitrary user-supplied data[*] arrays from $_REQUEST and store them as postmeta without restricting which fields may contain array values. Because 'body' is included in the allowed topic fields list, an attacker can supply data[body][fileurl] with an arbitrary file path (e.g., wp-config.php or an absolute server path). This poisoned fileurl is persisted to the plugin's custom postmeta database table. Subsequently, when the attacker submits wpftcf_delete[]=body on a topic_edit request, the add_file() method retrieves the stored postmeta record, extracts the attacker-controlled fileurl, passes it through wpforo_fix_upload_dir() which only rewrites legitimate wpforo upload paths and returns all other paths unchanged, and then calls wp_delete_file() on the unvalidated path. This makes it possible for authenticated attackers, with subscriber-level access and above, to delete arbitrary files writable by the PHP process on the server, including critical files such as wp-config.

EPSS (Exploit Prediction Scoring System)

Trend Analysis

EPSS (Exploit Prediction Scoring System)

Prevede la probabilità di sfruttamento basata su intelligence sulle minacce e sulle caratteristiche della vulnerabilità.

EPSS Score
0,0003
Percentile
0,1th
Updated

EPSS Score Trend (Last 6 Days)

73

External Control of File Name or Path

Draft
Common Consequences
Security Scopes Affected:
Integrity Confidentiality Availability
Potential Impacts:
Read Files Or Directories Modify Files Or Directories Execute Unauthorized Code Or Commands Dos: Crash, Exit, Or Restart Dos: Resource Consumption (Other)
Applicable Platforms
Operating Systems: Unix, Windows, macOS
View CWE Details
https://plugins.trac.wordpress.org/browser/wpforo/tags/3.0.2/classes/Actions.ph…
https://plugins.trac.wordpress.org/browser/wpforo/tags/3.0.2/classes/Actions.ph…
https://plugins.trac.wordpress.org/browser/wpforo/tags/3.0.2/classes/PostMeta.p…
https://plugins.trac.wordpress.org/browser/wpforo/tags/3.0.2/classes/PostMeta.p…
https://plugins.trac.wordpress.org/browser/wpforo/tags/3.0.2/classes/PostMeta.p…
https://plugins.trac.wordpress.org/browser/wpforo/tags/3.0.2/classes/Posts.php#…
https://plugins.trac.wordpress.org/browser/wpforo/tags/3.0.2/includes/functions…
https://plugins.trac.wordpress.org/changeset/3503313/wpforo
https://www.wordfence.com/threat-intel/vulnerabilities/id/0e46ac8d-89ee-4480-bb…