WP Simple Redirect Security & Risk Analysis

wordpress.org/plugins/wp-simple-redirect

Create short links and redirect in your WordPress dashboard, both simple links as well as regular expression matching.

40 active installs v1.1 PHP + WP 3.0+ Updated Aug 15, 2016
managepagespermalinkshort-linksimple-redirect
63
C · Use Caution
CVEs total1
Unpatched1
Last CVEJan 15, 2026
Safety Verdict

Is WP Simple Redirect Safe to Use in 2026?

Use With Caution

Score 63/100

WP Simple Redirect has 1 unpatched vulnerability. Evaluate alternatives or apply available mitigations.

1 known CVE 1 unpatched Last CVE: Jan 15, 2026Updated 9yr ago
Risk Assessment

The wp-simple-redirect plugin, despite having a small attack surface with no identifiable AJAX handlers, REST API routes, shortcodes, or cron events, exhibits significant security concerns primarily stemming from its code signals and vulnerability history. The presence of the `unserialize` function, coupled with 100% of its SQL queries using prepared statements and a single nonce check, points to a mixed bag of security practices. However, the critical weakness lies in its output escaping, where 0% of outputs are properly escaped. This, combined with three identified flows with unsanitized paths, creates a high risk for Cross-Site Scripting (XSS) vulnerabilities. The vulnerability history further amplifies these concerns, with one currently unpatched medium-severity CVE related to XSS, last discovered in 2026. This indicates a recurring pattern of input sanitization and output escaping issues that have not been fully addressed. While the use of prepared statements for SQL is a positive, the lack of comprehensive output escaping and the documented XSS vulnerability present a substantial risk that requires immediate attention.

Key Concerns

  • Unpatched medium severity CVE (XSS)
  • 0% of outputs properly escaped
  • 3 flows with unsanitized paths
  • Dangerous function unserialize present
  • No capability checks
Vulnerabilities
1

WP Simple Redirect Security Vulnerabilities

CVEs by Year

1 CVE in 2026 · unpatched
2026
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2025-68884medium · 6.1Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Simple Redirect <= 1.1 - Reflected Cross-Site Scripting

Jan 15, 2026Unpatched
Code Analysis
Analyzed Mar 16, 2026

WP Simple Redirect Code Analysis

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

Dangerous Functions Found

unserialize$content = unserialize($content);core\helper\moscow.php:105

SQL Query Safety

100% prepared13 total queries

Output Escaping

0% escaped18 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
getId (core\helper\moscow.php:277)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Simple Redirect Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioncurrent_screencore\admin.php:78
actionadmin_enqueue_scriptscore\admin.php:79
actionadmin_menucore\admin.php:110
actioncurrent_screencore\admin.php:111
Maintenance & Trust

WP Simple Redirect Maintenance & Trust

Maintenance Signals

WordPress version tested4.6.30
Last updatedAug 15, 2016
PHP min version
Downloads6K

Community Trust

Rating100/100
Number of ratings1
Active installs40
Developer Profile

WP Simple Redirect Developer Profile

Arevico

4 plugins · 110 total installs

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

How We Detect WP Simple Redirect

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-simple-redirect/core/css/admin.css/wp-content/plugins/wp-simple-redirect/core/css/common.css/wp-content/plugins/wp-simple-redirect/core/js/common.js
Script Paths
/wp-content/plugins/wp-simple-redirect/core/js/common.js
Version Parameters
wp-simple-redirect/core/css/admin.css?ver=wp-simple-redirect/core/css/common.css?ver=wp-simple-redirect/core/js/common.js?ver=

HTML / DOM Fingerprints

JS Globals
ArevicoRegistryArevicoSQA
FAQ

Frequently Asked Questions about WP Simple Redirect