FlyDB – phpMyAdmin-Like Database Explorer for WordPress Security & Risk Analysis

wordpress.org/plugins/flydb

Powerful database explorer with table browser, advanced filters, relationship detection, and data export (CSV, JSON, Excel).

0 active installs v1.0.1 PHP 7.4+ WP 5.8+ Updated Apr 4, 2026
admindatabaseexplorermysqlphpmyadmin
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is FlyDB – phpMyAdmin-Like Database Explorer for WordPress Safe to Use in 2026?

Generally Safe

Score 100/100

FlyDB – phpMyAdmin-Like Database Explorer for WordPress has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The "flydb" v1.0.1 plugin exhibits a generally good security posture with several positive indicators. The code strictly uses prepared statements for all SQL queries and has excellent output escaping, with 97% of outputs properly escaped. The absence of known CVEs and recorded historical vulnerabilities is a significant strength, suggesting a mature and potentially well-maintained codebase. The plugin also demonstrates a reasonable use of capability checks (7). However, there are notable areas for concern. The presence of 4 REST API routes, with one lacking permission callbacks, creates a direct attack vector that is unprotected. Furthermore, the complete absence of nonce checks across all entry points, particularly concerning given the unprotected REST API route, is a significant weakness. This could allow for cross-site request forgery (CSRF) attacks if authenticated users can be tricked into triggering actions via these unprotected endpoints. While taint analysis shows no flows, this is based on zero flows being analyzed, which itself is a limitation of the static analysis. The overall risk is moderate, leaning towards concerning due to the unprotected REST API and the lack of nonces.

Key Concerns

  • Unprotected REST API route
  • 0 Nonce checks on entry points
  • Limited Taint Analysis coverage (0 flows analyzed)
Vulnerabilities
None known

FlyDB – phpMyAdmin-Like Database Explorer for WordPress Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

FlyDB – phpMyAdmin-Like Database Explorer for WordPress Release Timeline

v1.0.1Current
v1.0.0
Code Analysis
Analyzed Apr 16, 2026

FlyDB – phpMyAdmin-Like Database Explorer for WordPress Code Analysis

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

SQL Query Safety

100% prepared20 total queries

Output Escaping

97% escaped36 total outputs
Attack Surface
1 unprotected

FlyDB – phpMyAdmin-Like Database Explorer for WordPress Attack Surface

Entry Points4
Unprotected1

REST API Routes 4

POST/wp-json/flydb/v1/query-builder/executeincludes/class-query-builder-controller.php:15
GET/wp-json/flydb/v1/query-builder/exportincludes/class-query-builder-controller.php:23
GET/wp-json/flydb/v1/query-builder/presetsincludes/class-query-builder-controller.php:31
DELETE/wp-json/flydb/v1/query-builder/presets/(?P<id>\d+)includes/class-query-builder-controller.php:48
WordPress Hooks 2
actionadmin_menuincludes/class-admin.php:11
actionadmin_enqueue_scriptsincludes/class-admin.php:12
Maintenance & Trust

FlyDB – phpMyAdmin-Like Database Explorer for WordPress Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedApr 4, 2026
PHP min version7.4
Downloads83

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

FlyDB – phpMyAdmin-Like Database Explorer for WordPress Developer Profile

jshossen

1 plugin · 0 total installs

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

How We Detect FlyDB – phpMyAdmin-Like Database Explorer for WordPress

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/flydb/build/index.css/wp-content/plugins/flydb/build/index.js
Script Paths
/wp-content/plugins/flydb/build/index.js
Version Parameters
flydb-admin?ver=

HTML / DOM Fingerprints

Data Attributes
data-flydb-noncedata-flydb-rest-urldata-flydb-ajax-urldata-flydb-default-route
JS Globals
flydbConfig
REST Endpoints
/flydb/v1/tables/flydb/v1/table-data/flydb/v1/export/flydb/v1/relationships/flydb/v1/relationships/all/flydb/v1/query-builder/execute/flydb/v1/query-builder/export/flydb/v1/query-builder/presets
FAQ

Frequently Asked Questions about FlyDB – phpMyAdmin-Like Database Explorer for WordPress