Redirect by Custom Field Security & Risk Analysis

wordpress.org/plugins/redirect-by-custom-field

Changes the URLs pointing to pages and posts which have a "redirect" custom field, using that entry as the URL instead.

600 active installs v1.0 PHP + WP 3.1+ Updated Nov 22, 2013
aliascustom-fieldredirecturl
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Redirect by Custom Field Safe to Use in 2026?

Generally Safe

Score 85/100

Redirect by Custom Field 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 "redirect-by-custom-field" plugin v1.0 presents a generally positive security posture based on the provided static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's attack surface. Furthermore, the code analysis indicates no dangerous functions, file operations, or external HTTP requests, which are common vectors for vulnerabilities. The use of prepared statements for all SQL queries is also a strong indicator of secure database interaction.

However, there are some areas that warrant attention. The fact that 100% of the total entry points are unprotected is a concern, despite the current lack of specific entry points in the analysis. The capability checks are also entirely absent, meaning any functionality the plugin might expose would not have granular access control. While the taint analysis shows no issues, this is likely due to the limited scope of analysis or a very simple plugin. The lack of any recorded vulnerabilities in its history is a positive sign, suggesting a generally stable codebase, but it does not guarantee future security.

In conclusion, the plugin exhibits good security practices by avoiding common risky functions and employing prepared statements. The minimal attack surface is a significant strength. The primary weaknesses lie in the lack of any authentication or capability checks for potential future entry points and the absence of nonces for AJAX operations if they were to be implemented. The current risk is low due to the limited functionality and attack surface, but future development should incorporate robust security checks.

Key Concerns

  • No capability checks
  • No nonce checks
  • No output escaping on 1 of 3 outputs
Vulnerabilities
None known

Redirect by Custom Field Security Vulnerabilities

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

Redirect by Custom Field Code Analysis

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

Output Escaping

67% escaped3 total outputs
Attack Surface

Redirect by Custom Field Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actiontemplate_redirectredirect-by-custom-field.php:16
filterpage_linkredirect-by-custom-field.php:28
filterpost_linkredirect-by-custom-field.php:29
filterget_sample_permalink_htmlredirect-by-custom-field.php:72
actionload-edit.phpredirect-by-custom-field.php:101
actionrestrict_manage_postsredirect-by-custom-field.php:107
filterrequestredirect-by-custom-field.php:108
Maintenance & Trust

Redirect by Custom Field Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedNov 22, 2013
PHP min version
Downloads23K

Community Trust

Rating96/100
Number of ratings5
Active installs600
Developer Profile

Redirect by Custom Field Developer Profile

mitcho (Michael Yoshitaka Erlewine)

13 plugins · 6K total installs

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

How We Detect Redirect by Custom Field

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
<strong>Redirect:</strong><style>#titlediv {margin-bottom: 30px;}</style>
FAQ

Frequently Asked Questions about Redirect by Custom Field