Newer Tag Cloud Security & Risk Analysis

wordpress.org/plugins/newer-tag-cloud

A small plugin providing a neat tag cloud feature. Inspired by New Tag Cloud.

0 active installs v1.1.2 PHP + WP 3.0.1+ Updated Jul 31, 2017
cloudtagwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Newer Tag Cloud Safe to Use in 2026?

Generally Safe

Score 85/100

Newer Tag Cloud 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 "newer-tag-cloud" plugin version 1.1.2 presents a mixed security profile. On the positive side, it boasts no reported vulnerabilities (CVEs) and a seemingly small attack surface with no AJAX handlers, REST API routes, shortcodes, or cron events. Crucially, all SQL queries utilize prepared statements, a strong indicator of good database security practices. However, several concerning code signals warrant attention. The presence of four instances of the `unserialize` function is a significant red flag, as this function is notoriously dangerous if used with untrusted input, potentially leading to Remote Code Execution (RCE) vulnerabilities. Furthermore, only 16% of output is properly escaped, leaving the plugin susceptible to Cross-Site Scripting (XSS) attacks through unsanitized data displayed to users. Taint analysis reveals two flows with unsanitized paths, which, when combined with the `unserialize` function and poor output escaping, indicate a potential for serious security flaws, even if no critical or high severity issues were flagged in this specific analysis. The lack of nonce checks on potential entry points and limited capability checks (only 2) suggest that authentication and authorization mechanisms might be weak, further exacerbating the risks posed by the identified code signals.

Key Concerns

  • Presence of 'unserialize' function
  • Low output escaping percentage (16%)
  • Unsanitized paths in taint flows
  • Lack of nonce checks
Vulnerabilities
None known

Newer Tag Cloud Security Vulnerabilities

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

Newer Tag Cloud Code Analysis

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

Dangerous Functions Found

unserialize$instanceName = unserialize($globalOptions['instances']);admin\class-newer-tag-cloud-admin.php:154
unserialize$instances = unserialize($options['instances']);admin\class-newer-tag-cloud-admin.php:230
unserialize$instances = unserialize($options['instances']);admin\class-newer-tag-cloud-admin.php:278
unserialize$instances = unserialize($options['instances']);admin\class-newer-tag-cloud-admin.php:299

Output Escaping

16% escaped87 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
instance_options_page (admin\class-newer-tag-cloud-admin.php:116)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Newer Tag Cloud Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionplugins_loadednewer-tag-cloud.php:67
Maintenance & Trust

Newer Tag Cloud Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedJul 31, 2017
PHP min version
Downloads1K

Community Trust

Rating20/100
Number of ratings1
Active installs0
Developer Profile

Newer Tag Cloud Developer Profile

mallardduck

1 plugin · 0 total installs

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

How We Detect Newer Tag Cloud

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/newer-tag-cloud/admin/css/newer-tag-cloud-admin.css/wp-content/plugins/newer-tag-cloud/admin/js/newer-tag-cloud-admin.js/wp-content/plugins/newer-tag-cloud/public/css/newer-tag-cloud-public.css/wp-content/plugins/newer-tag-cloud/public/js/newer-tag-cloud-public.js
Script Paths
/wp-content/plugins/newer-tag-cloud/admin/js/newer-tag-cloud-admin.js/wp-content/plugins/newer-tag-cloud/public/js/newer-tag-cloud-public.js
Version Parameters
newer-tag-cloud/admin/css/newer-tag-cloud-admin.css?ver=newer-tag-cloud/admin/js/newer-tag-cloud-admin.js?ver=newer-tag-cloud/public/css/newer-tag-cloud-public.css?ver=newer-tag-cloud/public/js/newer-tag-cloud-public.js?ver=

HTML / DOM Fingerprints

CSS Classes
newer-tag-cloud-widgetnewer-tag-cloud-admin-wrap
Data Attributes
data-instance-id
JS Globals
newerTagCloud
Shortcode Output
[newertagcloud]
FAQ

Frequently Asked Questions about Newer Tag Cloud