EditorX Security & Risk Analysis

wordpress.org/plugins/editorx

Edit your post title, excerpt and description from front page

0 active installs v1.0.0 PHP 5.4+ WP 4.0+ Updated Feb 26, 2022
customizereditorpost-editorwordpress
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is EditorX Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 4yr ago
Risk Assessment

The editorx plugin v1.0.0 exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices by utilizing prepared statements for all SQL queries, escaping all output, and performing capability checks on all identified entry points. Furthermore, the absence of known vulnerabilities and critical taint flows is a strong indicator of secure development in these areas. However, a significant concern arises from the static analysis, which reveals two AJAX handlers that lack proper authentication checks. This directly contributes to an unprotected attack surface, presenting a potential avenue for unauthorized actions if these handlers can be triggered by unauthenticated users.

The vulnerability history shows no recorded CVEs, which is excellent. This suggests the plugin has a good track record for security. However, the lack of past vulnerabilities does not negate the current risks identified in the code. The absence of a recent vulnerability could be due to the plugin's limited exposure or a fortunate absence of discovered flaws, rather than a guarantee of perpetual security. The plugin's strengths lie in its secure data handling (SQL, output) and its complete set of capability checks where they are applied. The primary weakness is the unprotected AJAX endpoints, which are a direct security concern that needs immediate attention to reduce the overall risk.

Key Concerns

  • AJAX handlers without authentication checks
  • Unprotected attack surface (2 entry points)
Vulnerabilities
None known

EditorX Security Vulnerabilities

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

EditorX Code Analysis

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

Output Escaping

100% escaped7 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
footer (classes\Front.php:31)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

EditorX Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_editorx-edit-titleeditorx.php:75
authwp_ajax_editorx-edit-contenteditorx.php:76
WordPress Hooks 7
actionplugins_loadededitorx.php:62
actionwp_enqueue_scriptseditorx.php:66
actionwp_headeditorx.php:67
actionwp_footereditorx.php:68
actionthe_titleeditorx.php:69
actionthe_excerpteditorx.php:70
filterthe_contenteditorx.php:71
Maintenance & Trust

EditorX Maintenance & Trust

Maintenance Signals

WordPress version tested5.9.13
Last updatedFeb 26, 2022
PHP min version5.4
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

EditorX Developer Profile

Jakaria Istauk

3 plugins · 1K total installs

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

How We Detect EditorX

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/editorx/assets/css/front.css/wp-content/plugins/editorx/assets/js/front.js
Script Paths
/wp-content/plugins/editorx/assets/js/front.js
Version Parameters
editorx/assets/css/front.css?ver=1.0.0editorx/assets/js/front.js

HTML / DOM Fingerprints

CSS Classes
editorx-edit-titleeditorx-old-titleeditorx-edit-contenteditorx-old-contentenable-editorxdisable-editorx
Data Attributes
data-postdata-typecontenteditable
JS Globals
EDITORX
REST Endpoints
/wp-json/editorx-
Shortcode Output
<span contenteditable='true' class='editorx-edit-title'<span contenteditable='true' class='editorx-edit-content' data-type='excerpt'<span contenteditable='true' class='editorx-edit-content' data-type='content'<button id='editorx-enabling-btn'
FAQ

Frequently Asked Questions about EditorX