FooTable Security & Risk Analysis

wordpress.org/plugins/footable

FooTable's goal is simple : to make HTML tables look awesome on all devices!

1K active installs v0.3.1 PHP + WP 3.5+ Updated Nov 28, 2017
jqueryresponsivetables
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is FooTable Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The 'footable' plugin version 0.3.1 presents a mixed security posture. On the positive side, the static analysis reveals a remarkably small attack surface with no apparent entry points for direct exploitation. Furthermore, all SQL queries utilize prepared statements, and there are no recorded vulnerabilities (CVEs) associated with this plugin, indicating a history of responsible development or infrequent targeting. However, significant concerns arise from the code signals. The presence of the `create_function` is a known security risk due to its ability to execute arbitrary PHP code and its deprecation in modern PHP versions. Additionally, a substantial portion of output (72%) is not properly escaped, leaving the plugin vulnerable to Cross-Site Scripting (XSS) attacks, especially if user-supplied data is displayed without sanitization. The lack of nonce and capability checks, while perhaps justifiable given the zero-entry-point attack surface, still represents a missed opportunity for defensive coding.

Key Concerns

  • Use of deprecated and dangerous create_function
  • Significant amount of unescaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

FooTable Security Vulnerabilities

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

FooTable Code Analysis

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

Dangerous Functions Found

create_function$section_callback = create_function( '',includes\Foo_Plugin_Base.php:656

Output Escaping

28% escaped32 total outputs
Attack Surface

FooTable Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 12
actioninitclass.footable.php:41
actionadmin_headclass.footable.php:51
actionwp_enqueue_scriptsclass.footable.php:177
actionwp_enqueue_scriptsclass.footable.php:178
actionwp_print_stylesclass.footable.php:186
actioninitincludes\Foo_Plugin_Base.php:133
actionwp_headincludes\Foo_Plugin_Base.php:136
actionwp_footerincludes\Foo_Plugin_Base.php:139
actionadmin_initincludes\Foo_Plugin_Base.php:143
actionadmin_menuincludes\Foo_Plugin_Base.php:146
actionadmin_print_stylesincludes\Foo_Plugin_Base.php:152
actionadmin_print_scriptsincludes\Foo_Plugin_Base.php:155
Maintenance & Trust

FooTable Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedNov 28, 2017
PHP min version
Downloads48K

Community Trust

Rating96/100
Number of ratings17
Active installs1K
Developer Profile

FooTable Developer Profile

bradvin

6 plugins · 7K total installs

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

How We Detect FooTable

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/footable/assets/css/footable.core.min.css/wp-content/plugins/footable/assets/css/footable.metro.min.css/wp-content/plugins/footable/assets/css/footable.standalone.min.css/wp-content/plugins/footable/assets/css/bootstrap.2.3.1.css/wp-content/plugins/footable/assets/js/footable.min.js/wp-content/plugins/footable/assets/js/footable.sort.min.js/wp-content/plugins/footable/assets/js/footable.filter.min.js/wp-content/plugins/footable/assets/js/footable.paginate.min.js
Script Paths
/wp-content/plugins/footable/assets/js/footable.min.js/wp-content/plugins/footable/assets/js/footable.sort.min.js/wp-content/plugins/footable/assets/js/footable.filter.min.js/wp-content/plugins/footable/assets/js/footable.paginate.min.js

HTML / DOM Fingerprints

CSS Classes
footable-filterfootable-filter-containerhide-if-no-pagingpagination-centeredfootable-demo
Data Attributes
data-hidedata-auto-columnsdata-filterdata-filter-text-onlydata-page
JS Globals
$FOOTABLE
FAQ

Frequently Asked Questions about FooTable