Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
CSRF via browser requires no attacker privileges (PR:N) but mandates victim interaction (UI:R); integrity impact is High as admin database actions execute; no confidentiality or availability impact applies.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Cross Site Request Forgery (CSRF) in Plugins Garbage Collector (Database Cleanup) <= 0.14 versions.
AnalysisAI
Cross-Site Request Forgery in Plugins Garbage Collector (Database Cleanup) plugin for WordPress version 0.14 and earlier enables an unauthenticated remote attacker to perform unauthorized administrative database operations by tricking an authenticated WordPress administrator into visiting a malicious page. The CVSS vector (PR:N/UI:R/I:H) confirms the attacker requires no privileges but must engineer social interaction with a privileged user, yielding high integrity impact - specifically, the ability to trigger plugin or database cleanup actions on behalf of the victim. No public exploit code and no CISA KEV listing have been identified at time of analysis.
Technical ContextAI
CSRF (CWE-352) occurs when a web application performs state-changing actions without validating that requests originate from the legitimate application context. The affected product, Plugins Garbage Collector (Database Cleanup) by Vladimir Garagulya (CPE: cpe:2.3:a:vladimir_garagulya:plugins_garbage_collector_(database_cleanup):*:*:*:*:*:*:*:*), is a WordPress plugin designed to identify and remove orphaned plugin data from the WordPress database. Without nonce verification or equivalent anti-CSRF tokens on its administrative action endpoints, the plugin accepts forged HTTP requests from any origin. A browser automatically attaches the victim's authenticated session cookies to cross-origin requests, satisfying the authentication requirement transparently, allowing the attacker to invoke cleanup or deletion operations the victim is authorized to perform.
RemediationAI
Check the WordPress plugin repository or the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/plugins-garbage-collector/vulnerability/wordpress-plugins-garbage-collector-database-cleanup-plugin-0-14-cross-site-request-forgery-csrf-vulnerability for a patched release above version 0.14; upgrade immediately if one is available. If no patched version exists yet, the most specific compensating control is to deactivate and remove the Plugins Garbage Collector plugin from the WordPress installation entirely until a fix is released - this eliminates the attack surface with no functional side effect beyond losing the database cleanup capability. Alternatively, restrict administrative access to the WordPress dashboard exclusively to trusted IP ranges at the network or server level, reducing the pool of potential CSRF victims. Do not rely on browser-based CSRF protections alone as their coverage is inconsistent across configurations.
More in Wordpress Plugin
View allThe 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
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
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 Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53897
GHSA-cp6v-qxxq-xc53