
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-2433 is a DOM-Based Cross-Site Scripting (XSS) vulnerability in the RSS Aggregator – RSS Import, News Feeds, Feed to Post, and Autoblogging plugin for WordPress, affecting all versions up to and including 5.0.11. The flaw allows unauthenticated attackers to execute arbitrary JavaScript in the context of an authenticated administrator's browser session by tricking the administrator into visiting a malicious page that sends crafted postMessage payloads. It was published on March 7, 2026, with Wordfence credited as the assigner. The vulnerability carries a CVSS v3.1 base score of 6.1 (Medium) (Wordfence, ENISA EUVD).
The root cause is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation – Cross-Site Scripting). Specifically, the plugin's admin-shell.js file registers a global message event listener without validating event.origin, and directly passes user-controlled URL values to window.open() without enforcing URL scheme validation. An attacker can host a malicious webpage that sends a crafted postMessage payload to the plugin's admin page; because no origin check is performed, the plugin processes the message and opens an attacker-controlled URL, enabling arbitrary JavaScript execution in the administrator's session context. The vulnerable code is visible in the plugin's source repository at lines 58 and 153 of admin-shell.js (Wordfence, WordPress Trac).
Successful exploitation allows an unauthenticated attacker to execute arbitrary JavaScript within an authenticated WordPress administrator's browser session, potentially leading to unauthorized administrative actions such as account takeover, plugin/theme installation, content modification, or credential theft. The scope is changed (S:C in CVSS terms), meaning the impact extends beyond the vulnerable component to the broader WordPress site. Confidentiality and integrity are both partially compromised, though availability is not directly affected (ENISA EUVD, Wordfence).
No public exploit code or active in-the-wild exploitation has been reported as of the available data. The EPSS score is approximately 0.039% (0.000390), indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires social engineering — an administrator must be tricked into visiting a malicious page while logged into the WordPress admin panel (Wordfence, ENISA EUVD).
readme.txt or plugin asset paths).postMessage to the target WordPress admin page (e.g., window.opener.postMessage(payload, '*') or via an embedded iframe pointing to the admin URL).postMessage payload that passes a javascript: URI or a malicious URL to the plugin's message handler, exploiting the missing event.origin check and lack of URL scheme validation in admin-shell.js (lines 58/153).message event listener processes the crafted payload without origin validation and calls window.open() with the attacker-supplied URL, executing arbitrary JavaScript in the administrator's session context.window.open navigations to non-WordPress URLs originating from admin pages.postMessage handling.WordPress site administrators should update the RSS Aggregator plugin to a version beyond 5.0.11, which includes the fix that adds proper event.origin validation and URL scheme enforcement in admin-shell.js. The patch is available via the WordPress plugin repository changeset (revision 3473511). As an interim workaround, administrators should avoid clicking unsolicited links while logged into the WordPress admin panel and consider temporarily deactivating the plugin until the update is applied (WordPress Trac Changeset, Wordfence).
The vulnerability was reported by Wordfence and published to the NVD and ENISA EUVD on March 7–8, 2026. It received standard automated coverage from vulnerability aggregation platforms (VulDB, CVEFeed, CIRCL) and a brief mention on Bluesky via the CVE skyfleet bot. No notable independent researcher commentary or significant media coverage has been identified beyond routine vulnerability database entries (ENISA EUVD, Wordfence).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."