CVE-2025-14906: CWE-352 Cross-Site Request Forgery (CSRF) in waqasvickey0071 WP Youtube Video Gallery
The WP Youtube Video Gallery plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0. This is due to missing nonce verification on the wpYTVideoGallerySettingSave() function. This makes it possible for unauthenticated attackers to modify plugin settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AI Analysis
Technical Summary
CVE-2025-14906 is a medium-severity Cross-Site Request Forgery (CSRF) vulnerability identified in the WP Youtube Video Gallery plugin for WordPress, affecting all versions up to and including 1.0. The root cause is the absence of nonce verification in the wpYTVideoGallerySettingSave() function, which is responsible for saving plugin settings. Nonce tokens are security measures used in WordPress to validate that requests originate from legitimate users and prevent unauthorized actions. Without nonce verification, attackers can craft malicious requests that, when executed by an authenticated administrator (e.g., by clicking a specially crafted link), cause unauthorized changes to the plugin's configuration. This vulnerability does not require the attacker to be authenticated but does require user interaction from an administrator, making exploitation less straightforward. The impact primarily concerns the integrity of the plugin settings, as attackers can alter configurations potentially leading to further security or operational issues. Confidentiality and availability are not directly impacted. The vulnerability has a CVSS v3.1 base score of 4.3, reflecting its medium severity due to network attack vector, low attack complexity, no privileges required, but requiring user interaction. There are no known public exploits or patches available at the time of publication, increasing the importance of proactive mitigation. The vulnerability is cataloged under CWE-352, which covers CSRF weaknesses. Given WordPress's widespread use, especially among small to medium businesses and content creators, this vulnerability could be leveraged in targeted attacks to compromise site integrity or facilitate further exploitation.
Potential Impact
The primary impact of CVE-2025-14906 is the unauthorized modification of plugin settings, which can undermine the integrity of affected WordPress sites. Attackers could alter video gallery configurations, potentially redirecting users to malicious content, injecting unwanted advertisements, or disabling security features within the plugin. While confidentiality and availability are not directly affected, compromised settings could serve as a foothold for more advanced attacks or degrade user trust and site functionality. Organizations relying on this plugin for content delivery or marketing may experience reputational damage or operational disruptions. Since exploitation requires an administrator to interact with a malicious link, social engineering is a critical component, increasing the risk in environments with less security awareness. The lack of known exploits in the wild suggests limited current impact, but the vulnerability remains a risk for targeted attacks, especially in sectors with high-value WordPress deployments such as e-commerce, media, and education. The medium CVSS score reflects moderate risk but should not be underestimated given the potential for chained attacks.
Mitigation Recommendations
To mitigate CVE-2025-14906, organizations should first verify if they use the WP Youtube Video Gallery plugin and identify the version in use. Immediate steps include: 1) Applying any available official patches or updates from the plugin developer once released. 2) If no patch is available, implement manual nonce verification in the wpYTVideoGallerySettingSave() function to ensure requests are validated against legitimate user actions. 3) Educate site administrators about the risks of clicking unsolicited or suspicious links, emphasizing the threat of social engineering. 4) Employ web application firewalls (WAFs) with rules to detect and block CSRF attack patterns targeting WordPress admin endpoints. 5) Restrict administrative access to trusted networks or via VPN to reduce exposure. 6) Regularly audit plugin configurations and logs for unauthorized changes. 7) Consider disabling or replacing the plugin with alternatives that follow secure coding practices if immediate patching is not feasible. These measures collectively reduce the risk of exploitation and help maintain site integrity.
Affected Countries
United States, India, Brazil, Germany, United Kingdom, Canada, Australia, France, Italy, Spain
CVE-2025-14906: CWE-352 Cross-Site Request Forgery (CSRF) in waqasvickey0071 WP Youtube Video Gallery
Description
The WP Youtube Video Gallery plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0. This is due to missing nonce verification on the wpYTVideoGallerySettingSave() function. This makes it possible for unauthenticated attackers to modify plugin settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-14906 is a medium-severity Cross-Site Request Forgery (CSRF) vulnerability identified in the WP Youtube Video Gallery plugin for WordPress, affecting all versions up to and including 1.0. The root cause is the absence of nonce verification in the wpYTVideoGallerySettingSave() function, which is responsible for saving plugin settings. Nonce tokens are security measures used in WordPress to validate that requests originate from legitimate users and prevent unauthorized actions. Without nonce verification, attackers can craft malicious requests that, when executed by an authenticated administrator (e.g., by clicking a specially crafted link), cause unauthorized changes to the plugin's configuration. This vulnerability does not require the attacker to be authenticated but does require user interaction from an administrator, making exploitation less straightforward. The impact primarily concerns the integrity of the plugin settings, as attackers can alter configurations potentially leading to further security or operational issues. Confidentiality and availability are not directly impacted. The vulnerability has a CVSS v3.1 base score of 4.3, reflecting its medium severity due to network attack vector, low attack complexity, no privileges required, but requiring user interaction. There are no known public exploits or patches available at the time of publication, increasing the importance of proactive mitigation. The vulnerability is cataloged under CWE-352, which covers CSRF weaknesses. Given WordPress's widespread use, especially among small to medium businesses and content creators, this vulnerability could be leveraged in targeted attacks to compromise site integrity or facilitate further exploitation.
Potential Impact
The primary impact of CVE-2025-14906 is the unauthorized modification of plugin settings, which can undermine the integrity of affected WordPress sites. Attackers could alter video gallery configurations, potentially redirecting users to malicious content, injecting unwanted advertisements, or disabling security features within the plugin. While confidentiality and availability are not directly affected, compromised settings could serve as a foothold for more advanced attacks or degrade user trust and site functionality. Organizations relying on this plugin for content delivery or marketing may experience reputational damage or operational disruptions. Since exploitation requires an administrator to interact with a malicious link, social engineering is a critical component, increasing the risk in environments with less security awareness. The lack of known exploits in the wild suggests limited current impact, but the vulnerability remains a risk for targeted attacks, especially in sectors with high-value WordPress deployments such as e-commerce, media, and education. The medium CVSS score reflects moderate risk but should not be underestimated given the potential for chained attacks.
Mitigation Recommendations
To mitigate CVE-2025-14906, organizations should first verify if they use the WP Youtube Video Gallery plugin and identify the version in use. Immediate steps include: 1) Applying any available official patches or updates from the plugin developer once released. 2) If no patch is available, implement manual nonce verification in the wpYTVideoGallerySettingSave() function to ensure requests are validated against legitimate user actions. 3) Educate site administrators about the risks of clicking unsolicited or suspicious links, emphasizing the threat of social engineering. 4) Employ web application firewalls (WAFs) with rules to detect and block CSRF attack patterns targeting WordPress admin endpoints. 5) Restrict administrative access to trusted networks or via VPN to reduce exposure. 6) Regularly audit plugin configurations and logs for unauthorized changes. 7) Consider disabling or replacing the plugin with alternatives that follow secure coding practices if immediate patching is not feasible. These measures collectively reduce the risk of exploitation and help maintain site integrity.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-12-18T18:08:36.266Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6974765d4623b1157ca738f9
Added to database: 1/24/2026, 7:35:57 AM
Last enriched: 2/27/2026, 11:43:25 AM
Last updated: 3/26/2026, 10:28:39 AM
Views: 30
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.