CVE-2026-28560: wpForo Forum 2.4.14 Stored XSS via Unsafe JSON Encoding in Inline Script
wpForo Forum 2.4.14 contains a stored cross-site scripting vulnerability that allows script injection via forum URL data output into an inline script block using json_encode without the JSON_HEX_TAG flag. Attackers set a forum slug containing a closing script tag or unescaped single quote to break out of the JavaScript string context and execute arbitrary script in all visitors' browsers.
Security readout for executives and security teams
Plain-English summary
CVE-2026-28560 is a stored cross-site scripting issue in the wpForo Forum WordPress plugin. A highly privileged attacker could save malicious forum URL data that later runs script in visitors' browsers. The main business risk is account compromise or content manipulation through affected forum pages, not direct server takeover.
Executive priority
Treat this as a moderate-priority WordPress plugin issue. It deserves timely remediation on public or customer-facing forums, especially where multiple administrators can modify forum settings. Escalate if privileged account compromise is suspected.
Technical view
The issue is reported in wpForo Forum 2.4.14, caused by unsafe JSON encoding into an inline script without JSON_HEX_TAG. The CVSS vector is 5.5: network reachable, low complexity, high privileges required, no user interaction, changed scope, low confidentiality and integrity impact.
Likely exposure
Exposure is most likely on WordPress sites running wpForo Forum versions matching the advisory. The bundle names 2.4.14 and lists affected versions 2.4 and 2.4.16, but does not define a complete vulnerable range or CPEs.
Exploitation context
The source bundle does not indicate active exploitation, and KEV status is false. Exploitation requires privileges high enough to set forum URL or slug data, after which stored script could execute for users who visit affected forum pages.
Researcher notes
Evidence supports stored XSS via forum URL data rendered into an inline JavaScript context. Exact fixed version and vulnerable range are not fully established in the supplied bundle, so validation should rely on vendor release notes and the CVE/advisory references.
Mitigation direction
Check the wpForo vendor page and developers page for fixed release guidance.
Update wpForo Forum according to vendor guidance once a fixed version is confirmed.
Restrict forum URL, slug, and administration changes to trusted accounts only.
Review existing forum URL data for suspicious script-related content.
Monitor administrator accounts for unexpected forum configuration changes.
Validation and detection
Inventory WordPress sites using the wpForo Forum plugin.
Compare installed wpForo versions with the CVE record and vendor release information.
Review forum slugs and URL fields for unexpected HTML or script delimiters.
Confirm updated code safely encodes data emitted into inline scripts.
Test affected pages in a controlled environment for unintended script execution.
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-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.