Redirection Manager Security & Risk Analysis

wordpress.org/plugins/redirection-manager

Easily manage redirects when using WordPress as a Headless CMS with frontend frameworks like Next.js, Nuxt.js, React, etc. GraphQL ready!

10 active installs v2.0.1 PHP 7.4+ WP 6.3+ Updated Unknown
301-redirect-308-redirect-410-gonegraphqlheadless-wordpressreact-next-js-nuxt-jsurl-redirect
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Redirection Manager Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "redirection-manager" plugin v2.0.1 exhibits a generally strong security posture based on the provided static analysis. The absence of known CVEs and the plugin's history of no recorded vulnerabilities suggest a commitment to security by the developers. Furthermore, the code demonstrates good practices in handling SQL queries, with a high percentage utilizing prepared statements, and a similarly high rate of proper output escaping. The presence of numerous nonce and capability checks further reinforces a secure development approach, especially given the 5 AJAX handlers, all of which appear to be protected.

However, the taint analysis reveals a potential concern: one flow with an unsanitized path. While not classified as critical or high severity, this indicates a potential weakness where user-supplied input might not be adequately cleaned before being used in a file-related operation, which is also suggested by the single file operation found. Although the specific impact isn't detailed, unsanitized paths can lead to directory traversal or other file system compromises. The plugin also has a single file operation which, coupled with the taint analysis finding, warrants attention. Despite these specific findings, the overall lack of critical issues and a clean vulnerability history point towards a relatively safe plugin, with the main area for improvement being the handling of file-related operations and user input within those contexts.

Key Concerns

  • Taint flow with unsanitized path
  • File operation without clear sanitization context
Vulnerabilities
None known

Redirection Manager Security Vulnerabilities

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

Redirection Manager Code Analysis

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

SQL Query Safety

91% prepared11 total queries

Output Escaping

96% escaped27 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
<class-redirection-manager> (includes\class-redirection-manager.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Redirection Manager Attack Surface

Entry Points5
Unprotected0

AJAX Handlers 5

authwp_ajax_rm_add_redirectincludes\class-redirection-manager.php:52
authwp_ajax_rm_update_redirectincludes\class-redirection-manager.php:53
authwp_ajax_rm_delete_redirectincludes\class-redirection-manager.php:54
authwp_ajax_rm_get_redirectsincludes\class-redirection-manager.php:55
authwp_ajax_rm_trash_contentincludes\class-redirection-manager.php:56
WordPress Hooks 8
actioninitincludes\class-redirection-manager.php:43
actionadmin_menuincludes\class-redirection-manager.php:44
actionadmin_initincludes\class-redirection-manager.php:45
actionadd_meta_boxesincludes\class-redirection-manager.php:46
actionsave_postincludes\class-redirection-manager.php:47
actiontemplate_redirectincludes\class-redirection-manager.php:48
actionadmin_enqueue_scriptsincludes\class-redirection-manager.php:49
actiongraphql_register_typesincludes\class-redirection-manager.php:59
Maintenance & Trust

Redirection Manager Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedUnknown
PHP min version7.4
Downloads439

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Redirection Manager Developer Profile

Dropndot Solutions

2 plugins · 110 total installs

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

How We Detect Redirection Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/redirection-manager/assets/admin.css/wp-content/plugins/redirection-manager/assets/admin.js

HTML / DOM Fingerprints

CSS Classes
redirection-manager-settings
JS Globals
rmAjax
REST Endpoints
/wp-json/redirection-manager/v1/redirects/wp-json/redirection-manager/v1/redirect/wp-json/redirection-manager/v1/redirect/(?P<id>\d+)
FAQ

Frequently Asked Questions about Redirection Manager