FoundationTables Security & Risk Analysis

wordpress.org/plugins/foundationtables

FoundationTables extends the WordPress page editor with a new toolset to easily insert, edit, style and delete Foundation-ready tables.

10 active installs v0.31 PHP + WP 3.2.1+ Updated Dec 29, 2019
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is FoundationTables Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "foundationtables" plugin v0.31 exhibits a mixed security posture. On one hand, the absence of known CVEs and a clean vulnerability history suggest a level of diligence or perhaps a lack of discoverable past issues. The plugin also demonstrates good practice with 100% of its SQL queries utilizing prepared statements. However, the static analysis reveals significant concerns, primarily revolving around output escaping and the use of dangerous functions without apparent safeguards.

The most critical observation is the complete lack of output escaping (0% properly escaped) across all identified output points. This represents a severe risk of Cross-Site Scripting (XSS) vulnerabilities, as any data processed and displayed by the plugin could be maliciously crafted to execute arbitrary code in the user's browser. Furthermore, the presence of the `unserialize` function without any documented capability or nonce checks is a major red flag. Unserializing untrusted data is a well-known vector for Remote Code Execution (RCE) and other severe attacks.

While the plugin has a zero-attack surface in terms of direct entry points like AJAX handlers, REST API routes, or shortcodes, the lack of input validation and output sanitization on internal operations makes any data processed by the plugin a potential liability. The absence of vulnerability history, while positive on the surface, could also indicate a lack of rigorous security testing or a short lifespan. In conclusion, despite the absence of past CVEs and the use of prepared statements, the severe lack of output escaping and the presence of the dangerous `unserialize` function without proper checks make this plugin a high-risk component for any WordPress installation.

Key Concerns

  • Unescaped output detected
  • Dangerous function (unserialize) without checks
  • Missing capability checks
  • Missing nonce checks
Vulnerabilities
None known

FoundationTables Security Vulnerabilities

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

FoundationTables Code Analysis

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

Dangerous Functions Found

unserializeelse { foreach($foundtab as $ftid=>$ftab) $foundtab[$ftid]=unserialize($ftab); } //prepare stored tafoundationtables.php:395

Output Escaping

0% escaped6 total outputs
Attack Surface

FoundationTables Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actionadmin_enqueue_scriptsfoundationtables.php:26
actionwp_enqueue_scriptsfoundationtables.php:31
actionadmin_initfoundationtables.php:46
actionsave_postfoundationtables.php:291
filterthe_contentfoundationtables.php:363
actioninitfoundationtables.php:367
filtermce_external_pluginsfoundationtables.php:369
filtermce_buttonsfoundationtables.php:370
actioninitfoundationtables.php:383
Maintenance & Trust

FoundationTables Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedDec 29, 2019
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings3
Active installs10
Alternatives

FoundationTables Alternatives

No alternatives data available yet.

Developer Profile

FoundationTables Developer Profile

ERA404

5 plugins · 320 total installs

58
trust score
Avg Security Score
70/100
Avg Patch Time
314 days
View full developer profile
Detection Fingerprints

How We Detect FoundationTables

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/foundationtables/foundationtables.css
Script Paths
/wp-content/plugins/foundationtables/foundationtables.js
Version Parameters
foundationtables/foundationtables.css?ver=foundationtables/foundationtables.js?ver=

HTML / DOM Fingerprints

CSS Classes
foundtabvis0foundtab_stylechooserfoundationtables-footer
HTML Comments
<!-- paypal donations, please -->
Data Attributes
foundtab_addrowfoundtab_addtab
JS Globals
foundationtables-ajax-script
Shortcode Output
[foundtab]
FAQ

Frequently Asked Questions about FoundationTables