Matt’s Community Tags Security & Risk Analysis

wordpress.org/plugins/matts-community-tags

Allow a moderated community to assist in tagging primarily photographic content, image attachments and such.

10 active installs v0.4 PHP + WP + Updated Dec 17, 2014
mattphototag
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Matt’s Community Tags Safe to Use in 2026?

Generally Safe

Score 85/100

Matt’s Community Tags has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11yr ago
Risk Assessment

The 'matts-community-tags' v0.4 plugin exhibits a mixed security posture. On one hand, the absence of known CVEs and a clean vulnerability history is a positive indicator. The plugin also demonstrates good practices by exclusively using prepared statements for SQL queries and avoiding file operations or external HTTP requests. However, the static analysis reveals significant concerns, particularly the presence of the 'unserialize' function, which is a known attack vector if used with untrusted input. While taint analysis did not identify critical or high severity issues in the limited flows analyzed, the presence of one unsanitized flow warrants caution. Furthermore, the low percentage of properly escaped output (11%) suggests a potential for Cross-Site Scripting (XSS) vulnerabilities, as user-supplied data might be reflected in the output without adequate sanitization.

Key Concerns

  • Presence of 'unserialize' function
  • Low percentage of output escaping
  • Unsanitized flow in taint analysis
  • No nonce checks on entry points
Vulnerabilities
None known

Matt’s Community Tags Security Vulnerabilities

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

Matt’s Community Tags Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

Matt’s Community Tags Code Analysis

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

Dangerous Functions Found

unserialize$array = unserialize( $m->meta_value );matt-community-tags.php:158
unserialize$todo = unserialize( $p->meta_value );matt-community-tags.php:272
unserialize$tags = unserialize( $p->meta_value );matt-community-tags.php:343

SQL Query Safety

100% prepared9 total queries

Output Escaping

11% escaped9 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
mct_process_tags (matt-community-tags.php:76)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Matt’s Community Tags Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actioninitmatt-community-tags.php:40
actionwp_headmatt-community-tags.php:67
actionadmin_headmatt-community-tags.php:74
actioninitmatt-community-tags.php:109
actioninitmatt-community-tags.php:127
actioninitmatt-community-tags.php:214
actionadmin_menumatt-community-tags.php:350
Maintenance & Trust

Matt’s Community Tags Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedDec 17, 2014
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Matt’s Community Tags Developer Profile

Automattic

415 plugins · 21.0M total installs

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

How We Detect Matt’s Community Tags

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/matts-community-tags/suggest.css
Script Paths
/wp-content/plugins/matts-community-tags/suggest.js

HTML / DOM Fingerprints

CSS Classes
mct-postmct-im
HTML Comments
<!-- -->
Data Attributes
id="tagthis"id="tagthisform"id="mct_people"name="mct_people"id="post_id"name="post_id"+2 more
JS Globals
var $j = jQuery.noConflict();var mct_peoplefunction mct_process_form()function mct_process_form()function mct_process_form()
REST Endpoints
/index.php?addtag=go/index.php?suggesttag=go
Shortcode Output
<p>Recognize someone in this photo? Tag them.</p><form action="/index.php?addtag=go" method="post" id="tagthisform"><p>Separate multiple people with commas, example: Elvis Presley, Britney Spears.</p><p><input type="text" id="mct_people" name="mct_people" size="30" /> <input type="hidden" value="
FAQ

Frequently Asked Questions about Matt’s Community Tags