DbTable to DataTable Security & Risk Analysis

wordpress.org/plugins/dbtable-to-datatable

Display mysql datas into datatable.

30 active installs v0.1 PHP + WP 4.4+ Updated Feb 12, 2016
datatablejquerymysqlsortabletable
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is DbTable to DataTable Safe to Use in 2026?

Generally Safe

Score 85/100

DbTable to DataTable 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 "dbtable-to-datatable" plugin v0.1 exhibits a mixed security posture. On the positive side, the static analysis reveals a very small attack surface with only one entry point via a shortcode and no AJAX handlers or REST API routes. Furthermore, all identified outputs are properly escaped, and there are no reported file operations or external HTTP requests. The vulnerability history is also clean, with no recorded CVEs, which is a strong indicator of responsible development or a lack of prior exploitation. However, significant concerns arise from the SQL query handling. Both SQL queries found in the code are not using prepared statements, presenting a clear risk of SQL injection vulnerabilities. Additionally, the absence of nonce checks and capability checks, while not directly flagged as vulnerabilities in this specific analysis, are generally considered essential security measures for WordPress plugins to prevent CSRF and unauthorized access, especially if new entry points or functionalities are added in the future.

Key Concerns

  • Raw SQL queries without prepared statements
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

DbTable to DataTable Security Vulnerabilities

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

DbTable to DataTable Code Analysis

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

Bundled Libraries

DataTables

SQL Query Safety

0% prepared2 total queries
Attack Surface

DbTable to DataTable Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[dbtable] dbTable2dataTable.php:36
WordPress Hooks 1
actionwp_enqueue_scriptsdbTable2dataTable.php:73
Maintenance & Trust

DbTable to DataTable Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedFeb 12, 2016
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings4
Active installs30
Developer Profile

DbTable to DataTable Developer Profile

rikemsen

1 plugin · 30 total installs

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

How We Detect DbTable to DataTable

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/dbtable-to-datatable/css/datatables.min.css/wp-content/plugins/dbtable-to-datatable/js/datatables.min.js/wp-content/plugins/dbtable-to-datatable/js/main.js
Script Paths
/wp-content/plugins/dbtable-to-datatable/js/datatables.min.js/wp-content/plugins/dbtable-to-datatable/js/main.js

HTML / DOM Fingerprints

CSS Classes
dbtable2databable
JS Globals
dbtable2tableOptions
Shortcode Output
<span style="color:red;">You can not display datas from all tables starting with "" or you have forgotten to specify the "from" parameter.
FAQ

Frequently Asked Questions about DbTable to DataTable