Delete Duplicate Data Security & Risk Analysis

wordpress.org/plugins/delete-duplicate-data

Delete Duplicate Post, Page, Attachment and Custom Post

80 active installs v1.4 PHP + WP 3.0.1+ Updated Mar 4, 2014
categorycustom-postdeleteduplicatepost
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Delete Duplicate Data Safe to Use in 2026?

Generally Safe

Score 85/100

Delete Duplicate Data has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The "delete-duplicate-data" plugin version 1.4 exhibits a generally strong security posture based on the provided static analysis. The absence of any identified attack surface points like unprotected AJAX handlers, REST API routes, or shortcodes is a significant strength. Furthermore, the code adheres to secure database practices by utilizing prepared statements for all SQL queries and demonstrates an awareness of security by including at least one capability check. The lack of any historical vulnerabilities or known CVEs also suggests a history of responsible development and maintenance.

However, a critical concern arises from the complete lack of output escaping. With 43 total outputs, the fact that none are properly escaped presents a significant risk of cross-site scripting (XSS) vulnerabilities. Any user-supplied data that is displayed by the plugin without proper sanitization could be exploited by attackers. While the taint analysis found no issues, this is likely due to the limited scope of the analysis (2 flows) and the absence of user input being directly reflected in the analyzed outputs. The lack of nonce checks, while not directly tied to an entry point, is also a missed opportunity to further secure potential future attack vectors.

In conclusion, the plugin has excellent foundational security practices by minimizing its attack surface and securing database interactions. The primary and most pressing weakness is the pervasive lack of output escaping, which introduces a high risk of XSS. Addressing this, alongside the addition of nonce checks where appropriate, would significantly improve its overall security. The clean vulnerability history is a positive indicator, but it should not overshadow the critical unaddressed issues within the current version's code.

Key Concerns

  • All 43 outputs are not properly escaped
  • No nonce checks found
Vulnerabilities
None known

Delete Duplicate Data Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Delete Duplicate Data Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
4 prepared
Unescaped Output
43
0 escaped
Nonce Checks
0
Capability Checks
1
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

100% prepared4 total queries

Output Escaping

0% escaped43 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
delete_duplicate_data_option (delete-duplicate-data.php:74)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Delete Duplicate Data Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_menudelete-duplicate-data.php:12
actionadmin_enqueue_scriptsdelete-duplicate-data.php:13
Maintenance & Trust

Delete Duplicate Data Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedMar 4, 2014
PHP min version
Downloads17K

Community Trust

Rating76/100
Number of ratings10
Active installs80
Developer Profile

Delete Duplicate Data Developer Profile

Bhagirath Dhanani

4 plugins · 390 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Delete Duplicate Data

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/delete-duplicate-data/css/main.css/wp-content/plugins/delete-duplicate-data/css/bootstrap.min.css/wp-content/plugins/delete-duplicate-data/js/main.js/wp-content/plugins/delete-duplicate-data/js/bootstrap.min.js
Script Paths
/wp-content/plugins/delete-duplicate-data/js/main.js/wp-content/plugins/delete-duplicate-data/js/bootstrap.min.js
Version Parameters
delete-duplicate-data/css/main.css?ver=delete-duplicate-data/css/bootstrap.min.css?ver=delete-duplicate-data/js/main.js?ver=delete-duplicate-data/js/bootstrap.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
list-grouplist-group-itemlist-group-item-info
Data Attributes
name="delete_duplicate"name="delete_duplicate_hidden"name="selected_post_type[]"name="field_name"name="delete_action"name="delete_duplicate_category_hidden"+2 more
FAQ

Frequently Asked Questions about Delete Duplicate Data