Forward: Queue Posts Security & Risk Analysis

wordpress.org/plugins/queue-posts

Queue posts and pages for later publishing at minute, hour, or day intervals.

10 active installs v1.6.21 PHP 7.4+ WP 5.8+ Updated May 25, 2026
editorialpostspublishingqueueschedule
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Forward: Queue Posts Safe to Use in 2026?

Generally Safe

Score 100/100

Forward: 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

Forward: Queue Posts Security Vulnerabilities

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

Forward: Queue Posts Release Timeline

v1.6.21Current
v1.6.20
v1.6.17
v1.6.16
v1.6.15
v1.6.14
v1.6.13
v1.6.12
v1.6.11
v1.6.10
v1.6.9
v1.6.8
v1.6.6
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.1
Code Analysis
Analyzed Mar 17, 2026

Forward: 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 · Security
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

Forward: 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

Forward: Queue Posts Maintenance & Trust

Maintenance Signals

WordPress version tested7.0.2
Last updatedMay 25, 2026
PHP min version7.4
Downloads5K

Community Trust

Rating80/100
Number of ratings2
Active installs10
Developer Profile

Forward: Queue Posts Developer Profile

Forlæns

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 Forward: 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 Forward: Queue Posts