MetaViewer – Debug Meta Data Security & Risk Analysis

wordpress.org/plugins/metaviewer-debug-meta-data

View and debug post and user meta data in a clean table format – lightweight, dev-friendly, and works across post types in the WP admin.

10 active installs v1.0.0 PHP 7.4+ WP 5.5+ Updated May 26, 2025
debug-metainspect-metameta-datapost-metauser-meta
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is MetaViewer – Debug Meta Data Safe to Use in 2026?

Generally Safe

Score 100/100

MetaViewer – Debug Meta Data has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10mo ago
Risk Assessment

The 'metaviewer-debug-meta-data' plugin v1.0.0 presents a mixed security posture. On the positive side, it exhibits no known historical vulnerabilities (CVEs) and its static analysis shows a very limited attack surface with no directly exposed AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries are correctly handled with prepared statements. However, the presence of the `unserialize` function is a significant concern. While no taint flows were detected, `unserialize` can be a gateway to remote code execution if it processes untrusted input. The plugin also demonstrates a concerning lack of output escaping, with only 40% of outputs being properly escaped, leaving it vulnerable to cross-site scripting (XSS) attacks. The absence of nonce checks and the limited capability checks further reduce its security robustness, especially considering the potential risk posed by `unserialize`.

Key Concerns

  • Use of unserialize function
  • Low percentage of properly escaped output
  • No nonce checks detected
Vulnerabilities
None known

MetaViewer – Debug Meta Data Security Vulnerabilities

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

MetaViewer – Debug Meta Data Code Analysis

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

Dangerous Functions Found

unserialize$data = @unserialize( $value );metaviewer.php:54

Output Escaping

40% escaped15 total outputs
Attack Surface

MetaViewer – Debug Meta Data Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionplugins_loadedmetaviewer.php:24
actionadd_meta_boxesmetaviewer.php:47
actionshow_user_profilemetaviewer.php:160
actionedit_user_profilemetaviewer.php:161
Maintenance & Trust

MetaViewer – Debug Meta Data Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedMay 26, 2025
PHP min version7.4
Downloads364

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

MetaViewer – Debug Meta Data Developer Profile

Usman Ali Qureshi

4 plugins · 5K total installs

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

How We Detect MetaViewer – Debug Meta Data

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
metaviewer-wrapper
FAQ

Frequently Asked Questions about MetaViewer – Debug Meta Data