AW Simple Sorter Security & Risk Analysis

wordpress.org/plugins/aw-simple-sorter

AW Simple Sorter allows you to display a set of posts in a responsive portfolio type layout and sort them by category similar to jQuery Quicksand.

10 active installs v0.5 PHP + WP 3.5.2+ Updated Jan 25, 2017
portfolioportfolio-sortingquicksandresponsivesimple-sorter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is AW Simple Sorter Safe to Use in 2026?

Generally Safe

Score 85/100

AW Simple Sorter has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The aw-simple-sorter plugin v0.5 exhibits a mixed security posture. On the positive side, it has no known vulnerabilities in its history and avoids dangerous functions, file operations, external HTTP requests, and the use of raw SQL. All SQL queries are properly prepared, which is a significant security strength. However, the static analysis reveals critical concerns, primarily around output escaping and taint analysis. A concerning 0% of outputs are properly escaped, meaning that any data processed by the plugin could be vulnerable to Cross-Site Scripting (XSS) attacks if the data originates from user input. Furthermore, the taint analysis indicates one flow with an unsanitized path, which could potentially lead to vulnerabilities if this flow involves sensitive data or actions. The lack of nonce and capability checks on its single entry point (a shortcode) also presents a risk, as it implies that unauthorized users could potentially trigger the shortcode's functionality without proper verification, although the attack surface is currently small.

Key Concerns

  • All outputs are unescaped (XSS risk)
  • Taint flow with unsanitized path
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

AW Simple Sorter Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

AW Simple Sorter Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

AW Simple Sorter Code Analysis

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

Output Escaping

0% escaped8 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<aw-simple-sorter> (aw-simple-sorter.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

AW Simple Sorter Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[aw_simple_sorter] aw-simple-sorter.php:315
WordPress Hooks 4
actionwp_enqueue_scriptsaw-simple-sorter.php:55
actioninitaw-simple-sorter.php:134
actioninitaw-simple-sorter.php:171
actionadmin_menuaw-simple-sorter.php:185
Maintenance & Trust

AW Simple Sorter Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.33
Last updatedJan 25, 2017
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings4
Active installs10
Developer Profile

AW Simple Sorter Developer Profile

AndyWarren

2 plugins · 110 total installs

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

How We Detect AW Simple Sorter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/aw-simple-sorter/css/aw_simple_sorter.css
Script Paths
/wp-content/plugins/aw-simple-sorter/js/aw_simple_sorter.js

HTML / DOM Fingerprints

CSS Classes
aw_ss_buttonaw_ss_active_buttonaw_ss_button_liaw_ss_filter_buttonaw_ss_active_filter
Data Attributes
id="aw_ss_buttons"id="aw_ss_button_list"id="aw_ss_show_all"
JS Globals
aw_ss_script_vars
Shortcode Output
<li class="aw_ss_button_li"><button class="aw_ss_button aw_ss_active_button" type="button" id="aw_ss_show_all">All</button></li>
FAQ

Frequently Asked Questions about AW Simple Sorter