Cat Block Security & Risk Analysis

wordpress.org/plugins/cat-block

Adds a block (widget or shortcode), which scrolls through the posts in a category.

10 active installs v2.6.18 PHP + WP 3.6+ Updated Jan 26, 2022
categorytaxonomywidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Cat Block Safe to Use in 2026?

Generally Safe

Score 85/100

Cat Block 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 "cat-block" plugin version 2.6.18 exhibits a generally good security posture based on the provided static analysis. The absence of dangerous functions, SQL injection vulnerabilities (all queries use prepared statements), file operations, and external HTTP requests are positive indicators. Furthermore, the lack of any recorded CVEs in its vulnerability history suggests a history of responsible development and maintenance.

However, there are significant areas of concern that temper this otherwise positive assessment. The most prominent issue is the low percentage (27%) of properly escaped output. This indicates a high likelihood of cross-site scripting (XSS) vulnerabilities, where malicious scripts could be injected through user-supplied data and executed in the browser of other users. The absence of nonce checks and capability checks on the identified entry point (a shortcode) is also a critical oversight. While the attack surface is small (one shortcode), its lack of authorization and integrity checks means that its functionality could be triggered by any logged-in user, potentially leading to unexpected or harmful behavior.

In conclusion, while "cat-block" has avoided common vulnerabilities like SQL injection and has a clean CVE history, the prevalent unescaped output and the lack of security checks on its shortcode represent significant weaknesses. The plugin needs immediate attention to address these output escaping and authorization deficiencies to mitigate the risk of XSS and unauthorized actions.

Key Concerns

  • Low output escaping percentage
  • Missing nonce check on shortcode
  • Missing capability check on shortcode
Vulnerabilities
None known

Cat Block Security Vulnerabilities

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

Cat Block Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

Cat Block Code Analysis

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

Output Escaping

27% escaped67 total outputs
Attack Surface

Cat Block Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[cvmh-catblock] includes\shortcode.php:4
WordPress Hooks 7
actionplugins_loadedcat-block.php:16
actionplugins_loadedcat-block.php:25
actionplugins_loadedcat-block.php:30
actionwidgets_initcat-block.php:37
actionwp_enqueue_scriptscat-block.php:39
actionadmin_enqueue_scriptscat-block.php:42
actioncustomize_controls_enqueue_scriptscat-block.php:43
Maintenance & Trust

Cat Block Maintenance & Trust

Maintenance Signals

WordPress version tested5.9.13
Last updatedJan 26, 2022
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Cat Block Developer Profile

cvmh

5 plugins · 180 total installs

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

How We Detect Cat Block

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/cat-block/assets/css/admin.css/wp-content/plugins/cat-block/assets/js/front.js/wp-content/plugins/cat-block/assets/css/front.css
Script Paths
/wp-content/plugins/cat-block/assets/js/front.js
Version Parameters
cat-block/assets/css/admin.css?ver=cat-block/assets/js/front.js?ver=cat-block/assets/css/front.css?ver=

HTML / DOM Fingerprints

CSS Classes
catblock-navcatblock-imgcatblock-gotocatblock-read-morecatblock-contentcatblock-excerptcatblock-date
Data Attributes
data-slidedata-url
Shortcode Output
<ul class="catblock-nav">
FAQ

Frequently Asked Questions about Cat Block