Posts By Taxonomy Widget Security & Risk Analysis

wordpress.org/plugins/posts-by-taxonomy-widget

Display a list of taxonomy terms with recent posts in those terms in a simple to use widget

20 active installs v1.0.3 PHP + WP 3.0+ Updated Mar 7, 2013
recent-poststaxonomytermswidgetwidgets
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Posts By Taxonomy Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "posts-by-taxonomy-widget" plugin exhibits a generally good security posture regarding its attack surface and SQL query handling. The absence of AJAX handlers, REST API routes, shortcodes, and cron events, coupled with 100% prepared statement usage for SQL queries, significantly reduces common entry points for attacks. This suggests a conscious effort by the developers to follow secure coding practices in these areas.

However, the static analysis reveals a critical concern: the presence of the `create_function` dangerous function. This function is known to be insecure as it can be exploited for arbitrary code execution. Additionally, the low percentage of properly escaped output (38%) indicates a risk of Cross-Site Scripting (XSS) vulnerabilities. The lack of nonce and capability checks across all entry points further exacerbates these risks, as it means that any potential vulnerabilities could be exploited without proper authorization or verification.

The plugin's vulnerability history is clean, with no recorded CVEs. This is a positive sign, suggesting that past versions have not had exploitable flaws. However, the static analysis findings, particularly the use of `create_function` and insufficient output escaping, present a real and present danger that could lead to future vulnerabilities. The overall security is a mixed bag, with a strong foundation in some areas but significant weaknesses in others that require immediate attention.

Key Concerns

  • Use of dangerous create_function()
  • Low percentage of properly escaped output
  • No nonce checks found
  • No capability checks found
Vulnerabilities
None known

Posts By Taxonomy Widget Security Vulnerabilities

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

Posts By Taxonomy Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("pbtw_wrapper");'));posts-by-taxonomy-widget.php:101

Output Escaping

38% escaped24 total outputs
Attack Surface

Posts By Taxonomy Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initposts-by-taxonomy-widget.php:101
Maintenance & Trust

Posts By Taxonomy Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedMar 7, 2013
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Posts By Taxonomy Widget Developer Profile

Pippin Williamson

19 plugins · 920 total installs

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

How We Detect Posts By Taxonomy Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/posts-by-taxonomy-widget/posts-by-taxonomy-widget.php
Version Parameters
posts-by-taxonomy-widget/posts-by-taxonomy-widget.php?ver=

HTML / DOM Fingerprints

CSS Classes
posts-by-taxonomy-listposts-by-taxonomy-termposts-by-taxonomy-post-list
Data Attributes
id="pbtw_wrapper"name="pbtw_wrapper"
FAQ

Frequently Asked Questions about Posts By Taxonomy Widget