Simpler Redirects Security & Risk Analysis

wordpress.org/plugins/simpler-redirects

This plugin allows you to specify redirections from one URL to another.

0 active installs v0.3 PHP 5.6+ WP 5.7+ Updated Jan 18, 2023
redirect-pluginredirectsurl-redirects
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Simpler Redirects Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The simpler-redirects v0.3 plugin exhibits a mixed security posture. On the positive side, it demonstrates excellent practices regarding output escaping, ensuring no user-supplied data is rendered unsafely. The absence of known CVEs and a clean vulnerability history is also a significant strength, suggesting a history of responsible development or a lack of targeted exploitation. However, several concerning aspects are revealed in the static analysis. The complete lack of capability checks and nonce checks for any potential entry points is a major weakness, leaving the plugin vulnerable to unauthorized actions if any such entry points were to be discovered or introduced.

The taint analysis highlights a flow with an unsanitized path, which, while not classified as critical or high in this instance, still represents a potential risk. This indicates that user input might be used in a way that could lead to unexpected behavior or security issues if not handled with extreme care. Furthermore, the presence of SQL queries that are not using prepared statements is a significant concern. Without prepared statements, these queries are susceptible to SQL injection vulnerabilities, especially if any part of the query is derived from user input, which the taint analysis hints at as a possibility with the unsanitized path.

In conclusion, while simpler-redirects v0.3 has a clean track record of vulnerabilities and good output escaping, it suffers from critical security oversights related to authorization and data sanitization for database operations. The lack of capability checks and the use of raw SQL queries without prepared statements present the most significant risks. The single taint flow with an unsanitized path, while not a critical issue on its own in this analysis, serves as a warning sign that input validation and sanitization need to be rigorously applied to prevent future vulnerabilities.

Key Concerns

  • SQL queries not using prepared statements
  • Flows with unsanitized paths
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

Simpler Redirects Security Vulnerabilities

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

Simpler Redirects Code Analysis

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

SQL Query Safety

0% prepared3 total queries

Output Escaping

100% escaped21 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<edit_entries> (templates\edit_entries.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simpler Redirects Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_enqueue_scriptssimpler-redirects.php:60
actionadmin_menusimpler-redirects.php:63
actioninitsimpler-redirects.php:163
Maintenance & Trust

Simpler Redirects Maintenance & Trust

Maintenance Signals

WordPress version tested6.1.10
Last updatedJan 18, 2023
PHP min version5.6
Downloads617

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

Simpler Redirects Developer Profile

Space Codes

2 plugins · 2K total installs

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

How We Detect Simpler Redirects

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simpler-redirects/assets/simpler_redirects_style.css
Script Paths
/wp-content/plugins/simpler-redirects/assets/simpler_redirects_script.js
Version Parameters
simpler-redirects/assets/simpler_redirects_style.css?ver=1.0

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Simpler Redirects