WP Metarepeater Security & Risk Analysis

wordpress.org/plugins/wp-meta-repeater

This is Meta Repeater plugin. Its used to create dynamic meta fields for post and custom post types.

0 active installs v1.0 PHP + WP 3.0.1+ Updated Jan 8, 2018
custom-fieldfield-repeatermetarepeaterwp-meta-repeater
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is WP Metarepeater Safe to Use in 2026?

Generally Safe

Score 85/100

WP Metarepeater has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 8yr ago
Risk Assessment

The wp-meta-repeater plugin v1.0 exhibits a mixed security posture. On the positive side, it avoids dangerous functions, performs all SQL queries using prepared statements, and has no file operations or external HTTP requests. The absence of known CVEs and past vulnerabilities suggests a generally stable codebase. However, significant concerns arise from the attack surface. Two AJAX handlers are present, and critically, both lack authentication checks. This creates a direct pathway for unauthenticated attackers to interact with potentially sensitive plugin functionality. While nonce checks are present on these handlers, their absence of capability checks means that any user, including unauthenticated ones, could trigger these AJAX actions. The static analysis also indicates that 50% of output escaping is not properly handled, which could lead to Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is involved in these unescaped outputs.

Key Concerns

  • AJAX handlers without auth checks
  • Unescaped output detected
Vulnerabilities
None known

WP Metarepeater Security Vulnerabilities

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

WP Metarepeater Code Analysis

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

Output Escaping

50% escaped14 total outputs
Attack Surface
2 unprotected

WP Metarepeater Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

noprivwp_ajax_wpmetarepeater_ajaxadmin\class-wpmetarepeater-admin.php:14
authwp_ajax_wpmetarepeater_ajaxadmin\class-wpmetarepeater-admin.php:15
WordPress Hooks 5
actionadmin_menuadmin\class-wpmetarepeater-admin.php:11
actionadd_meta_boxesadmin\class-wpmetarepeater-admin.php:12
actionsave_postadmin\class-wpmetarepeater-admin.php:13
actionplugins_loadedincludes\class-wpmetarepeater.php:31
actionadmin_enqueue_scriptsincludes\class-wpmetarepeater.php:37
Maintenance & Trust

WP Metarepeater Maintenance & Trust

Maintenance Signals

WordPress version tested4.8.28
Last updatedJan 8, 2018
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

WP Metarepeater Developer Profile

Anandaraj Balu

3 plugins · 110 total installs

72
trust score
Avg Security Score
90/100
Avg Patch Time
236 days
View full developer profile
Detection Fingerprints

How We Detect WP Metarepeater

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-meta-repeater/css/wpmr-admin.css/wp-content/plugins/wp-meta-repeater/js/wpmr-admin.js
Script Paths
/wp-content/plugins/wp-meta-repeater/js/wpmr-admin.js
Version Parameters
wp-meta-repeater/css/wpmr-admin.css?ver=wp-meta-repeater/js/wpmr-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpmr_repeaterwrapperwpmr_posts_listwpmr_listwpmr-defaultfield-rowremovercol-labelcol-input
HTML Comments
<!-- wpmetarepeater_metabox_information -->
Data Attributes
data-wpmr_post_iddata-key
JS Globals
wpmr_remove_field
FAQ

Frequently Asked Questions about WP Metarepeater