Catalyst Excerpts Plus Security & Risk Analysis

wordpress.org/plugins/catalyst-excerpts-plus

Catalyst Excerpts Plus builds on the Catalyst Excerpts widget for users of the Catalyst framework.

30 active installs v1.3.3 PHP + WP 3.0+ Updated May 10, 2012
catalystexcerptspost
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Catalyst Excerpts Plus Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The Catalyst Excerpts Plus plugin version 1.3.3 exhibits a mixed security posture. On the positive side, it demonstrates strong adherence to secure coding practices regarding database interactions, with all SQL queries utilizing prepared statements. Furthermore, the plugin boasts a very small attack surface, with no identified AJAX handlers, REST API routes, shortcodes, or cron events, significantly reducing the avenues for external attack. The absence of known vulnerabilities and CVEs in its history is also a positive indicator of past security diligence.

However, several significant concerns emerge from the static code analysis. The presence of two instances of the `create_function` function is a critical red flag, as this function is notoriously insecure and can be exploited for code injection if not handled with extreme care and sanitization, which is not evident here. Compounding this risk is the very low percentage of properly escaped output (16%), indicating a high probability of cross-site scripting (XSS) vulnerabilities. The lack of nonce checks and capability checks on any potential entry points (even though the attack surface is zero) means that if any entry points were added or discovered, they would be entirely unprotected. The low output escaping and the use of `create_function` are substantial weaknesses that overshadow the plugin's strengths.

In conclusion, while Catalyst Excerpts Plus has a clean vulnerability history and minimal attack surface, the identified code signals of `create_function` usage and widespread unescaped output present a substantial risk. The plugin's good practices in SQL query handling are overshadowed by the potential for critical code injection and XSS vulnerabilities due to insecure function usage and inadequate output escaping. Until these issues are addressed, the plugin should be considered a high-risk component.

Key Concerns

  • Dangerous function create_function found
  • Low percentage of properly escaped output
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Catalyst Excerpts Plus Security Vulnerabilities

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

Catalyst Excerpts Plus Code Analysis

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

Dangerous Functions Found

create_functionremove_action( 'widgets_init', create_function( '', "register_widget( 'catalyst_excerpt_widget' );" catalyst-excerpts-plus.php:132
create_functionadd_action( 'widgets_init', create_function( '', "register_widget( 'catalyst_excerpt_plus_widget' );catalyst-excerpts-plus.php:134

Output Escaping

16% escaped158 total outputs
Attack Surface

Catalyst Excerpts Plus Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initcatalyst-excerpts-plus.php:134
Maintenance & Trust

Catalyst Excerpts Plus Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedMay 10, 2012
PHP min version
Downloads13K

Community Trust

Rating20/100
Number of ratings1
Active installs30
Developer Profile

Catalyst Excerpts Plus Developer Profile

Michael Davis

4 plugins · 60 total installs

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

How We Detect Catalyst Excerpts Plus

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/catalyst-excerpts-plus/css/cep-style.css/wp-content/plugins/catalyst-excerpts-plus/css/cep-shortcode.css/wp-content/plugins/catalyst-excerpts-plus/js/cep-script.js
Script Paths
/wp-content/plugins/catalyst-excerpts-plus/js/cep-script.js
Version Parameters
/wp-content/plugins/catalyst-excerpts-plus/css/cep-style.css?ver=/wp-content/plugins/catalyst-excerpts-plus/css/cep-shortcode.css?ver=/wp-content/plugins/catalyst-excerpts-plus/js/cep-script.js?ver=

HTML / DOM Fingerprints

CSS Classes
excerpt-widget-pluscep-shortcode
Data Attributes
data-cep-thumbnail-sizedata-cep-thumbnail-alignmentdata-cep-excerpt-lengthdata-cep-read-more-textdata-cep-read-more-placementdata-cep-display-title+7 more
FAQ

Frequently Asked Questions about Catalyst Excerpts Plus