Redirector Mod Security & Risk Analysis

wordpress.org/plugins/redirector-mod

Redirect a page to an URL or WordPress page.

90 active installs v1.0 PHP + WP 2.6+ Updated Jun 22, 2010
pageredirectredirector
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Redirector Mod Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The redirector-mod plugin v1.0 presents a mixed security picture. On the positive side, the plugin exhibits strong practices regarding database interactions, with all SQL queries utilizing prepared statements, which is excellent for preventing SQL injection vulnerabilities. Furthermore, there's no history of known vulnerabilities (CVEs) for this plugin, suggesting a relatively stable and well-maintained codebase in its past. The static analysis also indicates a very small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. File operations and external HTTP requests are also absent, further limiting potential entry points.

However, a significant concern arises from the output escaping. 100% of the identified output operations are not properly escaped, which is a critical weakness. This means that any data displayed to users or in administrative interfaces could be vulnerable to Cross-Site Scripting (XSS) attacks if that data originates from an untrusted source. Additionally, the taint analysis revealed two flows with unsanitized paths, which, while not reaching critical or high severity in this analysis, indicate potential weaknesses that could be exploited in conjunction with other factors. The complete lack of nonce and capability checks on any identified entry points (even though the attack surface is currently zero) is also a notable gap, suggesting that if entry points were added in future versions without proper authorization checks, the plugin would be immediately vulnerable. The absence of any detected vulnerabilities in its history is a positive indicator, but it should not overshadow the clear and present risk of unescaped output.

Key Concerns

  • All outputs are unescaped
  • Unsanitized paths in taint flows
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Redirector Mod Security Vulnerabilities

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

Redirector Mod Code Analysis

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

SQL Query Safety

100% prepared4 total queries

Output Escaping

0% escaped10 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
re_metabox (redirector-mod.php:75)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Redirector Mod Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_headredirector-mod.php:196
actiontemplate_redirectredirector-mod.php:197
actionsave_postredirector-mod.php:198
Maintenance & Trust

Redirector Mod Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedJun 22, 2010
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs90
Developer Profile

Redirector Mod Developer Profile

Mindshare Labs, Inc.

5 plugins · 770 total installs

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

How We Detect Redirector Mod

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/redirector/redirector.css/wp-content/plugins/redirector/redirector.js
Script Paths
/wp-content/plugins/redirector/redirector.js

HTML / DOM Fingerprints

CSS Classes
redirect_settingsredirect_settings_pageredirect_settings_urlredirect_settings_child
Data Attributes
redirect_typeredirectorredirector_urlredirector_type_set
FAQ

Frequently Asked Questions about Redirector Mod