WP Category Thumbnail Security & Risk Analysis

wordpress.org/plugins/wp-category-thumbnail

WP Category Thumbnail create a thumbnail widget

40 active installs v1.0.7 PHP 5.6+ WP 3.5.1+ Updated Sep 16, 2019
category-thumbnailoverlay-thumbnailpage-thumbnailpost-thumbnailthumbnail
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Category Thumbnail Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The wp-category-thumbnail plugin version 1.0.7 exhibits a mixed security posture. On the positive side, it has a clean vulnerability history with no recorded CVEs, suggesting a history of stable and secure development. Furthermore, the static analysis shows a lack of direct attack surface through AJAX, REST API, shortcodes, or cron events, and crucially, all SQL queries are properly prepared, mitigating the risk of SQL injection. File operations and external HTTP requests are also absent, further reducing potential attack vectors.

However, several areas raise concerns. The presence of the `create_function` dangerous function is a significant red flag, as it is deprecated and can lead to security vulnerabilities if not handled with extreme caution. A very low percentage of output escaping (4%) indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities. The absence of any nonce checks or capability checks on potential entry points, coupled with the lack of taint analysis data (which might be due to the absence of exploitable flows or incomplete analysis), leaves the plugin vulnerable to unauthorized actions or data manipulation if any unforeseen entry points exist or are introduced.

Overall, while the plugin benefits from a clean historical record and secure database interactions, the high rate of unescaped output and the use of the deprecated `create_function` are critical weaknesses that warrant attention. The lack of observed nonce and capability checks, while not directly causing a vulnerability in the current static analysis, points to a potential oversight in securing any actual or future entry points.

Key Concerns

  • Dangerous function create_function used
  • Low output escaping percentage (4%)
  • No nonce checks found
  • No capability checks found
Vulnerabilities
None known

WP Category Thumbnail Security Vulnerabilities

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

WP Category Thumbnail Code Analysis

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

Dangerous Functions Found

create_function$new_length = create_function( '$length', "return " .$instance['excerpt_length']. ";" );inc\class-wp-category-thumbnail.php:60

SQL Query Safety

100% prepared1 total queries

Output Escaping

4% escaped55 total outputs
Attack Surface

WP Category Thumbnail Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionwp_print_scriptsinc\class-wp-category-thumbnail.php:23
filterexcerpt_moreinc\class-wp-category-thumbnail.php:55
filterexcerpt_lengthinc\class-wp-category-thumbnail.php:62
actionadmin_noticeswp-category-thumbnail.php:36
actionwidgets_initwp-category-thumbnail.php:38
Maintenance & Trust

WP Category Thumbnail Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedSep 16, 2019
PHP min version5.6
Downloads9K

Community Trust

Rating0/100
Number of ratings0
Active installs40
Developer Profile

WP Category Thumbnail Developer Profile

NetTantra

7 plugins · 140 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 Category Thumbnail

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-category-thumbnail/css/wpct.css
Script Paths
/wp-content/plugins/wp-category-thumbnail/js/wpct.js
Version Parameters
wpct.js?ver=1.0

HTML / DOM Fingerprints

CSS Classes
wpctcustom-wpctwpct-wrapcustom-wpct-wrapwpct-imgcustom-wpct-boxwpct-boxwpct-box-content+3 more
HTML Comments
<!-- --><!-- --><!-- -->
Data Attributes
data-widget_typedata-elementor-typedata-elementor-id
FAQ

Frequently Asked Questions about WP Category Thumbnail