Sort SearchResult By Title Security & Risk Analysis

wordpress.org/plugins/sort-searchresult-by-title

Wordpress sort search results by title offers powerful option for developers to sort search results alphabetically in ascending or descending order.

200 active installs v11.0 PHP + WP 3.7+ Updated Nov 28, 2025
post-titlesearch-resultsort-search-result-by-titlewordpress-search
100
A · Safe
CVEs total1
Unpatched0
Last CVEOct 12, 2023
Safety Verdict

Is Sort SearchResult By Title Safe to Use in 2026?

Generally Safe

Score 100/100

Sort SearchResult By Title has a strong security track record. Known vulnerabilities have been patched promptly.

1 known CVELast CVE: Oct 12, 2023Updated 4mo ago
Risk Assessment

The plugin "sort-searchresult-by-title" v11.0 exhibits a mixed security posture. On the positive side, the plugin has a very small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. It also shows good practices with a nonce check and a capability check present in the code. The taint analysis indicates no critical or high severity unsanitized flows, suggesting a generally clean code execution path for user input.

However, several areas raise concerns. A significant portion of SQL queries (43%) are not using prepared statements, which could leave the plugin vulnerable to SQL injection if these queries handle untrusted user input without proper sanitization. The most alarming finding is that 100% of output escaping is missing, meaning any data outputted by the plugin, if it originates from user input or other untrusted sources, could be vulnerable to Cross-Site Scripting (XSS) attacks.

The plugin's vulnerability history shows a medium severity vulnerability in the past, specifically related to Cross-Site Request Forgery (CSRF). While there are no currently unpatched vulnerabilities, the past CSRF issue combined with the current lack of output escaping indicates a potential for XSS and highlights the importance of robust input validation and output encoding, which appears to be lacking in this version.

Key Concerns

  • SQL queries not using prepared statements
  • Output escaping missing
  • Medium severity vulnerability history (CSRF)
Vulnerabilities
1

Sort SearchResult By Title Security Vulnerabilities

CVEs by Year

1 CVE in 2023
2023
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2023-45639medium · 4.3Cross-Site Request Forgery (CSRF)

Sort SearchResult By Title <= 10.0 - Cross-Site Request Forgery via settings_page

Oct 12, 2023 Patched in 11.0 (103d)
Code Analysis
Analyzed Mar 16, 2026

Sort SearchResult By Title Code Analysis

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

SQL Query Safety

57% prepared7 total queries

Output Escaping

0% escaped5 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
settings_page (Class_Sortsearchresults.php:80)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Sort SearchResult By Title Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_menuClass_Sortsearchresults.php:13
actionplugins_loadedClass_Sortsearchresults.php:19
actionpre_get_postsClass_Sortsearchresults.php:25
Maintenance & Trust

Sort SearchResult By Title Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedNov 28, 2025
PHP min version
Downloads9K

Community Trust

Rating100/100
Number of ratings2
Active installs200
Developer Profile

Sort SearchResult By Title Developer Profile

Emerson Maningo

2 plugins · 210 total installs

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

How We Detect Sort SearchResult By Title

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/sort-searchresult-by-title/css/style.css
Version Parameters
sort-searchresult-by-title/css/style.css?ver=

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Sort SearchResult By Title