WP Delete Posts Security & Risk Analysis

wordpress.org/plugins/wp-delete-posts

Delete posts on your WordPress blog by keyword searching

10 active installs v1.0.4 PHP + WP 2.7+ Updated Jan 2, 2012
deletekeywordspostpostsseo
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Delete Posts Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "wp-delete-posts" v1.0.4 plugin exhibits a mixed security posture. On the positive side, the static analysis reveals no apparent attack surface exposed through AJAX, REST API, shortcodes, or cron events. Furthermore, there are no dangerous functions identified, no file operations, no external HTTP requests, and all SQL queries are handled using prepared statements, which are excellent security practices. The vulnerability history is also clean, with no recorded CVEs, suggesting a history of responsible development or a lack of past exploitation.

However, the static analysis highlights significant concerns regarding output escaping and taint analysis. With 100% of outputs unescaped (2 total outputs), this presents a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. Any data displayed back to the user or within the WordPress admin area that originates from potentially untrusted sources could be manipulated. The taint analysis, while not reporting critical or high severity, shows 2 flows with unsanitized paths. This indicates that data entering the plugin might not be adequately cleaned before being used in operations, which, combined with the unescaped output, increases the likelihood of an XSS attack. The absence of nonce and capability checks, while not directly evident as exploitable due to the zero attack surface, is a potential weakness if any entry points were to be discovered or introduced in future versions.

In conclusion, while the plugin has a strong foundation in preventing common web vulnerabilities like SQL injection and exposed entry points, the critical flaw lies in its inadequate output sanitization. The unescaped outputs and unsanitized taint flows are the primary areas of concern. The lack of vulnerability history is a positive sign, but it doesn't negate the existing code-level risks.

Key Concerns

  • Outputs are not properly escaped
  • Taint flows with unsanitized paths
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

WP Delete Posts Security Vulnerabilities

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

WP Delete Posts Code Analysis

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

Output Escaping

0% escaped2 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
admin_options_page (wp-delete-posts.php:60)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Delete Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menuwp-delete-posts.php:23
Maintenance & Trust

WP Delete Posts Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedJan 2, 2012
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Delete Posts Developer Profile

mlazarov

10 plugins · 2K total installs

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

How We Detect WP Delete Posts

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wrapbutton-primary
HTML Comments
Setting filters, actions, hooks....Deletes posts from trashAdds the options subpanelAdds the Settings link to the plugin activate/deactivate page+2 more
Data Attributes
name="keywords"name="limit"name="wp_delete_posts"name="sure"name="skip_trash"
FAQ

Frequently Asked Questions about WP Delete Posts