Pro Text Widget Security & Risk Analysis

wordpress.org/plugins/pro-text-widget

Pro Text Widget plugin.You have choice to text widget show only specific Post/category/Page.

20 active installs v1.1 PHP + WP 2.9+ Updated Jan 3, 2016
advanced-text-widgetcustom-text-widgetpro-text-widgettext-widgetwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Pro Text Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The 'pro-text-widget' v1.1 plugin exhibits a generally good security posture based on the static analysis. The absence of any AJAX handlers, REST API routes, shortcodes, or cron events with unprotected entry points is a significant strength. Furthermore, all SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, which are excellent practices for minimizing attack vectors. The plugin also has a clean vulnerability history with no known CVEs, suggesting a history of secure development. However, the static analysis does reveal some concerning areas. The presence of the `create_function` dangerous function is a significant red flag, as this function can be a source of code injection vulnerabilities if not handled with extreme care. Additionally, the low percentage of properly escaped output (11%) indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, where user-supplied data displayed on the frontend might not be sanitized, allowing malicious scripts to be executed in the user's browser. The lack of nonce checks also presents a potential weakness for any future or hidden entry points that might be introduced.

Key Concerns

  • Dangerous function create_function used
  • Low percentage of output escaping
  • No nonce checks found
Vulnerabilities
None known

Pro Text Widget Security Vulnerabilities

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

Pro Text Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "Pro_Text_Widget" );' ) );pro-text-widget.php:111

Output Escaping

11% escaped28 total outputs
Attack Surface

Pro Text Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initpro-text-widget.php:111
Maintenance & Trust

Pro Text Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedJan 3, 2016
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs20
Developer Profile

Pro Text Widget Developer Profile

Shambhu Patnaik

7 plugins · 3K total installs

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

How We Detect Pro Text Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
widget_text
Data Attributes
id="pro_text_widget"name="pro_text_widget"
FAQ

Frequently Asked Questions about Pro Text Widget