CVE-2026-11563
Deferred Deferred - Pending Action

WordPress Plugin Word Count and Social Shares File Deletion Vulnerability

Vulnerability report for CVE-2026-11563, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-14

Assigner: WPScan

Description

The Word Count and Social Shares WordPress plugin through 1.0 does not validate a user-supplied file path before deletion, nor does it have proper authorization or CSRF checks, allowing any authenticated user, such as a Subscriber, to delete arbitrary files on the server, which can lead to a full site takeover (e.g. by deleting wp-config.php).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-14
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wpdev word_count_and_social_shares to 1.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-11563 is a critical vulnerability in the Word Count and Social Shares WordPress plugin, affecting versions up to 1.0.

The vulnerability arises because the plugin does not properly validate user-supplied file paths before deletion. It also lacks proper authorization checks and CSRF protections. This allows any authenticated user, including those with minimal privileges like a Subscriber, to delete arbitrary files on the server.

If critical files such as wp-config.php are deleted, this can lead to a full site takeover. The vulnerability is classified as critical with a CVSS score of 9.6.

Detection Guidance

Detecting this vulnerability on your system involves checking for the presence of the vulnerable Word Count and Social Shares WordPress plugin and verifying its version. Since the vulnerability affects versions up to 1.0, any installation of this plugin with a version 1.0 or earlier is at risk.

  • Check if the plugin is installed on your WordPress site by navigating to the WordPress admin dashboard, then go to 'Plugins' and look for 'Word Count and Social Shares'. Note the version number.
  • Alternatively, you can manually inspect the plugin directory on your server. Run the following command to list the plugin directory and check for the plugin's presence and version: ls -la /path/to/wordpress/wp-content/plugins/word-count-and-social-shares/
  • Review the plugin's files, particularly those handling file deletion functionality, to look for improper validation or authorization checks. However, this requires code-level expertise.
  • Use a vulnerability scanner like WPScan to detect the vulnerability. Run the following command: wpscan --url your-wordpress-site.com --enumerate vp

Monitor your server logs for unusual file deletion requests, especially those targeting critical files like wp-config.php. Look for HTTP requests to the plugin's endpoints that include file deletion parameters.

Impact Analysis

This vulnerability can have severe impacts if exploited:

  • Full site takeover: An attacker could delete critical files like wp-config.php, leading to complete control over your WordPress site.
  • Data loss: Arbitrary file deletion could result in the loss of important data or configurations.
  • Service disruption: Deleting essential files may cause your website to become unavailable or malfunction.
  • Reputation damage: A compromised site can harm your reputation with users and customers.

Since the vulnerability can be exploited by any authenticated user, even those with minimal access, the risk is significantly heightened.

Compliance Impact

This vulnerability can impact compliance with several standards and regulations:

  • GDPR: If the vulnerability leads to unauthorized access or deletion of personal data, it could violate GDPR requirements for data protection and security. This may result in fines or legal consequences.
  • HIPAA: For organizations handling protected health information (PHI), a site takeover or data loss could lead to unauthorized disclosure of PHI, violating HIPAA's security and privacy rules.
  • PCI DSS: If the affected site processes payment information, a compromise could violate PCI DSS requirements for securing cardholder data, leading to penalties or loss of payment processing capabilities.

Failure to address this vulnerability could result in non-compliance with these regulations, potentially leading to legal, financial, or operational consequences.

Mitigation Strategies

Since there is no known fix available for this vulnerability as of now, immediate steps should focus on reducing exposure and preventing exploitation.

  • Deactivate and delete the Word Count and Social Shares plugin from your WordPress site immediately. This is the most effective way to prevent exploitation.
  • Restrict access to the WordPress admin dashboard to trusted users only. Limit the number of users with Subscriber roles or higher, as the vulnerability can be exploited by any authenticated user.
  • Implement a Web Application Firewall (WAF) to block malicious requests targeting the plugin's file deletion functionality. Configure rules to detect and block path traversal or unauthorized file deletion attempts.
  • Regularly back up your WordPress site, including the wp-config.php file and other critical files, to ensure you can restore your site if files are deleted maliciously.
  • Monitor your WordPress site for any unauthorized changes or file deletions. Set up alerts for unusual activity, such as modifications to critical files.
  • Keep an eye on updates from the plugin developer or WordPress security advisories for a patch. Once a fix is released, update the plugin immediately.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-11563. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart