Sortable Sticky Posts Security & Risk Analysis

wordpress.org/plugins/sortable-sticky-posts

Adds drag and drop Sticky Post sorting to the Settings > Reading Page. WordPress likes to store Stickies in order they were stickied.

30 active installs v1.0 PHP + WP 3.5.1+ Updated May 1, 2013
postsstickiessticky
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Sortable Sticky Posts Safe to Use in 2026?

Generally Safe

Score 85/100

Sortable Sticky Posts has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The sortable-sticky-posts plugin version 1.0 presents a generally good security posture with several strengths. The absence of known vulnerabilities (CVEs) and a clean vulnerability history are positive indicators. Furthermore, the code analysis reveals no dangerous functions, external HTTP requests, or file operations, and all SQL queries utilize prepared statements, which are excellent security practices.

However, there are notable areas of concern. The plugin has a total of 1 entry point which is an AJAX handler, and it has no capability checks. While a nonce check is present for this handler, the lack of capability checks means that any authenticated user, regardless of their role or permissions, could potentially interact with this AJAX endpoint, leading to unintended actions or information exposure. The most significant weakness identified is the output escaping; none of the identified outputs are properly escaped. This could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is reflected directly in the output without sanitization.

In conclusion, while the plugin avoids common pitfalls like SQL injection and lacks a history of critical flaws, the absence of capability checks on its sole AJAX endpoint and the complete lack of output escaping are significant weaknesses that require immediate attention. The presence of a nonce check is a partial mitigation, but XSS remains a substantial risk.

Key Concerns

  • AJAX handler without capability checks
  • Outputs are not properly escaped
Vulnerabilities
None known

Sortable Sticky Posts Security Vulnerabilities

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

Sortable Sticky Posts Code Analysis

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

Output Escaping

0% escaped2 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
dr_sort_stickies (wp-sortable-stickies.php:108)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Sortable Sticky Posts Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_dr-sort-stickieswp-sortable-stickies.php:23
WordPress Hooks 4
actionadmin_initwp-sortable-stickies.php:19
actionadmin_enqueue_scriptswp-sortable-stickies.php:20
actionadmin_headwp-sortable-stickies.php:21
actionadmin_headwp-sortable-stickies.php:22
Maintenance & Trust

Sortable Sticky Posts Maintenance & Trust

Maintenance Signals

WordPress version tested3.6.1
Last updatedMay 1, 2013
PHP min version
Downloads3K

Community Trust

Rating60/100
Number of ratings2
Active installs30
Developer Profile

Sortable Sticky Posts Developer Profile

Aaron Brazell

4 plugins · 60 total installs

71
trust score
Avg Security Score
89/100
Avg Patch Time
4008 days
View full developer profile
Detection Fingerprints

How We Detect Sortable Sticky Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/sortable-sticky-posts/sortable-sticky-posts.php

HTML / DOM Fingerprints

CSS Classes
dr-sticky-listdr-sticky-sorter-container
Data Attributes
data-postid
JS Globals
ajaxurl
FAQ

Frequently Asked Questions about Sortable Sticky Posts