Posts Filter by Title Security & Risk Analysis

wordpress.org/plugins/posts-filter-by-title

This is a simple plugin which adds another drop-down box of Post Titles into the filter section on posts listing page in the wordpress backend.

10 active installs v0.1 PHP + WP 3.2+ Updated Unknown
filterfilter-by-post-titlefilter-posts-by-titlepost-selection-by-drop-downtitle-select-box
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Posts Filter by Title Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The static analysis of the 'posts-filter-by-title' plugin v0.1 reveals a very small attack surface with no identified entry points. The code demonstrates good practices regarding SQL queries and output escaping, utilizing prepared statements and proper escaping for all identified instances. Furthermore, the absence of dangerous functions, file operations, external HTTP requests, and the limited scope of taint analysis suggest a potentially secure codebase in these areas.

However, a significant concern arises from the complete lack of nonce checks and capability checks. This indicates that any potential functionality, even if not immediately apparent from the static analysis, could be triggered by unauthenticated or unauthorized users. The plugin also reports zero AJAX handlers, REST API routes, shortcodes, or cron events, which, while reducing the immediate attack surface, also makes it difficult to assess the security of its overall implementation without knowing what functionality it provides.

The vulnerability history is clean, with no recorded CVEs, which is a positive sign. However, a clean history for a small, potentially unexercised plugin does not automatically guarantee future security. The lack of any recorded vulnerabilities could also be attributed to its limited adoption or infrequent security audits. In conclusion, while the plugin exhibits good technical security practices in its known code, the complete absence of authentication and authorization checks presents a notable risk that could be exploited if any functionality is introduced or is already present but not identified in the static analysis.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Posts Filter by Title Security Vulnerabilities

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

Posts Filter by Title Code Analysis

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

Posts Filter by Title Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actioninitposts-filter-by-title.php:30
filterparse_queryposts-filter-by-title.php:45
actionrestrict_manage_postsposts-filter-by-title.php:46
Maintenance & Trust

Posts Filter by Title Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Posts Filter by Title Developer Profile

Subharanjan

2 plugins · 510 total installs

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

How We Detect Posts Filter by Title

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
name="posts_title_filter"id="posts_title_filter"value="%s"selected="selected"
Shortcode Output
<select name="posts_title_filter" id="posts_title_filter"><option value="">View all Posts</option>
FAQ

Frequently Asked Questions about Posts Filter by Title