Post Meta Manager Security & Risk Analysis

wordpress.org/plugins/post-meta-manager

A simple utility plugin for changing or deleting post or user meta (custom fields) keys in bulk.

100 active installs v1.0.4 PHP + WP 3.0+ Updated Mar 18, 2016
custom-fieldcustom-fieldsmetadatapost-metapostmeta
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post Meta Manager Safe to Use in 2026?

Generally Safe

Score 85/100

Post Meta Manager 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 plugin "post-meta-manager" v1.0.4 exhibits a generally good security posture based on the provided static analysis. It has a small attack surface consisting solely of two AJAX handlers, both of which appear to have authentication checks based on the 'Unprotected: 0' figure. The absence of REST API routes, shortcodes, and cron events further limits potential entry points. Crucially, the taint analysis found no critical or high severity flows, and there are no known CVEs associated with this plugin, indicating a history of responsible development and maintenance. The presence of nonce checks and a moderate percentage of SQL queries using prepared statements are positive indicators.

However, there are areas for improvement. The fact that none of the AJAX handlers or REST API routes have capability checks (indicated by 'Capability checks: 0') is a significant concern. While nonce checks can prevent basic CSRF attacks, they do not verify if the user performing the action has the necessary permissions. Additionally, 50% of output escaping is not ideal; unescaped output can lead to Cross-Site Scripting (XSS) vulnerabilities. The presence of SQL queries without prepared statements, even if a minority, also presents a risk of SQL injection.

In conclusion, "post-meta-manager" v1.0.4 demonstrates a solid foundation with a small attack surface and no known vulnerabilities. The primary weaknesses lie in the lack of capability checks on its entry points and the partial implementation of output escaping. Addressing these would significantly enhance the plugin's security.

Key Concerns

  • AJAX handlers missing capability checks
  • 50% of outputs not properly escaped
  • SQL queries without prepared statements (non-critical)
Vulnerabilities
None known

Post Meta Manager Security Vulnerabilities

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

Post Meta Manager Release Timeline

v1.0.4Current
v1.0.3
v1.0.1
v1.0
Code Analysis
Analyzed Mar 16, 2026

Post Meta Manager Code Analysis

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

SQL Query Safety

67% prepared6 total queries

Output Escaping

50% escaped24 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

1 flows
<post-meta-manager> (post-meta-manager.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Post Meta Manager Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_key_changepost-meta-manager.php:60
authwp_ajax_key_deletepost-meta-manager.php:61
WordPress Hooks 3
actionplugins_loadedpost-meta-manager.php:57
actionadmin_menupost-meta-manager.php:58
actionadmin_enqueue_scriptspost-meta-manager.php:59
Maintenance & Trust

Post Meta Manager Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedMar 18, 2016
PHP min version
Downloads9K

Community Trust

Rating100/100
Number of ratings2
Active installs100
Developer Profile

Post Meta Manager Developer Profile

Andrew Norcross

20 plugins · 2K total installs

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

How We Detect Post Meta Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-meta-manager/lib/css/pmm.admin.min.css/wp-content/plugins/post-meta-manager/lib/js/pmm.ajax.min.js
Script Paths
/wp-content/plugins/post-meta-manager/lib/js/pmm.ajax.min.js
Version Parameters
post-meta-manager/lib/css/pmm.admin.min.css?ver=post-meta-manager/lib/js/pmm.ajax.min.js?ver=

HTML / DOM Fingerprints

JS Globals
pmmAjaxData
FAQ

Frequently Asked Questions about Post Meta Manager