GoTo Redirect Security & Risk Analysis

wordpress.org/plugins/goto-redirect

simple and lightweight plugin that lets you track your own shorten url links

10 active installs v0.1 PHP + WP 3.0+ Updated Jun 9, 2012
go-tohitslinktracktracking
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is GoTo Redirect Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "goto-redirect" plugin v0.1 exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and includes nonce and capability checks, indicating an awareness of security fundamentals. The complete absence of known CVEs and a history of no vulnerabilities are also strong indicators of a generally well-maintained codebase.

However, the static analysis reveals significant concerns, particularly in the taint analysis. Two flows with unsanitized paths have been identified as high severity. While the attack surface appears small, these taint flows represent the most immediate and critical risk, suggesting potential for injection vulnerabilities or other sensitive data manipulation if these paths are indeed reachable and exploitable. The low percentage of properly escaped output further exacerbates this risk, as even if the taint flow is narrowly addressed, unescaped output can lead to cross-site scripting (XSS) vulnerabilities.

In conclusion, while the plugin has a clean vulnerability history and good use of core WordPress security features like prepared statements and checks, the identified high-severity taint flows and poor output escaping practices present a notable security risk that requires immediate attention. Addressing these specific issues should be the priority to improve the overall security of the plugin.

Key Concerns

  • High severity unsanitized taint flows
  • Low percentage of properly escaped output
Vulnerabilities
None known

GoTo Redirect Security Vulnerabilities

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

GoTo Redirect Release Timeline

v0.1Current
Code Analysis
Analyzed Mar 17, 2026

GoTo Redirect Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

14% escaped14 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
set_url_key (goto_redirects.php:215)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

GoTo Redirect Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actioninitgoto_redirects.php:47
actionadd_meta_boxesgoto_redirects.php:49
actionsave_postgoto_redirects.php:51
filterwp_insert_post_datagoto_redirects.php:52
filtersingle_templategoto_redirects.php:55
filtermanage_edit-goto_columnsgoto_redirects.php:58
actionmanage_goto_posts_custom_columngoto_redirects.php:59
filterplugin_row_metagoto_redirects.php:61
filterredirect_post_locationgoto_redirects.php:200
filterredirect_post_locationgoto_redirects.php:224
Maintenance & Trust

GoTo Redirect Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedJun 9, 2012
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

GoTo Redirect Developer Profile

Bainternet

19 plugins · 9K total installs

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

How We Detect GoTo Redirect

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
<input name="_target_url" type="text" style="width: 89%;" value="<input name="_url_key" type="text" style="width: 89%;" value="Short URLTarget URL
FAQ

Frequently Asked Questions about GoTo Redirect