WP TAB Security & Risk Analysis

wordpress.org/plugins/wp-tab

Show any html content in tab to anywhere you want through shortcode

10 active installs v1.0.1 PHP + WP 4.0+ Updated Dec 23, 2015
accordionresponsivetabwp-tab
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP TAB Safe to Use in 2026?

Generally Safe

Score 85/100

WP TAB 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 wp-tab plugin v1.0.1 exhibits a mixed security posture. On the positive side, it has a very small attack surface consisting of two shortcodes, and critically, all SQL queries are executed using prepared statements, and there are no dangerous functions, file operations, external HTTP requests, or known historical vulnerabilities. This suggests a developer who is mindful of common web security pitfalls. However, a significant concern arises from the complete lack of output escaping. With 24 total outputs and 0% properly escaped, this presents a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected and executed in the user's browser. Furthermore, the absence of nonce and capability checks on entry points, although the attack surface is small, leaves these shortcodes potentially vulnerable to CSRF if they perform any sensitive actions. The lack of taint analysis results is also noteworthy; while it could mean no sensitive flows were found, it could also indicate that the analysis was not comprehensive enough to detect subtle vulnerabilities.

In conclusion, while the plugin avoids common pitfalls like unescaped SQL and dangerous functions, the pervasive issue of unescaped output is a critical flaw that significantly undermines its security. The lack of capability and nonce checks on the shortcodes, though not explicitly flagged as critical in the provided data, is another area of potential weakness. Developers should prioritize addressing the output escaping issue to mitigate XSS risks.

Key Concerns

  • Unescaped output
  • Missing capability checks
  • Missing nonce checks
Vulnerabilities
None known

WP TAB Security Vulnerabilities

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

WP TAB Code Analysis

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

Output Escaping

0% escaped24 total outputs
Attack Surface

WP TAB Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[wp_tab] wp-tab-shortcode.php:86
[wp_tab_content] wp-tab-shortcode.php:111
WordPress Hooks 3
actionadmin_enqueue_scriptsplugin.php:44
filterwidget_textplugin.php:46
actionwp_enqueue_scriptsplugin.php:80
Maintenance & Trust

WP TAB Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.0
Last updatedDec 23, 2015
PHP min version
Downloads2K

Community Trust

Rating60/100
Number of ratings2
Active installs10
Developer Profile

WP TAB Developer Profile

King Rayhan

3 plugins · 140 total installs

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

How We Detect WP TAB

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-tab/assets/fontAwesome/css/font-awesome.min.css/wp-content/plugins/wp-tab/assets/liquid-slider.css/wp-content/plugins/wp-tab/assets/animate.min.css/wp-content/plugins/wp-tab/assets/jquery.easing.min.js/wp-content/plugins/wp-tab/assets/jquery.touchSwipe.min.js/wp-content/plugins/wp-tab/assets/jquery.liquid-slider.min.js
Script Paths
/wp-content/plugins/wp-tab/assets/cf-single-shortcode.js
Version Parameters
wp-tab-fontAwesomewp-tab-liquidwp-tab-animatewp-tab-easing-jswp-tab-touchSwipe-jswp-tab-liquid-slider-js

HTML / DOM Fingerprints

CSS Classes
wp-tab-unique-class-wp-tab-titlewp-tab-content
Data Attributes
data-wp_tab_animate_indata-wp_tab_animate_outdata-wp_tab_animate_durationdata-wp_tab_show_content_titledata-wp_tab_switching_arrowdata-wp_tab_auto_height+7 more
JS Globals
liquidSliderwp_tab_id
Shortcode Output
<div id="wp-tab-id-class="liquid-slider wp-tab-unique-class-<h2 class="title wp-tab-title"><i class="
FAQ

Frequently Asked Questions about WP TAB