Queue Posts Security & Risk Analysis

wordpress.org/plugins/queue-posts

Allows you to place new posts in a queue for later publication at a specified interval.

10 active installs v1.6.7 PHP + WP 3.0+ Updated Dec 14, 2025
bufferpagepostqueueschedule
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Queue Posts Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 3mo ago
Risk Assessment

The queue-posts plugin v1.6.7 presents a mixed security posture. While it demonstrates good practices by avoiding dangerous functions, file operations, external HTTP requests, and by exclusively using prepared statements for SQL queries, significant concerns arise from its attack surface and output sanitization.

The plugin exposes one AJAX handler that lacks any authentication or capability checks. This is a critical vulnerability as it allows any unauthenticated user to potentially interact with this entry point, leading to unauthorized actions or information disclosure. Furthermore, the taint analysis reveals two flows with unsanitized paths, indicating potential for injection attacks if these paths are not properly handled. The low percentage of properly escaped output (21%) suggests a high likelihood of cross-site scripting (XSS) vulnerabilities, as user-supplied data might be rendered directly in the browser without adequate sanitization.

Historically, the plugin has no recorded vulnerabilities, which is a positive sign and suggests past development was likely secure. However, the current static analysis indicates new weaknesses have emerged. The lack of nonces and capability checks on the exposed AJAX handler, coupled with the unsanitized taint flows and poor output escaping, creates a substantial risk despite the absence of historical CVEs. The overall security is compromised by these specific, actionable vulnerabilities.

Key Concerns

  • Unprotected AJAX handler
  • Unsanitized taint flows
  • Low output escaping percentage
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Queue Posts Security Vulnerabilities

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

Queue Posts Code Analysis

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

Output Escaping

21% escaped38 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
queue_posts_admin_page (queue-posts.php:225)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Queue Posts Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_get_next_publish_timequeue-posts.php:95
WordPress Hooks 7
actionplugins_loadedqueue-posts.php:34
actioninitqueue-posts.php:43
actionadmin_menuqueue-posts.php:48
actionadmin_headqueue-posts.php:53
actionadmin_footerqueue-posts.php:64
filterplugin_action_linksqueue-posts.php:152
filterwp_insert_post_dataqueue-posts.php:172
Maintenance & Trust

Queue Posts Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.0
Last updatedDec 14, 2025
PHP min version
Downloads4K

Community Trust

Rating80/100
Number of ratings2
Active installs10
Developer Profile

Queue Posts Developer Profile

2biazdk

3 plugins · 120 total installs

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

How We Detect Queue Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/queue-posts/style.css
Version Parameters
queue-posts/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
button-queue
Data Attributes
name="queue-posts-plugin-future-date"id="publish-queue"class="button button-primary button-large button-queue"
JS Globals
ajaxurlqueue_posts_plugin_future_date
REST Endpoints
/wp-json/queue-posts/get_next_publish_time
FAQ

Frequently Asked Questions about Queue Posts