Floating Side Tab Security & Risk Analysis

wordpress.org/plugins/floating-side-tab

Floating Side Tab lets you add customizable sticky tab menus on any page to showcase quick links, social icons, forms, or custom content.

500 active installs v1.1.5 PHP 7.2+ WP 5.2+ Updated Sep 18, 2025
call-to-actionfloating-menufloating-side-tabquick-links-tabsticky-tab
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Floating Side Tab Safe to Use in 2026?

Generally Safe

Score 100/100

Floating Side Tab has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6mo ago
Risk Assessment

The "floating-side-tab" v1.1.5 plugin exhibits a generally strong security posture with good development practices in place. The absence of known vulnerabilities and the high percentage of SQL queries using prepared statements, along with properly escaped output, are positive indicators. Furthermore, the plugin avoids potentially risky operations like file modifications or external HTTP requests.

However, the static analysis reveals some areas of concern. The presence of 4 "flows with unsanitized paths" classified as High severity taint flows is the most significant risk. While there are no directly exploitable vulnerabilities indicated by these flows in this version, they represent potential weaknesses that could be exploited if input validation or sanitization were to be improperly handled in future updates or related code. The complete lack of capability checks on the single AJAX handler also presents a potential risk, as it means any authenticated user, regardless of their role, can trigger this functionality, which could be leveraged in certain attack scenarios.

Despite the lack of historical vulnerabilities, the identified taint flows and the absence of capability checks on the AJAX handler suggest that the plugin could benefit from more rigorous input validation and authorization mechanisms. The plugin's strengths lie in its avoidance of common pitfalls like raw SQL and unescaped output, but the taint analysis highlights a need for caution regarding data sanitization.

Key Concerns

  • High severity taint flows
  • AJAX handler without capability checks
Vulnerabilities
None known

Floating Side Tab Security Vulnerabilities

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

Floating Side Tab Code Analysis

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

SQL Query Safety

92% prepared13 total queries

Output Escaping

91% escaped249 total outputs
Data Flows
4 unsanitized

Data Flow Analysis

6 flows4 with unsanitized paths
display_menu_tab (includes\classes\admin\class-fsdt-crud.php:33)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Floating Side Tab Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_fsdt_form_save_actionincludes\classes\admin\class-fsdt-crud.php:9
WordPress Hooks 9
actionadmin_menuincludes\classes\admin\class-fsdt-admin.php:6
actionadmin_footerincludes\classes\admin\class-fsdt-admin.php:7
actionadmin_post_fsdt_delete_menu_actionincludes\classes\admin\class-fsdt-crud.php:10
actionadmin_post_fsdt_display_menu_actionincludes\classes\admin\class-fsdt-crud.php:14
actionadd_meta_boxesincludes\classes\admin\class-fsdt-metabox.php:9
actionsave_postincludes\classes\admin\class-fsdt-metabox.php:10
actionwp_enqueue_scriptsincludes\classes\class-fsdt-enqueue.php:7
actionadmin_enqueue_scriptsincludes\classes\class-fsdt-enqueue.php:8
actionwp_footerincludes\classes\class-fsdt-frontend.php:6
Maintenance & Trust

Floating Side Tab Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedSep 18, 2025
PHP min version7.2
Downloads8K

Community Trust

Rating100/100
Number of ratings2
Active installs500
Developer Profile

Floating Side Tab Developer Profile

WP Shuffle

8 plugins · 4K total installs

99
trust score
Avg Security Score
98/100
Avg Patch Time
7 days
View full developer profile
Detection Fingerprints

How We Detect Floating Side Tab

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/floating-side-tab/assets/css/fsdt-metabox.css/wp-content/plugins/floating-side-tab/assets/js/fsdt-frontend.js
Script Paths
/wp-content/plugins/floating-side-tab/assets/js/fsdt-frontend.js
Version Parameters
floating-side-tab/assets/css/fsdt-metabox.css?ver=floating-side-tab/assets/js/fsdt-frontend.js?ver=

HTML / DOM Fingerprints

CSS Classes
fsdt-field-wrapfsdt-meta-flxfsdt-fieldfsdt-checkbox-toggle
Data Attributes
name="fsdt_meta_detail[menu_status]"name="fsdt_meta_detail[post_type_menu]"data-fsdt-menu-positiondata-fsdt-menu-templatesdata-fsdt-icon-animation
JS Globals
fsdt_frontend_params
FAQ

Frequently Asked Questions about Floating Side Tab