Tag This Security & Risk Analysis

wordpress.org/plugins/tag-this

"Tag This" is a wordpress plugin that allows the community to appropriately tag your posts. It does so by adding a small textbox below a pos …

10 active installs v0.9.0 PHP + WP 2.3+ Updated Jan 30, 2008
anirudhbrajeshwaroinampostsanjeev
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Tag This Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 18yr ago
Risk Assessment

The "tag-this" plugin v0.9.0 exhibits a mixed security posture. While it demonstrates strong practices in SQL query handling with 100% prepared statements and no known CVEs, significant concerns arise from its code analysis.

The plugin utilizes dangerous functions like `popen` and `exec`, which are inherently risky and can lead to arbitrary code execution if not handled with extreme care. Furthermore, the taint analysis reveals three flows with unsanitized paths, indicating potential for path traversal vulnerabilities. The absence of nonce checks and capability checks on its identified entry points (though limited in number) is a major security gap, leaving any potential functionalities exposed to unauthorized access and manipulation.

In conclusion, despite a clean vulnerability history and secure SQL practices, the presence of dangerous functions, unsanitized paths in taint flows, and a complete lack of authorization checks on entry points present a considerable risk. The plugin's strengths in database interaction are overshadowed by critical weaknesses in input validation and function execution security.

Key Concerns

  • Dangerous functions used (popen, exec)
  • Taint flows with unsanitized paths
  • No nonce checks
  • No capability checks
  • Low percentage of properly escaped output
Vulnerabilities
None known

Tag This Security Vulnerabilities

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

Tag This Release Timeline

v0.9.0Current
Code Analysis
Analyzed Apr 16, 2026

Tag This Code Analysis

Dangerous Functions
2
Raw SQL Queries
0
28 prepared
Unescaped Output
62
5 escaped
Nonce Checks
0
Capability Checks
0
File Operations
73
External Requests
1
Bundled Libraries
0

Dangerous Functions Found

popen$fp = @popen("curl $filename", "r");framework.php:42
execexec("unzip -d $this->targetdir $this->targetdir.'temp.zip'");framework.php:103

SQL Query Safety

100% prepared28 total queries

Output Escaping

7% escaped67 total outputs
Data Flows · Security
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
<frontend> (frontend.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Tag This Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioninittagthis.php:34
actionadmin_menutagthis.php:43
actionwp_headtagthis.php:57
actionadmin_menutagthis.php:68
Maintenance & Trust

Tag This Maintenance & Trust

Maintenance Signals

WordPress version tested2.3.2
Last updatedJan 30, 2008
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Tag This Developer Profile

Brajeshwar

2 plugins · 20 total installs

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

How We Detect Tag This

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/tagthis/tagthis-js.php
Script Paths
/wp-content/plugins/tagthis/tagthistemp.js

HTML / DOM Fingerprints

CSS Classes
tt-helptt-finished
HTML Comments
<!-- Start Of Script Generated By Tagthis --><!-- End Of Script Generated By Tagthis -->
Data Attributes
id="tagthisid="tagtextid="tt-helpid="tt-finishedonclick="ajaxAddTag(onclick="toggle(+2 more
Shortcode Output
<div id="tagthis<input type="text" name="tag" id="tagtext<input type="button" onclick="ajaxAddTag(<a onclick="toggle(
FAQ

Frequently Asked Questions about Tag This