Redirect To URL Security & Risk Analysis

wordpress.org/plugins/redirect-to-url

This simple and lightweight plugin allows you to redirect your visitors to external and internal website by clicking on an article or a page.

70 active installs v1.1.2 PHP + WP 3.4.1+ Updated Mar 30, 2015
external-urlexternal-websiteopen-in-new-tabredirectredirection
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Redirect To URL Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The 'redirect-to-url' plugin, version 1.1.2, exhibits a generally good security posture based on the static analysis. It has a notably small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, the code signals indicate a positive use of WordPress security features, with the presence of nonce and capability checks, and a reasonable percentage of properly escaped output. The absence of dangerous functions, file operations, and external HTTP requests also contributes to its secure design.

However, there are specific areas for concern. The single SQL query present is not using prepared statements, which presents a risk of SQL injection if user input is directly incorporated into this query without proper sanitization. While taint analysis shows no critical or high severity flows, the presence of one flow with unsanitized paths warrants attention, as it could potentially lead to vulnerabilities depending on how that specific flow is utilized.

The plugin's vulnerability history is clean, with no recorded CVEs. This suggests a history of secure development or a lack of past exploitation, which is a positive indicator. Despite this clean history, the identified SQL query concern and the unsanitized path in the taint analysis are weaknesses that should be addressed to maintain a robust security profile.

Key Concerns

  • SQL queries not using prepared statements
  • Flows with unsanitized paths found
Vulnerabilities
None known

Redirect To URL Security Vulnerabilities

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

Redirect To URL Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

67% escaped6 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

3 flows1 with unsanitized paths
redirect2url_check_for_redirection (redirect-to-url.php:22)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Redirect To URL Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadd_meta_boxesredirect-to-url.php:16
actionsave_postredirect-to-url.php:17
actiontemplate_redirectredirect-to-url.php:18
Maintenance & Trust

Redirect To URL Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedMar 30, 2015
PHP min version
Downloads7K

Community Trust

Rating80/100
Number of ratings8
Active installs70
Developer Profile

Redirect To URL Developer Profile

MarcelF

1 plugin · 70 total installs

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

How We Detect Redirect To URL

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

Asset Fingerprints

HTML / DOM Fingerprints

HTML Comments
<!-- Add an nonce field so we can check for it later. --><!-- Use get_post_meta() to retrieve an existing value * from the database and use the value for the form. --><!-- MetaBox Output --><!-- We need to verify this came from our screen and with proper authorization, * because the save_post action can be triggered at other times. -->+9 more
Data Attributes
name="redirect2url_meta_box_nonce"id="redirect2url_meta_box"name="redirect2url_new_field"name="new_tab"
JS Globals
window.open
FAQ

Frequently Asked Questions about Redirect To URL