Easy CC License Security & Risk Analysis

wordpress.org/plugins/easy-cc-license

An easy to use shortcode for inserting a Creative Commons license image or license block to your posts or pages.

30 active installs v0.91 PHP + WP 3.3+ Updated Jan 24, 2014
cccreative-commonslicenseopen-licenseopen-source
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Easy CC License Safe to Use in 2026?

Generally Safe

Score 85/100

Easy CC License has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The "easy-cc-license" v0.91 plugin exhibits a mixed security posture. On the positive side, it has no recorded vulnerabilities in its history and implements a nonce check and a capability check, suggesting some awareness of security best practices. The absence of external HTTP requests and file operations, coupled with zero taint analysis findings, further indicates a relatively clean codebase in these areas.

However, significant concerns arise from the static analysis. The plugin has 100% of its SQL queries unescaped, meaning it is vulnerable to SQL injection attacks if the data feeding these queries is not strictly validated and sanitized elsewhere. Furthermore, all outputs are unescaped, opening the door to cross-site scripting (XSS) vulnerabilities. The presence of file operations without explicit context on their usage also warrants caution, as these can be leveraged for malicious file manipulation if not secured properly. The total lack of taint analysis findings, while seemingly positive, might also indicate that the analysis itself was limited in scope or that the plugin's data flow is not complex enough to trigger such findings, rather than an absolute guarantee of safety.

Given the lack of vulnerability history, the plugin appears to have flown under the radar, but the static analysis reveals critical flaws in how it handles data. The unescaped SQL queries and outputs are the most pressing issues, representing clear and exploitable vulnerabilities. While the plugin has a small attack surface and some basic security checks, these are undermined by the fundamental insecure coding practices in data handling. Users should be aware that despite no past CVEs, the current version contains exploitable weaknesses.

Key Concerns

  • SQL queries without prepared statements
  • Output escaping is not properly implemented
  • File operations without clear security context
Vulnerabilities
None known

Easy CC License Security Vulnerabilities

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

Easy CC License Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped4 total outputs
Attack Surface

Easy CC License Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[ezcc] ez_cc_license.php:34
WordPress Hooks 4
filterthe_contentez_cc_license.php:37
filterthe_content_feedez_cc_license.php:38
actionadmin_menuez_cc_license.php:41
filterplugin_action_linksez_cc_license.php:181
Maintenance & Trust

Easy CC License Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedJan 24, 2014
PHP min version
Downloads5K

Community Trust

Rating100/100
Number of ratings2
Active installs30
Developer Profile

Easy CC License Developer Profile

MakerBlock

2 plugins · 40 total installs

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

How We Detect Easy CC License

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/easy-cc-license/css/ez-cc-license.css
Version Parameters
easy-cc-license/css/ez-cc-license.css?ver=

HTML / DOM Fingerprints

CSS Classes
ez_cc_license_block
Shortcode Output
<div class='ez_cc_license_block'>
FAQ

Frequently Asked Questions about Easy CC License