CVE-2026-28555: wpForo Forum 2.4.14 Missing Authorization via Topic Close AJAX Handler
wpForo Forum 2.4.14 contains a missing authorization vulnerability that allows authenticated subscribers to close or reopen any forum topic via the wpforo_close_ajax handler. Attackers submit a valid nonce with an arbitrary topic ID to bypass the moderator permission requirement and disrupt forum discussions.
Security readout for executives and security teams
Plain-English summary
This flaw lets a low-privileged logged-in forum user close or reopen topics they should not control. It does not expose data or take over the site, but it can disrupt public discussions and moderation workflows on affected WordPress forums.
Executive priority
Treat this as a moderate-priority forum integrity issue. Prioritize public or customer-facing forums where topic closure can affect support, reputation, or community trust, but it is not indicated as a site takeover or data breach vulnerability.
Technical view
CVE-2026-28555 is a CWE-862 missing authorization issue in wpForo Forum's wpforo_close_ajax handler. An authenticated subscriber can change topic closed/open state without moderator permission. CVSS 4.0 is 5.3, with low attack complexity, low privileges required, and limited integrity impact.
Likely exposure
Exposure is limited to WordPress sites using wpForo Forum vulnerable 2.4.x builds, especially 2.4.14 as described. The source metadata also references 2.4 and 2.4.16, so confirm exact affected and fixed versions against the vendor plugin changelog.
Exploitation context
The provided sources do not show CISA KEV listing or active exploitation. Abuse requires an authenticated subscriber account and access to the forum AJAX path. Impact is operational disruption rather than confidentiality loss or full site compromise.
Researcher notes
Evidence supports a missing authorization flaw in the topic close AJAX handler. Patch details are not fully described in the bundle, so avoid assuming a specific fixed version beyond vendor guidance. No exploit-in-the-wild evidence is provided.
Mitigation direction
Check the installed wpForo Forum version on all WordPress sites.
Review the vendor plugin page and changelog for the fixed release guidance.
Upgrade wpForo Forum according to official vendor guidance.
Limit untrusted subscriber registration where forum moderation integrity matters.
Monitor topic close and reopen events for suspicious low-privilege activity.
Validation and detection
Inventory WordPress sites using wpForo Forum.
Compare installed plugin versions with the CVE and vendor changelog.
Confirm subscribers cannot close or reopen topics through normal forum workflows.
Review logs for topic state changes by non-moderator accounts.
Verify moderators retain expected topic management functionality after updating.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-862 · source CWE mapping
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.