Tag list Security & Risk Analysis

wordpress.org/plugins/tag-list

Tag list plugin

10 active installs v1.1.1 PHP + WP 2.8.0+ Updated Apr 8, 2010
tagtags
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Tag list Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The 'tag-list' v1.1.1 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of AJAX handlers and REST API routes without proper authentication, coupled with a single shortcode as the only entry point, significantly limits the potential attack surface. Furthermore, the code demonstrates good practices by using prepared statements for its single SQL query and includes a nonce check. The vulnerability history is clean, with no known CVEs, indicating a track record of security awareness or lack of discovered exploitable flaws.

However, a critical weakness is identified in output escaping, where 100% of outputs are not properly escaped. This presents a significant risk of Cross-Site Scripting (XSS) vulnerabilities, as any data displayed to users, whether user-generated or otherwise, could be injected with malicious scripts. While other security signals are positive, this single unescaped output poses a substantial threat that overshadows the otherwise good practices. The lack of capability checks on the shortcode is also a concern, as it implies that any logged-in user might be able to trigger its functionality without explicit authorization.

In conclusion, 'tag-list' v1.1.1 has several strengths, particularly in its limited attack surface and use of prepared statements. The absence of historical vulnerabilities is a positive indicator. Nevertheless, the critical issue of unescaped output and the potential for unauthorized shortcode execution introduce significant security risks that require immediate attention.

Key Concerns

  • 100% of outputs are not properly escaped
  • Shortcode lacks capability checks
Vulnerabilities
None known

Tag list Security Vulnerabilities

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

Tag list Release Timeline

v1.1.1Current
v1.1
v1.0
Code Analysis
Analyzed Mar 17, 2026

Tag list Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped1 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
update_options (tag-list-admin.php:36)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Tag list Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[tag-list] tag-list.php:44
WordPress Hooks 3
actionadmin_menutag-list-admin.php:10
actionwp_headtag-list.php:45
filterplugin_row_metatag-list.php:46
Maintenance & Trust

Tag list Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedApr 8, 2010
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Tag list Developer Profile

Marcin Pietrzak

23 plugins · 89K total installs

77
trust score
Avg Security Score
97/100
Avg Patch Time
274 days
View full developer profile
Detection Fingerprints

How We Detect Tag list

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/tag-list/default.css

HTML / DOM Fingerprints

CSS Classes
tag-toctag-list
HTML Comments
init() get_options() get_iworks_tag_list() get_css()+1 more
Data Attributes
id="tag-list"id="tag-toc"href="#tag-id="tag-href="%s"
Shortcode Output
<div id="tag-list"><ul class="tag-toc"><li id="tag-<h4>
FAQ

Frequently Asked Questions about Tag list