Editor Box Security & Risk Analysis

wordpress.org/plugins/editor-box

Video demo at YouTube

0 active installs v1.1.1 PHP 7.0+ WP 4.9+ Updated Jan 11, 2022
editorfacebookfrontendlinkedintwitter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Editor Box Safe to Use in 2026?

Generally Safe

Score 85/100

Editor Box 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 'editor-box' plugin v1.1.1 exhibits a mixed security posture. On the positive side, the plugin demonstrates good coding practices by utilizing prepared statements for all SQL queries, properly escaping all output, and not performing any file operations or external HTTP requests. The absence of known CVEs and vulnerabilities in its history is also a strong indicator of a well-maintained codebase. However, a significant concern arises from its attack surface. The plugin exposes two AJAX handlers, both of which are completely unprotected by authentication checks. This means that any unauthenticated user could potentially trigger these handlers, leading to unintended actions or information disclosure if the handler logic is vulnerable.

The static analysis did not reveal any critical or high severity taint flows, dangerous functions, or raw SQL queries. While the presence of nonce checks and capability checks on the AJAX handlers is noted, their absence of authentication checks renders them less effective against an unauthenticated attacker. The overall risk is moderate due to the critical vulnerability of unprotected AJAX endpoints, which could be exploited if the underlying logic is flawed, despite the generally good coding standards observed elsewhere. It is crucial to address the lack of authentication on these entry points to mitigate potential security risks.

Key Concerns

  • AJAX handlers without authentication checks
  • Two unprotected entry points identified
Vulnerabilities
None known

Editor Box Security Vulnerabilities

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

Editor Box Release Timeline

v1.1.1Current
v1.1
v1.0
Code Analysis
Analyzed Apr 16, 2026

Editor Box Code Analysis

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

Output Escaping

100% escaped12 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
process_post (app/EditorBox/ProcessForms.php:18)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Editor Box Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

noprivwp_ajax_editor_box_fileapp/EditorBox/Hooks.php:12
authwp_ajax_editor_box_fileapp/EditorBox/Hooks.php:13
WordPress Hooks 5
actionloop_startapp/EditorBox/Hooks.php:7
actioninitapp/EditorBox/Hooks.php:8
actioninitapp/EditorBox/Hooks.php:9
actionwp_enqueue_scriptsapp/EditorBox/Hooks.php:10
filterwp_kses_allowed_htmlapp/EditorBox/Hooks.php:11
Maintenance & Trust

Editor Box Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedJan 11, 2022
PHP min version7.0
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Editor Box Developer Profile

kkarpieszuk

5 plugins · 4K total installs

92
trust score
Avg Security Score
88/100
Avg Patch Time
5 days
View full developer profile
Detection Fingerprints

How We Detect Editor Box

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/editor-box/css/editor.css/wp-content/plugins/editor-box/js/editor.js
Script Paths
/wp-content/plugins/editor-box/js/editor.js
Version Parameters
editor_box/style.css?ver=editor-box/editor.css?ver=editor-box/editor.js?ver=

HTML / DOM Fingerprints

CSS Classes
editor-box-erroreditor-box-no-contenteditor-box-notificationeditor-box-img-upload-notificationeditor-box-ajax-errorsone_third
Data Attributes
id="editor_box"id="editor_box_title"id="editor_box_content"id="editor_box_meta"id="ebox_trigger_image_upload"id="editor_box_tags"+5 more
JS Globals
editor_box_int
FAQ

Frequently Asked Questions about Editor Box