Extend KSES Security & Risk Analysis

wordpress.org/plugins/extend-kses

This plugin extends the HTML functionality of the kses.php file inside wp-includes by allowing additional html tags.

10 active installs v2.3 PHP + WP 2.7+ Updated Oct 19, 2010
ksestiny-mce
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Extend KSES Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The extend-kses plugin, version 2.3, exhibits a strong security posture in several key areas. The static analysis shows no known dangerous functions, all SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, significantly reducing common attack vectors. Furthermore, the absence of any known CVEs and its clean vulnerability history suggest a history of secure development and maintenance. This overall picture points to a plugin that has been developed with security in mind, avoiding many pitfalls common in WordPress plugin development.

However, the analysis does highlight a significant concern regarding output escaping. With 100% of identified outputs not being properly escaped, there's a clear risk of Cross-Site Scripting (XSS) vulnerabilities. Any data displayed by the plugin that originates from user input or external sources could potentially be rendered in the browser without proper sanitization, allowing an attacker to inject malicious scripts. Additionally, the taint analysis reveals two flows with unsanitized paths, which, although not classified as critical or high severity in this specific scan, warrants attention as it indicates potential avenues for data to be processed insecurely. The complete lack of nonce and capability checks across all identified entry points is also a weakness, as it implies that potentially sensitive operations, if they were to exist or be introduced, might not be adequately protected against unauthorized execution.

Key Concerns

  • All identified outputs are not properly escaped
  • Taint analysis shows 2 flows with unsanitized paths
  • No nonce checks detected
  • No capability checks detected
Vulnerabilities
None known

Extend KSES Security Vulnerabilities

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

Extend KSES Code Analysis

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

Output Escaping

0% escaped1 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
update_kses_options (extend-kses.php:77)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Extend KSES Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menuextend-kses.php:37
Maintenance & Trust

Extend KSES Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedOct 19, 2010
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Extend KSES Developer Profile

tierrainnovation

7 plugins · 110 total installs

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

How We Detect Extend KSES

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
<div id='icon-options-general' class='icon32'><img src='http://tierra-innovation.com/wordpress-cms/logos/src/extend-kses/2.2/default.gif' alt='' title='' /><br /></div>
FAQ

Frequently Asked Questions about Extend KSES