Image meta Security & Risk Analysis

wordpress.org/plugins/image-meta

Adds a filter so that the title of images is the file name, not the caption, as it was in wp < 3.0

10 active installs v0.1 PHP + WP 2.8+ Updated Jun 22, 2010
admincategorieseditpost
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Image meta Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The "image-meta" plugin version 0.1 exhibits a strong initial security posture based on the provided static analysis. The complete absence of identified entry points like AJAX handlers, REST API routes, shortcodes, and cron events, coupled with zero detected dangerous functions, raw SQL queries, unescaped output, or file operations, suggests a minimalist and potentially secure design. The fact that 100% of SQL queries, if any were present, use prepared statements and 100% of output is properly escaped further reinforces this positive impression. The lack of any recorded vulnerability history, including CVEs, also contributes to a perception of a safe plugin.

However, the analysis also highlights significant areas of concern due to their absence. The complete lack of nonces and capability checks across any potential entry points (even though none are currently identified) presents a substantial future risk. Should any entry points be added in future versions, or if the static analysis missed subtle integration points, these crucial security mechanisms would be missing, leaving the plugin vulnerable to various attacks. The limited scope of the static analysis (zero flows analyzed for taint) means that complex or indirect vulnerabilities might have been overlooked. While the current state is promising, the lack of fundamental security checks suggests a potentially underdeveloped security implementation that could become a weakness as the plugin evolves.

Key Concerns

  • No capability checks found
  • No nonce checks found
  • Zero taint flows analyzed
Vulnerabilities
None known

Image meta Security Vulnerabilities

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

Image meta Code Analysis

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

Image meta Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
filterwp_update_attachment_metadataimage-meta.php:123
filterwp_read_image_metadataimage-meta.php:124
filterattachment_fields_to_editimage-meta.php:126
actionadmin_initimage-meta.php:129
actionadmin_menuimage-meta.php:130
Maintenance & Trust

Image meta Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedJun 22, 2010
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Image meta Developer Profile

robfelty

7 plugins · 7K total installs

92
trust score
Avg Security Score
89/100
Avg Patch Time
6 days
View full developer profile
Detection Fingerprints

How We Detect Image meta

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
name='image-meta[title]'name='image-meta[caption]'name='image-meta[description]'name='image-meta[alttext]'
FAQ

Frequently Asked Questions about Image meta