Severity by source
AV:N/AC:L/PR:N/UI:R/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:N/UI:R/S:U/C:N/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Google Plus One Bottom plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 0.0.2. This is due to missing or incorrect nonce validation on the googlePlusOneAdmin function. This makes it possible for unauthenticated attackers to modify the plugin's settings, including the plusone-lang, plusone-callback, and plusone-url options stored in the database via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AnalysisAI
Cross-site request forgery in the Google Plus One Bottom WordPress plugin (all versions ≤ 0.0.2) enables unauthenticated remote attackers to overwrite plugin settings stored in the WordPress database by tricking an authenticated administrator into clicking a crafted link. The root cause is missing nonce validation in the googlePlusOneAdmin function, exposing the plusone-lang, plusone-callback, and plusone-url options to unauthorized modification. No public exploit has been identified at time of analysis and the vulnerability is not listed in CISA KEV, though the social-engineering dependency is the primary limiting factor rather than any technical barrier.
Technical ContextAI
CWE-352 (CSRF) arises when a server-side function processes state-changing requests without verifying that the request was intentionally submitted by the authenticated user. WordPress's standard defense is wp_verify_nonce(), which ties a one-time token to a specific action and user session. The googlePlusOneAdmin function in googlePlusOne.php (referenced at lines 34, 64, and 73 in the plugin browser) processes settings updates without this check, meaning any cross-origin POST that satisfies the admin capability check will be honored if the admin is currently logged in. CPE cpe:2.3:a:ddd2500:google_plus_one_bottom:*:*:*:*:*:*:*:* identifies vendor ddd2500 as the upstream author. The three affected options (plusone-lang, plusone-callback, plusone-url) are WordPress database options controlling the Google Plus One widget's language, JavaScript callback, and target URL - the callback option in particular could be abused to point the widget at attacker-controlled JavaScript endpoints.
RemediationAI
No vendor-released patch has been identified at time of analysis - the available CPE and references do not reference a fixed version beyond 0.0.2. The most effective and recommended remediation is to deactivate and fully remove the Google Plus One Bottom plugin from all WordPress installations; because the underlying Google Plus One service was permanently discontinued by Google in 2019, the plugin provides no functional benefit on any modern site and removal eliminates the attack surface entirely with no operational trade-off. If removal is temporarily blocked by a change-control process, restricting access to the WordPress admin panel (wp-admin and wp-login.php) to known trusted IP addresses via web server configuration or a WAF rule will prevent the CSRF forged request from reaching an authenticated admin session. Monitor the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/43af2d38-72e8-405f-a910-500fb782ded2 for any patch release notifications.
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-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33890
GHSA-fvx7-fjpx-4m28