Thumbnail Updater Security & Risk Analysis

wordpress.org/plugins/thumbnail-updater

A plugin for updating your thumbnails whenever a new thumbnail size is added with add_image_size()

10 active installs v1.0 PHP + WP 3.0+ Updated Sep 3, 2010
imagesmedia-librarypost-thumbnails
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Thumbnail Updater Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The "thumbnail-updater" plugin, at version 1.0, exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries, implementing nonce checks, and performing capability checks. The absence of external HTTP requests, file operations, and a large attack surface (no AJAX, REST API, shortcodes, or cron events) are also strong indicators of a secure design at first glance. However, the presence of the `create_function` function is a significant concern as it can be a source of arbitrary code execution vulnerabilities if not handled with extreme care. Additionally, the low percentage of properly escaped output (8%) suggests a high likelihood of Cross-Site Scripting (XSS) vulnerabilities, especially since the static analysis found multiple output points.

Key Concerns

  • Use of dangerous function create_function
  • Low percentage of properly escaped output
Vulnerabilities
None known

Thumbnail Updater Security Vulnerabilities

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

Thumbnail Updater Code Analysis

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

Dangerous Functions Found

create_functionadd_action('init', create_function('$thumbnail_init', '$thumbnail_init = new Update_Thumbnail_Interfthumbnail-updater.php:37

Output Escaping

8% escaped13 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
image_sizes (thumbnail-updater.php:155)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Thumbnail Updater Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actioninitthumbnail-updater.php:37
filtermedia_metathumbnail-updater.php:77
actionadmin_enqueue_scriptsthumbnail-updater.php:78
Maintenance & Trust

Thumbnail Updater Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedSep 3, 2010
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Thumbnail Updater Developer Profile

Jess

2 plugins · 110 total installs

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

How We Detect Thumbnail Updater

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/thumbnail-updater/images/no-thumb.png/wp-content/plugins/thumbnail-updater/images/thumb-exists.png
Script Paths
/wp-content/plugins/thumbnail-updater/js/image-size.js
Version Parameters
thumbnail-updater/js/image-size.js?ver=thumbnail-updater/css/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
thumbnail-updater-spinthumbnail-updater
Data Attributes
id="thumbnail-updater-"
JS Globals
imageSizes
FAQ

Frequently Asked Questions about Thumbnail Updater