Description
The WPeMatico RSS Feed Fetcher WordPress plugin before 2.8.26 does not sanitize and escape content it retrieves from a user-supplied source before rendering it, which could allow users such as contributors to perform Stored Cross-Site Scripting attacks against higher-privileged users who review the campaign.
Published: 2026-09-24
Score: n/a
EPSS: n/a
KEV: No
Impact: Stored Cross-Site Scripting
Action: Patch Now
AI Analysis

Impact

The WPeMatico RSS Feed Fetcher plugin fails to sanitize data retrieved from external RSS feeds before it is rendered. This omission allows a contributor to inject script code that is stored within the plugin’s internal data structures. When a higher-privileged user views the campaign preview, the malicious script executes in the user’s browser, enabling session hijacking, theft of cookies, or arbitrary code execution on the site. The vulnerable logic directly violates proper output encoding practices. The weakness aligns with CWE-79 and CWE-116.

Affected Systems

Any WordPress site that installs WPeMatico RSS Feed Fetcher version older than 2.8.26 and grants contributor or equivalent role access to campaign item creation. The vendor is listed as Unknown:WPeMatico RSS Feed Fetcher; the flaw is in all releases prior to the specified version.

Risk and Exploitability

Although EPSS data is not available and the vulnerability is not yet in the CISA KEV catalog, the CVSS base score for stored cross‑site scripting is typically high (8–10). Exploitation requires a contributor‑level user to submit a crafted RSS feed URL or payload; no network exposure is required beyond normal WordPress administrative access. The attack vector is local within the WordPress admin environment, but the impact extends to any user who views the compromised campaign. Given the ubiquity of WordPress and the potential for elevated privileges, the risk of exploitation remains significant.

Generated by OpenCVE AI on September 24, 2026 at 07:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update WPeMatico RSS Feed Fetcher to version 2.8.26 or later, ensuring the sanitization fix is applied.
  • Revise the WordPress role capabilities so that contributors cannot publish or edit campaign items that are rendered to administrators, limiting the scope for stored XSS.
  • Configure a content security policy that disallows inline scripts and restricts script sources to trusted origins, mitigating the impact of any residual XSS vectors.

Generated by OpenCVE AI on September 24, 2026 at 07:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-116
CWE-79

Thu, 24 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The WPeMatico RSS Feed Fetcher WordPress plugin before 2.8.26 does not sanitize and escape content it retrieves from a user-supplied source before rendering it, which could allow users such as contributors to perform Stored Cross-Site Scripting attacks against higher-privileged users who review the campaign.
Title WPeMatico RSS Feed Fetcher < 2.8.26 - Contributor+ Stored XSS via Campaign Item Preview
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-24T06:00:18.988Z

Reserved: 2026-09-10T16:19:24.270Z

Link: CVE-2026-89002

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T06:17:03.633

Modified: 2026-09-24T06:17:03.633

Link: CVE-2026-89002

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T07:30:16Z

Weaknesses
  • CWE-116

    Improper Encoding or Escaping of Output

  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')