Post Thumbnail Extras Security & Risk Analysis

wordpress.org/plugins/post-thumbnail-extras

Make using post thumbnails easier for everyday wordpressing.

200 active installs v6.0 PHP + WP 2.5+ Updated Dec 16, 2014
awesomefeatured-imagemedia-librarypost-thumbnail
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post Thumbnail Extras Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The 'post-thumbnail-extras' plugin version 6.0 exhibits a generally strong security posture based on the provided static analysis. It demonstrates good practices by avoiding dangerous functions, utilizing prepared statements for all SQL queries, and having no file operations or external HTTP requests. The absence of critical or high-severity taint flows and known vulnerabilities further contributes to this positive assessment. However, there are areas for improvement that introduce some level of risk.

The primary concern lies in the lack of capability checks and nonce checks across the plugin's entry points. While the attack surface is currently small, with only one shortcode identified, the absence of these security measures means that any user, regardless of their role or permissions, could potentially interact with this shortcode. Furthermore, the output escaping is only 50% effective, meaning half of the plugin's outputs are not properly sanitized, potentially exposing the site to cross-site scripting (XSS) vulnerabilities if the data processed by the shortcode is user-controlled.

In conclusion, while the plugin is free of known vulnerabilities and employs secure coding practices in key areas like SQL handling, the lack of authentication and sanitization on its inputs and outputs represents a significant weakness. The small attack surface mitigates the immediate impact, but this oversight could be exploited if the plugin's functionality evolves or if specific user-controlled data is passed through its limited entry points.

Key Concerns

  • 50% output escaping is not properly done
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Post Thumbnail Extras Security Vulnerabilities

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

Post Thumbnail Extras Code Analysis

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

Output Escaping

50% escaped4 total outputs
Attack Surface

Post Thumbnail Extras Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[pt] php\shortcode.php:5
WordPress Hooks 7
actionadmin_initphp\options.php:5
actionadd_meta_boxes_postphp\shortcode.php:7
filtermedia_view_stringsphp\shortcode.php:8
filterimage_size_names_choosephp\shortcode.php:9
filterwp_prepare_attachment_for_jsphp\shortcode.php:10
filterptx_html_attrsphp\shortcode.php:11
actioninitpost-thumbnail-extras.php:20
Maintenance & Trust

Post Thumbnail Extras Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedDec 16, 2014
PHP min version
Downloads13K

Community Trust

Rating100/100
Number of ratings2
Active installs200
Developer Profile

Post Thumbnail Extras Developer Profile

sewpafly

1 plugin · 200 total installs

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

How We Detect Post Thumbnail Extras

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-thumbnail-extras/js/media-shortcode.js
Script Paths
/wp-content/plugins/post-thumbnail-extras/js/media-shortcode.js

HTML / DOM Fingerprints

CSS Classes
pt-post-thumbnail
Data Attributes
data-editor
JS Globals
PTX_PLUGINURLPTX_DOMAIN
Shortcode Output
[ptInsert Shortcode
FAQ

Frequently Asked Questions about Post Thumbnail Extras