wpForo Forum <= 2.4.16 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Forum Post Modification via 'guestposting' Parameter

6.5
Missing Authorization
CVE CVE-2026-4666
CVSS 6.5 (Medium)
Publicly Published April 16, 2026
Last Updated April 17, 2026
Researcher Jared Reyes

Description

The wpForo Forum plugin for WordPress is vulnerable to unauthorized modification of data due to the use of `extract($args, EXTR_OVERWRITE)` on user-controlled input in the `edit()` method of `classes/Posts.php` in all versions up to, and including, 2.4.16. The `post_edit` action handler in `Actions.php` passes `$_REQUEST['post']` directly to `Posts::edit()`, which calls `extract($args, EXTR_OVERWRITE)`. An attacker can inject `post[guestposting]=1` to overwrite the local `$guestposting` variable, causing the entire permission check block to be skipped. The nonce check uses a hardcoded `wpforo_verify_form` action shared across all 8 forum templates, so any user who can view any forum page obtains a valid nonce. This makes it possible for authenticated attackers, with Subscriber-level access and above, to edit the title, body, name, and email fields of any forum post, including posts in private forums, admin posts, and moderator posts. Content passes through `wpforo_kses()` which strips JavaScript but allows rich HTML.

References

Share

Vulnerability Details for wpForo Forum

Software Type Plugin
Software Slug wpforo (view on wordpress.org)
Patched? Yes
Remediation Update to version 3.0.0, or a newer patched version
Affected Version
  • <= 2.4.16
Patched Version
  • 3.0.0

Recent vulnerabilities in wpForo Forum

# Title CVE ID CVSS Researchers Date
1 wpForo Forum <= 3.1.1 - Authenticated (Subscriber+) Stored Cross-Site Scripting via 'location' Profile Field CVE-2026-15021 6.4 valent1 July 15, 2026
2 wpForo Forum <= 3.0.9 - Authenticated (Contributor+) SQL Injection CVE-2026-57636 6.5 daroo June 26, 2026
3 wpForo Forum <= 3.1.0 - Missing Authorization CVE-2026-49767 5.3 Jakub Herman June 4, 2026
4 wpForo Forum <= 3.1.0 - Unauthenticated PHP Object Injection CVE-2026-49769 8.1 daroo June 4, 2026
5 wpForo Forum <= 3.0.6 - Missing Authorization CVE-2026-42682 5.3 Tiago Ventura (perses) May 18, 2026
6 wpForo Forum <= 3.0.4 - Unauthenticated SQL Injection CVE-2026-40798 7.5 Nguyen Ba Khanh May 7, 2026
7 wpForo Forum < 3.0.2 - Missing Authorization CVE-2026-40767 5.3 Dahmani Toumi (pegaSUS) April 21, 2026
8 wpForo Forum <= 3.0.5 - Authenticated (Subscriber+) Arbitrary File Deletion via Custom Profile Field File Path CVE-2026-6248 8.1 0xd4rk5id3, wackydawg April 20, 2026
9 wpForo Forum <= 3.0.2 - Authenticated (Subscriber+) Arbitrary File Deletion via 'data[body][fileurl]' Parameter CVE-2026-5809 7.1 Leonid Semenenko (lsemenenko) April 10, 2026
10 wpForo Forum <= 2.4.16 - Authenticated (Subscriber+) Arbitrary File Deletion via Post Body CVE-2026-3666 8.8 Webbernaut, Leonid Semenenko (lsemenenko) April 3, 2026

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation