Yonox Add Multiple Posts Security & Risk Analysis

wordpress.org/plugins/yonox-add-multiple-posts

Yonox Add Multiple Posts enables a WordPress admin to quickly add multiple posts or pages at once.

50 active installs v1.4 PHP + WP 4.7+ Updated Jan 12, 2017
adminspagespostquicklysimple
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Yonox Add Multiple Posts Safe to Use in 2026?

Generally Safe

Score 85/100

Yonox Add Multiple Posts 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 "yonox-add-multiple-posts" v1.4 plugin exhibits a generally positive security posture based on the static analysis provided. The absence of known CVEs and a clean vulnerability history are strong indicators of responsible development and maintenance. The code also demonstrates good practices by utilizing prepared statements for all SQL queries and including a nonce check for its single AJAX handler, which is crucial for preventing CSRF attacks. Furthermore, the plugin does not appear to perform file operations or external HTTP requests, limiting potential attack vectors.

However, there are some areas for improvement. The plugin lacks capability checks on its AJAX handler, meaning any authenticated user could potentially trigger this functionality. While the output escaping is not perfect (50% properly escaped), the limited number of outputs and the absence of taint analysis indicating unsanitized paths suggest this might not be a critical concern, but it still represents a potential weakness. The overall attack surface is small and appears to be protected by a nonce, but the absence of capability checks is the primary security concern identified in the code analysis.

In conclusion, the plugin is reasonably secure with a history of no vulnerabilities and good coding practices like prepared statements. The main area of concern is the lack of capability checks on the AJAX handler. Addressing this would further strengthen its security. The absence of critical taint flows and dangerous functions is a significant positive, indicating the core logic is likely sound.

Key Concerns

  • AJAX handler without capability checks
  • 50% of outputs not properly escaped
Vulnerabilities
None known

Yonox Add Multiple Posts Security Vulnerabilities

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

Yonox Add Multiple Posts Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

50% escaped2 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
ynxadmpCreatePosts (yonox-add-multiple-posts.php:59)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Yonox Add Multiple Posts Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_addposts_ajaxfuncyonox-add-multiple-posts.php:117
WordPress Hooks 3
actionadmin_menuyonox-add-multiple-posts.php:114
actionplugins_loadedyonox-add-multiple-posts.php:115
actionadmin_enqueue_scriptsyonox-add-multiple-posts.php:116
Maintenance & Trust

Yonox Add Multiple Posts Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedJan 12, 2017
PHP min version
Downloads4K

Community Trust

Rating70/100
Number of ratings4
Active installs50
Developer Profile

Yonox Add Multiple Posts Developer Profile

yonox

2 plugins · 50 total installs

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

How We Detect Yonox Add Multiple Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/yonox-add-multiple-posts/css/ynxadmp-admin-style.css/wp-content/plugins/yonox-add-multiple-posts/js/jquery-ui.min.js/wp-content/plugins/yonox-add-multiple-posts/js/ynxadmp-ajax-admin.js

HTML / DOM Fingerprints

JS Globals
YnxadmpAdminAjax
FAQ

Frequently Asked Questions about Yonox Add Multiple Posts