Google URL Creator Security & Risk Analysis

wordpress.org/plugins/google-url-creator

Are you in need of a simple way for you or your site users to create custom URL strings so that you can more easily track your marketing campaigns? Th …

10 active installs v1.0.1 PHP + WP 2.0.0+ Updated Dec 31, 2013
googlegoogle-adwordskeywordsppcsem
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Google URL Creator Safe to Use in 2026?

Generally Safe

Score 85/100

Google URL Creator 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 "google-url-creator" v1.0.1 plugin exhibits a mixed security posture. On the positive side, there are no recorded vulnerabilities (CVEs), no dangerous functions detected, all SQL queries utilize prepared statements, and no file operations or external HTTP requests are made. This indicates a generally cautious approach to certain aspects of secure development.

However, significant concerns arise from the static analysis. The most glaring issue is that 100% of the 14 detected output instances are not properly escaped. This presents a substantial risk for Cross-Site Scripting (XSS) vulnerabilities, as malicious input rendered directly to the user's browser could be executed. Furthermore, the taint analysis revealed two flows with unsanitized paths, though they were not categorized as critical or high severity. The complete absence of nonce checks and capability checks across all entry points, combined with the lack of authentication checks on AJAX handlers and permission callbacks for REST API routes, creates a broad attack surface that is entirely unprotected.

The absence of any vulnerability history is a positive sign, suggesting that the plugin has either not been targeted or has not had exploitable issues in the past. Nonetheless, the identified code-level weaknesses, particularly the unescaped output and lack of input validation and authorization, are critical flaws that could be exploited even without a known vulnerability history. Developers should prioritize addressing the XSS risks and implementing proper authentication and authorization checks.

Key Concerns

  • Unescaped output (100% of 14 outputs)
  • Taint flows with unsanitized paths (2 total)
  • No nonce checks
  • No capability checks
  • No AJAX authentication checks
  • No REST API permission callbacks
Vulnerabilities
None known

Google URL Creator Security Vulnerabilities

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

Google URL Creator Code Analysis

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

Output Escaping

0% escaped14 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
gurlc_body_fcn (google-url-creator.php:20)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Google URL Creator Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menugoogle-url-creator.php:11
Maintenance & Trust

Google URL Creator Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedDec 31, 2013
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Google URL Creator Developer Profile

Kyle Maurer

6 plugins · 60 total installs

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

How We Detect Google URL Creator

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
txtrequiredField
Data Attributes
name="source"id="source"name="medium"id="medium"name="term"id="term"+5 more
Shortcode Output
utm_source=utm_medium=utm_term=utm_content=
FAQ

Frequently Asked Questions about Google URL Creator