Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
PR:L reflects mandatory subscriber authentication; I:L and A:L capture license key deletion's bounded integrity and availability disruption; C:N as no data is exposed.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
The Feeds for YouTube (YouTube video, channel, and gallery plugin) WordPress plugin before 2.6.4 is vulnerable to unauthorized modification of the Feeds for YouTube (YouTube video, channel, and gallery plugin) WordPress plugin before 2.6.4's license key due to a missing capability check on the 'actions' function. This makes it possible for subscribers and above delete the license key.
AnalysisAI
Missing authorization in the Feeds for YouTube WordPress plugin (all versions before 2.6.4) allows any authenticated subscriber-level user to delete the plugin's license key by invoking the unprotected 'actions' function. The integrity and availability impact is bounded to plugin-level disruption - premium features are disabled upon key deletion - with no confidentiality exposure. A publicly available proof-of-concept exists per WPScan, though EPSS sits at 0.02% (4th percentile) and CISA KEV does not list active exploitation, indicating limited real-world threat activity despite accessible exploit code.
Technical ContextAI
The affected product is the Feeds for YouTube WordPress plugin, identified by CPE cpe:2.3:a:unknown:feeds_for_youtube_(youtube_video,_channel,_and_gallery_plugin):*:*:*:*:*:*:*:* across all versions prior to 2.6.4. The root cause is CWE-862 (Missing Authorization): the plugin's 'actions' AJAX handler does not perform a WordPress capability check (e.g., current_user_can()) before executing privileged operations, specifically license key deletion. In the WordPress permission model, 'subscriber' is the lowest authenticated role and carries no administrative capabilities, making this a straightforward privilege escalation at the application layer. The missing nonce or capability guard is a common WordPress plugin anti-pattern that WPScan routinely identifies.
RemediationAI
Update the Feeds for YouTube WordPress plugin to version 2.6.4 or later, which introduces the missing capability check on the 'actions' function. This is confirmed as a vendor-released patch per the WPScan advisory (https://wpscan.com/vulnerability/b19596c2-69bc-4e15-8632-eb80f4577e3c/) and EUVD-2026-30735. If immediate patching is not possible, restrict WordPress user registration to prevent untrusted parties from obtaining subscriber accounts (Settings > General > uncheck 'Anyone can register'), which eliminates the low-privilege attack surface. Alternatively, a WAF rule blocking unauthorized AJAX calls to the plugin's 'actions' endpoint can serve as a temporary compensating control, though this may break legitimate plugin functionality. Deactivating the plugin entirely is the most effective interim control if YouTube feed functionality is non-essential.
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30735
GHSA-q2vf-5q2q-2gm5