FM: Meta Data Manager for Post Security & Risk Analysis

wordpress.org/plugins/fm-meta-data-manager-for-post

Manage and edit post meta data directly from the post edit screen — view, add, update, or delete meta fields instantly using AJAX without page reload.

0 active installs v1.0.1 PHP 7.4+ WP 5.8+ Updated Dec 6, 2025
delete-metaedit-metameta-editormeta-managerpost-metadata
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is FM: Meta Data Manager for Post Safe to Use in 2026?

Generally Safe

Score 100/100

FM: Meta Data Manager for Post has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3mo ago
Risk Assessment

The "fm-meta-data-manager-for-post" plugin v1.0.1 presents a mixed security posture. On the positive side, the plugin demonstrates good practices regarding database interactions by exclusively using prepared statements for SQL queries and has no known vulnerability history, indicating a generally well-maintained codebase. The absence of file operations and external HTTP requests also reduces potential attack vectors.

However, significant concerns arise from the attack surface analysis. The plugin exposes three AJAX handlers, all of which lack proper authentication checks. While nonce checks are present on these handlers, the absence of capability checks means that any authenticated user, regardless of their role or permissions, could potentially interact with these endpoints. The fact that 42% of output is not properly escaped also presents a risk, as this could lead to cross-site scripting (XSS) vulnerabilities if user-controlled data is outputted without sanitization.

Given the complete lack of known CVEs and a clean vulnerability history, the plugin appears to be relatively secure from historical exploits. However, the presence of unprotected AJAX endpoints and unescaped output are inherent weaknesses that could be exploited by attackers. The absence of taint analysis results could mean that either no flows were analyzed or none were found, but the static findings of unprotected AJAX handlers and potential XSS risks are more concrete.

In conclusion, while the plugin has strengths in its database handling and lack of past vulnerabilities, the identified unprotected AJAX endpoints and output escaping issues represent significant security weaknesses that need to be addressed to improve its overall security posture. The potential for XSS and unauthorized access to AJAX functionalities poses a tangible risk.

Key Concerns

  • AJAX handlers without auth checks
  • Significant portion of output not escaped
Vulnerabilities
None known

FM: Meta Data Manager for Post Security Vulnerabilities

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

FM: Meta Data Manager for Post Code Analysis

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

Output Escaping

58% escaped19 total outputs
Attack Surface
3 unprotected

FM: Meta Data Manager for Post Attack Surface

Entry Points3
Unprotected3

AJAX Handlers 3

authwp_ajax_fmmetadata_add_meta_valuefm-meta-data-manager-for-post.php:122
authwp_ajax_fmmetadata_update_meta_valuefm-meta-data-manager-for-post.php:149
authwp_ajax_fmmetadata_delete_meta_valuefm-meta-data-manager-for-post.php:170
WordPress Hooks 2
actionadd_meta_boxesfm-meta-data-manager-for-post.php:26
actionadmin_enqueue_scriptsfm-meta-data-manager-for-post.php:85
Maintenance & Trust

FM: Meta Data Manager for Post Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 6, 2025
PHP min version7.4
Downloads137

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

FM: Meta Data Manager for Post Developer Profile

Faiq Masood

2 plugins · 30 total installs

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

How We Detect FM: Meta Data Manager for Post

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/fm-meta-data-manager-for-post/assets/js/fm-meta-data-manager.js/wp-content/plugins/fm-meta-data-manager-for-post/assets/css/fm-meta-data-manager.css
Script Paths
assets/js/fm-meta-data-manager.js
Version Parameters
fm-meta-data-manager.js?ver=1.0.1fm-meta-data-manager.css?ver=1.0.0

HTML / DOM Fingerprints

CSS Classes
fm-meta-data-wrapfm-meta-messagefm-meta-tablefm-save-metafm-delete-metafm-add-metafm-new-meta-keyfm-new-meta-value+1 more
Data Attributes
data-keyfm-new-meta-keyfm-new-meta-value
JS Globals
FM_MetaDataManager
FAQ

Frequently Asked Questions about FM: Meta Data Manager for Post