Custom Metadata Manager Security & Risk Analysis

wordpress.org/plugins/custom-metadata

An easy way to add custom fields to your object types (post, pages, custom post types, users)

800 active installs v0.7.1 PHP + WP 3.3+ Updated Jul 11, 2012
custom-metadatacustom-metadata-manager-metadatapost-metapostmetauser-meta
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Custom Metadata Manager Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The 'custom-metadata' plugin v0.7.1 exhibits a mixed security posture. On the positive side, it demonstrates good practices by having no known CVEs, no bundled libraries, no file operations, and no external HTTP requests. The use of prepared statements for all SQL queries is also a significant strength. However, the static analysis reveals concerning areas, particularly with output escaping, where only 16% of outputs are properly escaped. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, especially given the taint analysis showing two high-severity flows with unsanitized paths. The presence of capability checks and a nonce check are positive, but they do not mitigate the inherent risk from insufficient output sanitization. The lack of recorded vulnerabilities in its history might suggest a limited attack surface exploited or a lack of public disclosure, but it should not be a reason to overlook the current code signals. Overall, while the plugin has some robust security features, the significant portion of unescaped output and the identified taint flows represent a substantial risk that needs immediate attention.

Key Concerns

  • Significant unescaped output detected
  • High severity taint flows with unsanitized paths
Vulnerabilities
None known

Custom Metadata Manager Security Vulnerabilities

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

Custom Metadata Manager Code Analysis

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

Output Escaping

16% escaped68 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
save_metadata_field (custom_metadata.php:537)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Custom Metadata Manager Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 14
actioninitcustom_metadata.php:95
actionadmin_initcustom_metadata.php:96
actionadmin_noticescustom_metadata.php:116
actionadmin_enqueue_scriptscustom_metadata.php:128
actionadmin_enqueue_scriptscustom_metadata.php:129
actionedit_user_profilecustom_metadata.php:136
actionedit_user_profile_updatecustom_metadata.php:137
actionshow_user_profilecustom_metadata.php:139
actionpersonal_options_updatecustom_metadata.php:140
actionadd_meta_boxescustom_metadata.php:145
actionsave_postcustom_metadata.php:148
actionedit_commentcustom_metadata.php:149
actioninitcustom_metadata_examples.php:27
actionadmin_initcustom_metadata_examples.php:70
Maintenance & Trust

Custom Metadata Manager Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedJul 11, 2012
PHP min version
Downloads17K

Community Trust

Rating88/100
Number of ratings5
Active installs800
Developer Profile

Custom Metadata Manager Developer Profile

Mohammad Jangda

5 plugins · 1K total installs

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

How We Detect Custom Metadata Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/custom-metadata/js/custom-metadata-manager.js
Script Paths
/wp-content/plugins/custom-metadata/js/custom-metadata-manager.js
Version Parameters
custom-metadata-manager-js?ver=

HTML / DOM Fingerprints

JS Globals
CUSTOM_METADATA_MANAGER_DEBUGCUSTOM_METADATA_MANAGER_VERSIONCUSTOM_METADATA_MANAGER_URL
FAQ

Frequently Asked Questions about Custom Metadata Manager