HIGH 7.7

CVE-2025-60223: WPBot Pro Arbitrary File Deletion Vulnerability – HIGH Risk Exploit

WPBot Pro, a WordPress chatbot plugin, contains a vulnerability that allows subscribers (low-privilege users) to delete arbitrary files from a WordPress installation. This affects versions 13.6.5 and earlier. The flaw does not require user interaction and can be exploited remotely by any authenticated subscriber, making it a direct threat to site integrity and availability.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.7 HIGH · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
Weaknesses (CWE)
CWE-22
Affected products
0 configuration(s)
Published / Modified
2026-06-17 / 2026-06-17

NVD description (verbatim)

Subscriber Arbitrary File Deletion in WPBot Pro Wordpress Chatbot <= 13.6.5 versions.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2025-60223 exploits insufficient access controls in WPBot Pro's file handling logic. The vulnerability stems from a path traversal weakness (CWE-22) that permits authenticated subscribers to construct requests that bypass intended file deletion restrictions. Because the plugin fails to properly validate file paths or enforce role-based access controls, an attacker with subscriber privileges can delete files outside the chatbot's designated directories, including critical WordPress core files, theme files, or plugin assets. The CVSS 3.1 score of 7.7 (HIGH severity) reflects the network-accessible attack vector, low complexity, and significant availability impact, though confidentiality and integrity of data are not directly compromised.

Business impact

A successful exploit could render a WordPress site partially or completely unavailable by deleting essential files. Site operators would face downtime, potential data loss, and operational disruption during recovery. If attackers target theme or plugin files, site functionality and appearance could degrade. Organizations managing multiple WordPress installations via WPBot Pro chatbots face compounded risk if multiple sites use affected versions. Recovery requires file restoration from backups or full plugin reinstallation, consuming IT resources and potentially incurring SLA breaches.

Affected systems

WPBot Pro Wordpress Chatbot plugin in versions 13.6.5 and earlier. The vulnerability affects any WordPress installation running this plugin with users assigned subscriber roles or higher. Sites without WPBot Pro installed are not affected. Multisite WordPress networks using the plugin may see risk cascaded across subsites if the plugin is network-activated.

Exploitability

Exploitability is straightforward. The attack requires only valid subscriber credentials—a role often granted liberally to customers, community members, or contributors. No user interaction, special network conditions, or complex exploitation chains are needed. An attacker with subscriber access can trigger file deletion via direct plugin API calls or web requests. The absence of this vulnerability from the CISA Known Exploited Vulnerabilities (KEV) catalog does not imply safety; it indicates the vulnerability was not yet widely exploited at the time of catalog review. Organizations should assume exploitation is practical and likely.

Remediation

Upgrade WPBot Pro to a patched version above 13.6.5. Site administrators should immediately audit subscriber role assignments and revoke unnecessary access. As a temporary mitigation pending patch deployment, consider restricting subscriber role assignments or disabling WPBot Pro's file deletion features if the plugin provides such granular controls. Review file system permissions to ensure WordPress directories are protected against unauthorized deletion.

Patch guidance

Check the official WPBot Pro plugin repository or the vendor's website for version 13.6.6 or later. Verify that the patch notes or advisory explicitly address CVE-2025-60223. Apply patches during a maintenance window to minimize downtime. After patching, test chatbot functionality to confirm no breaking changes. For organizations on managed WordPress hosting, coordinate with your provider to ensure timely patching of all affected sites.

Detection guidance

Monitor WordPress logs and web server access logs for unusual file deletion requests originating from subscriber-level sessions, particularly targeting sensitive directories (wp-content, wp-admin, wp-includes). Look for patterns of repeated DELETE or POST requests to WPBot Pro endpoints. Use file integrity monitoring (FIM) tools to detect unauthorized file removal on the web server. Query your WordPress database audit logs if available to identify suspicious activity correlated with specific user accounts. Network detection should flag unexpected administrative-like operations from low-privilege authenticated users.

Why prioritize this

This vulnerability merits urgent patching due to its HIGH CVSS score, low barrier to exploitation (valid credentials only), significant availability impact, and broad applicability across WordPress sites. Although not yet in the KEV catalog, the simplicity of the attack and the severity of potential consequences (site unavailability) justify immediate action. Organizations should treat this as a priority-1 remediation item.

Risk score, explained

The CVSS 3.1 score of 7.7 reflects: (1) Network-accessible attack surface (AV:N), (2) Low attack complexity requiring no special conditions (AC:L), (3) Low privilege requirement—only subscriber role (PR:L), (4) No user interaction needed (UI:N), (5) Changed scope—impact extends beyond the vulnerable component to the broader site (S:C), and (6) High availability impact—files can be deleted, disrupting service (A:H). Confidentiality and integrity are scored as None because the exploit only deletes, not reads or modifies data. The HIGH severity is warranted given subscriber proliferation and file deletion consequences.

Frequently asked questions

Can this vulnerability be exploited without an account?

No. The vulnerability requires valid WordPress subscriber credentials. Attackers cannot exploit it against unregistered visitors. However, if your site grants subscriber status widely (e.g., for customer accounts, community forums, or public submissions), the attack surface is large.

Does this vulnerability expose sensitive data?

No. The vulnerability only deletes files; it does not read or exfiltrate data. The primary risk is site availability and functionality loss, not data breach. However, file deletion could indirectly expose your site to further compromise if critical security files are removed.

What versions of WordPress are affected?

Any WordPress version running WPBot Pro 13.6.5 or earlier is affected. The vulnerability is in the plugin, not WordPress core, so patching the plugin resolves the issue regardless of WordPress version.

If I don't have subscribers, am I safe?

The vulnerability requires subscriber (or higher) role access. If your site has no subscribers and restricts user registration, your risk is reduced. However, most WordPress sites grant subscriber roles for customer accounts, comments, or membership features, making this a realistic threat for most deployments.

This analysis is provided for informational purposes. SEC.co does not guarantee the accuracy or completeness of vulnerability details and recommends verification against official vendor advisories and security bulletins. Patching decisions and timelines should be made based on your organization's risk tolerance, asset criticality, and operational constraints. No liability is assumed for actions taken or not taken based on this assessment. Always test patches in a non-production environment before deployment. Source: NVD (public-domain), retrieved 2026-07-26. Analysis generated by SEC.co (claude-haiku-4-5).