CVE-2026-0910

8.8

WordPress · wpForo Forum

The wpForo Forum plugin for WordPress is vulnerable to PHP Object Injection via deserialization of untrusted input in the wpforo_display_array_data function, potentially allowing remote code execution.

Executive summary

The wpForo Forum plugin for WordPress contains a critical PHP object injection vulnerability that may allow authenticated attackers with subscriber-level access to execute arbitrary code.

Vulnerability

This vulnerability involves deserialization of untrusted data within the wpforo_display_array_data function. It requires an authenticated attacker with at least Subscriber-level privileges to trigger the flaw, which relies on the presence of existing POP chains in other installed plugins or themes to achieve impact.

Business impact

Successful exploitation of this vulnerability could lead to total system compromise, including unauthorized file deletion, sensitive data exfiltration, or remote code execution. Given the CVSS score of 8.8, the potential for high-impact damage is significant, particularly in environments where multiple plugins are deployed and may contain compatible POP chains.

Remediation

Immediate Action: Update the wpForo Forum plugin to version 2.4.14 or the latest available release immediately to patch the insecure deserialization logic.

Proactive Monitoring: Monitor server logs for unusual PHP error patterns or unexpected file system modifications that may indicate the testing or execution of malicious POP chains.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block suspicious serialized PHP objects in incoming HTTP requests to mitigate the risk until the plugin can be updated.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

The severity of this vulnerability necessitates a prompt update to the latest version of the wpForo Forum plugin. Security teams should prioritize patching this software to eliminate the insecure deserialization vector, as any additional vulnerable plugins in the environment could inadvertently provide the necessary components for an attacker to escalate this flaw into a full remote code execution event.

More WordPress CVEs

Sources

Originally found and disclosed by Craig Smith, per the CVE Program record.