Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The RSS Aggregator by Feedzy - Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 5.1.7. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with contributor-level access and above, to create and execute RSS import jobs, purge (force-delete) all posts associated with any import job, clear import error logs, and enumerate taxonomy terms and post meta_key names. The nonce required to reach these sub-handlers is leaked to any user with the edit_posts capability via the feedzyjs localized script injected into the block editor, meaning no privileged nonce theft or separate exploit step is required for Contributor-level users.
AnalysisAI
Authorization bypass in the RSS Aggregator by Feedzy WordPress plugin (all versions through 5.1.7) allows authenticated contributors to perform privileged import management actions - including force-deleting all posts tied to any import job, creating and executing RSS imports, clearing error logs, and enumerating taxonomy terms and post meta keys. The attack surface is widened by a nonce leak: the required nonce is exposed to any user holding the edit_posts capability via the feedzyjs localized script injected into the WordPress block editor, eliminating the need for any separate token-theft step. No public exploit has been identified at time of analysis, and CISA KEV listing is absent.
Technical ContextAI
The vulnerability resides in the Feedzy RSS Feeds WordPress plugin's import management subsystem, specifically within feedzy-rss-feeds-import.php at multiple AJAX sub-handler endpoints (lines 1256, 1365, 1400, 1436, 3718, 3891, 4090, 4184 in the 5.1.2 and 5.1.5 tags). The root cause is CWE-862 (Missing Authorization): the plugin registers AJAX actions that handle sensitive operations - job creation, job execution, post purge, log clearing, and taxonomy enumeration - without verifying that the requesting user holds the capability level necessary to perform those actions. Authentication via nonce is present, but nonce possession is conflated with authorization. The nonce itself is injected into the block editor's JavaScript context (feedzy-rss-feeds-gutenberg-block.php line 78; feedzy-rss-feeds.php line 241) as part of the feedzyjs localized object, making it readable to any authenticated user with the edit_posts capability - a capability granted by default to the Contributor role in WordPress. This means the missing capability check cannot be compensated for by nonce secrecy alone.
RemediationAI
Update the Feedzy RSS Aggregator plugin to a version beyond 5.1.7 as soon as a patched release is available via the WordPress plugin repository (https://wordpress.org/plugins/feedzy-rss-feeds/). The CVE description bounds the vulnerability at 5.1.7 inclusive, but a confirmed fixed version number was not present in the provided data - verify the changelog on the plugin's WordPress.org page before updating to confirm the fix is included. While awaiting a patch, site administrators should audit and reduce the number of accounts holding the Contributor role or the edit_posts capability, as these are necessary preconditions for exploitation. Disabling the block editor (Gutenberg) would prevent the feedzyjs nonce leak mechanism, but this is a high-impact operational change. Alternatively, a Web Application Firewall rule blocking unauthenticated or contributor-level AJAX requests to the specific feedzy import action endpoints (wp-admin/admin-ajax.php with feedzy import-related actions) can reduce exposure with lower operational impact. Note that removing Contributor access eliminates the primary attack path on most WordPress sites.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34932
GHSA-x4h7-xv75-wrr5