LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
5

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-28560 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

2CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

2 official scores

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.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N2.32.7VulnCheck
4.8CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

4.8Medium
CVSS 4.0 vector shape for CVE-2026-28560Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
gVectors TeamwpForo Forum2.4, 2.4.16unaffected
Weakness

CWE details

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.