PT-2026-32096 · Tomdever · Wpforo Forum
Leonid Semenenko
·
Published
2026-04-11
·
Updated
2026-04-11
·
CVE-2026-5809
CVSS v3.1
7.1
High
| AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H |
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.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Wpforo Forum