Sigma Search & Replace Security & Risk Analysis

wordpress.org/plugins/sigma-search-replace

The ultimate search & replace plugin for WordPress. Safely update text, URLs, and serialized data across your entire database with confidence.

30 active installs v1.0.0 PHP 7.0+ WP 5.0+ Updated Feb 2, 2026
findreplacesearchsearch-databasesearch-replace
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Sigma Search & Replace Safe to Use in 2026?

Generally Safe

Score 100/100

Sigma Search & Replace has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2mo ago
Risk Assessment

The "sigma-search-replace" plugin v1.0.0 exhibits a generally strong security posture, primarily due to a lack of identified vulnerabilities in its history and good practices in its code. The plugin demonstrates excellent output escaping, with 100% of outputs being properly escaped, which significantly mitigates risks of cross-site scripting (XSS) vulnerabilities. Furthermore, the extensive use of prepared statements for SQL queries (87%) is a positive sign for preventing SQL injection. The absence of known CVEs and any historical vulnerability data also suggests a mature and well-maintained codebase.

However, the presence of the `unserialize` function is a notable concern. While there are no explicit taint flows reported in this static analysis, the `unserialize` function can be a critical vulnerability if it processes untrusted or malformed data, leading to remote code execution (RCE) or denial-of-service (DoS) attacks. The analysis also shows a limited attack surface, with no reported unprotected entry points, which is commendable. The plugin also includes nonce and capability checks, indicating some level of authorization awareness.

In conclusion, "sigma-search-replace" v1.0.0 presents a low-risk profile due to its clean vulnerability history and many secure coding practices. The primary area of caution is the use of `unserialize`. If this function is used with any user-supplied or potentially untrusted data, it represents a significant risk that warrants careful review and potential remediation. Otherwise, the plugin appears to be robustly developed from a security perspective.

Key Concerns

  • Use of unserialize function
Vulnerabilities
None known

Sigma Search & Replace Security Vulnerabilities

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

Sigma Search & Replace Code Analysis

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

Dangerous Functions Found

unserialize? @unserialize( $data, [ 'allowed_classes' => false ] )includes\classes\class-sigma-ssr-search.php:1007
unserialize: @unserialize( $data );includes\classes\class-sigma-ssr-search.php:1008

SQL Query Safety

87% prepared23 total queries

Output Escaping

100% escaped14 total outputs
Attack Surface

Sigma Search & Replace Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
filterload_script_translation_fileincludes\classes\class-sigma-ssr-init.php:118
actionadmin_menusigma-search-replace.php:32
actionnetwork_admin_menusigma-search-replace.php:34
actionadmin_enqueue_scriptssigma-search-replace.php:35
actionrest_api_initsigma-search-replace.php:38
actioninitsigma-search-replace.php:41
Maintenance & Trust

Sigma Search & Replace Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 2, 2026
PHP min version7.0
Downloads423

Community Trust

Rating100/100
Number of ratings1
Active installs30
Developer Profile

Sigma Search & Replace Developer Profile

Younes JFR.

4 plugins · 121K total installs

77
trust score
Avg Security Score
97/100
Avg Patch Time
416 days
View full developer profile
Detection Fingerprints

How We Detect Sigma Search & Replace

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/sigma-search-replace/assets/css/app.css/wp-content/plugins/sigma-search-replace/assets/js/vendors.js/wp-content/plugins/sigma-search-replace/assets/js/app.js
Script Paths
/wp-content/plugins/sigma-search-replace/assets/js/vendors.js/wp-content/plugins/sigma-search-replace/assets/js/app.js
Version Parameters
sigma-search-replace/assets/css/app.css?ver=sigma-search-replace/assets/js/vendors.js?ver=sigma-search-replace/assets/js/app.js?ver=

HTML / DOM Fingerprints

Data Attributes
id="sigma-ssr-plugin-root"
JS Globals
sigma_ssr_app_localize
REST Endpoints
/wp-json/sigma-search-replace
FAQ

Frequently Asked Questions about Sigma Search & Replace