CKEditor For WordPress Security & Risk Analysis

wordpress.org/plugins/ckeditor-12

This plugin Replaces the default Wordpress editor with CKeditor.

100 active installs v1.3 PHP + WP 1.2+ Updated Oct 8, 2009
ckeditoreditorpostwysiwyg
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is CKEditor For WordPress Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "ckeditor-12" v1.3 plugin exhibits a mixed security posture. On the positive side, it has a zero attack surface in terms of entry points like AJAX handlers, REST API routes, shortcodes, and cron events, all of which are reported as unprotected. Furthermore, the plugin demonstrates good practices with its SQL queries being 100% prepared statements and the absence of external HTTP requests. The vulnerability history is clean, with no known CVEs, suggesting a generally well-maintained codebase.

However, there are significant concerns highlighted by the static analysis. A notable weakness is the low percentage of properly escaped output (17%), which, coupled with 2 flows with unsanitized paths identified in the taint analysis, suggests a high risk of cross-site scripting (XSS) vulnerabilities. The complete absence of nonce checks on potential (though currently unlisted) entry points and only one capability check for a plugin that performs 14 file operations raises flags regarding authorization and input validation. The 14 file operations without clear context on their security implications are also a potential area of concern.

In conclusion, while the plugin lacks a history of known vulnerabilities and demonstrates good SQL handling, the current analysis points to critical potential security weaknesses related to output sanitization and input validation. The limited number of capability checks and the presence of unsanitized paths are significant risks that need immediate attention.

Key Concerns

  • Low output escaping percentage (17%)
  • Flows with unsanitized paths (2)
  • No nonce checks
  • Only 1 capability check for 14 file operations
Vulnerabilities
None known

CKEditor For WordPress Security Vulnerabilities

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

CKEditor For WordPress Code Analysis

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

Output Escaping

17% escaped12 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

3 flows2 with unsanitized paths
<lib> (AjexFileManager\ajax\php\lib.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

CKEditor For WordPress Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionadmin_menuckeditor.php:11
actionadmin_headckeditor.php:12
actionpersonal_options_updateckeditor.php:13
actionedit_form_advancedckeditor.php:14
actionedit_page_formckeditor.php:15
actionsimple_edit_formckeditor.php:16
actionadmin_print_scriptsckeditor.php:17
Maintenance & Trust

CKEditor For WordPress Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedOct 8, 2009
PHP min version
Downloads22K

Community Trust

Rating0/100
Number of ratings0
Active installs100
Developer Profile

CKEditor For WordPress Developer Profile

doni2000

1 plugin · 100 total installs

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

How We Detect CKEditor For WordPress

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ckeditor-12/ckeditor.js/wp-content/plugins/ckeditor-12/AjexFileManager/ajex.js
Script Paths
/wp-content/plugins/ckeditor-12/ckeditor.js/wp-content/plugins/ckeditor-12/AjexFileManager/ajex.js
Version Parameters
ckeditor.js?ver=ajex.js?ver=

HTML / DOM Fingerprints

CSS Classes
cke_skin_kama
Data Attributes
data-editor="content"
JS Globals
CKEDITORAjexFileManager
FAQ

Frequently Asked Questions about CKEditor For WordPress