WP Tabbed Widget Security & Risk Analysis

wordpress.org/plugins/wp-tabbed-widget

Display all your favorites widgets into a tabbed style widget.

300 active installs v1.0.4 PHP + WP 4.4+ Updated Apr 18, 2025
sortabletabtabbedtabswidget
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Tabbed Widget Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 11mo ago
Risk Assessment

The wp-tabbed-widget plugin v1.0.4 demonstrates a generally strong security posture based on the provided static analysis. The absence of dangerous functions, SQL injection vulnerabilities (all queries use prepared statements), file operations, and external HTTP requests are significant positives. The plugin also correctly implements a nonce check on its single AJAX handler and has a very small attack surface. Furthermore, the complete lack of recorded vulnerabilities in its history is a very encouraging sign of well-maintained and secure code over time.

However, there are minor areas for improvement. The output escaping, while at 81%, is not 100%, leaving a small theoretical window for cross-site scripting (XSS) vulnerabilities if the unescaped outputs are rendered in sensitive contexts. More significantly, there are no capability checks implemented on the AJAX handler. While a nonce check is present, an attacker who can bypass or forge a nonce could potentially execute the AJAX action without proper authorization, depending on what the AJAX action actually does. This lack of granular authorization is the most notable concern.

In conclusion, wp-tabbed-widget v1.0.4 appears to be a relatively secure plugin with good development practices regarding SQL and general code safety. Its historical security record is excellent. The primary area of concern is the absence of capability checks on its AJAX endpoint, which, though only one entry point exists, represents a potential authorization weakness that could be exploited if the AJAX action performs sensitive operations.

Key Concerns

  • Missing capability checks on AJAX handler
  • Output escaping not 100%
Vulnerabilities
None known

WP Tabbed Widget Security Vulnerabilities

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

WP Tabbed Widget Code Analysis

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

Output Escaping

81% escaped47 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
ajax_form (wp-tabbed-widget.php:44)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Tabbed Widget Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_wp_tabbed_get_settings_formwp-tabbed-widget.php:41
WordPress Hooks 2
actionplugins_loadedwp-tabbed-widget.php:23
actionwidgets_initwp-tabbed-widget.php:461
Maintenance & Trust

WP Tabbed Widget Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedApr 18, 2025
PHP min version
Downloads12K

Community Trust

Rating100/100
Number of ratings7
Active installs300
Developer Profile

WP Tabbed Widget Developer Profile

FameThemes

5 plugins · 104K total installs

88
trust score
Avg Security Score
91/100
Avg Patch Time
23 days
View full developer profile
Detection Fingerprints

How We Detect WP Tabbed Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-tabbed-widget/assets/css/admin.css/wp-content/plugins/wp-tabbed-widget/assets/js/admin-tabs.js
Script Paths
assets/js/admin-tabs.js
Version Parameters
wp-tabbed-widget/assets/css/admin.css?ver=wp-tabbed-widget/assets/js/admin-tabs.js?ver=

HTML / DOM Fingerprints

CSS Classes
wp-tabbed-widgetwp-tw-tabswp-tw-navadd-new-tabtab-titletab-settings-wrapwp-tabbed-widget-frontend
Data Attributes
data-widget-classdata-settings-form
JS Globals
WP_Tabbed_Widget_Settings
FAQ

Frequently Asked Questions about WP Tabbed Widget