CVE-2026-80513

7.5

wpForo · Forum

The wpForo Forum WordPress plugin before 3.1.6 is vulnerable to insecure deserialization, which could allow authenticated users to inject PHP objects and potentially achieve remote code execution.

Executive summary

A critical insecure deserialization vulnerability in the wpForo Forum WordPress plugin allows authenticated users to inject malicious PHP objects, creating a risk of remote code execution.

Vulnerability

The vulnerability stems from improper validation of user-supplied profile field values during deserialization (CWE-502). An authenticated attacker with Subscriber-level access or higher can exploit this to inject arbitrary PHP objects, which may lead to remote code execution if a compatible POP chain is present in the environment.

Business impact

The potential for remote code execution represents a significant threat to data confidentiality, integrity, and availability. With a CVSS score of 7.5, this high-severity vulnerability could allow an attacker to gain full control over the WordPress instance, leading to unauthorized data exfiltration or complete system compromise.

Remediation

Immediate Action: Update the wpForo Forum plugin to version 3.1.6 or later immediately to restrict class instantiation during deserialization.

Proactive Monitoring: Audit WordPress user activity logs for suspicious profile updates and monitor system logs for unusual PHP process execution or unexpected file modifications.

Compensating Controls: Implement a Web Application Firewall (WAF) to filter malicious serialized payloads, and enforce the principle of least privilege by restricting user capabilities within the forum.

Exploitation status

Public Exploit Available: No

Analyst recommendation

This vulnerability presents a clear path to system compromise for authenticated users. Organizations running the wpForo Forum plugin must prioritize updating to version 3.1.6 or higher to resolve the insecure deserialization flaw. Given the potential for remote code execution, failure to patch leaves the WordPress environment vulnerable to privilege escalation and full server takeover.

History

CVE Brief tracked this CVE 1 day before it had a CVSS score.

  1. Disclosed CVE record published
  2. Collected by CVE Brief No CVSS score yet; tracked as early warning
  3. CVSS score assigned 7.5 (3.1) from cvelistV5
  4. Analyst report written
  5. Published in the daily brief high section, early-warning entry

Sources

Originally found and disclosed by Sai Praneeth Koti, with WPScan (coordinator), per the CVE Program record.