Simple Category Posts Security & Risk Analysis

wordpress.org/plugins/simple-seo-categories-posts

A plugin to display posts in a widget with title, thumb, excerpt, date and author.

100 active installs v1.0.4 PHP + WP 3.2+ Updated Apr 20, 2015
categories-posts-widgetlatest-postspost-with-thumb-widgetposts-widget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Category Posts Safe to Use in 2026?

Generally Safe

Score 85/100

Simple Category Posts has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The "simple-seo-categories-posts" plugin v1.0.4 presents a mixed security picture. On the positive side, the plugin demonstrates good practices by exclusively using prepared statements for SQL queries and has no known historical CVEs, indicating a history of security consciousness or minimal exposure. The static analysis also shows a very small attack surface, with no identified AJAX handlers, REST API routes, shortcodes, or cron events that lack authentication or permission checks.

However, significant concerns arise from the code signals. The presence of the `create_function` dangerous function is a critical red flag, as it can be exploited for code injection if used with user-supplied input. Furthermore, a very low percentage (20%) of output is properly escaped, suggesting a high likelihood of Cross-Site Scripting (XSS) vulnerabilities. The taint analysis also reveals "flows with unsanitized paths," which, although not classified as critical or high severity in this report, indicates potential areas where user input might not be adequately validated before being used, potentially leading to unexpected behavior or security issues.

While the lack of historical vulnerabilities is positive, it shouldn't overshadow the current code quality issues. The presence of a dangerous function and widespread unescaped output points to tangible, exploitable risks within the current version. The plugin's overall security posture is therefore moderately concerning due to these specific code-level weaknesses, despite its small attack surface and clean vulnerability history.

Key Concerns

  • Dangerous function 'create_function' used
  • Low output escaping percentage (20%)
  • Taint flows with unsanitized paths found
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Simple Category Posts Security Vulnerabilities

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

Simple Category Posts Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function('', 'return register_widget("simpleCategoryPosts");') );simplecategoryposts.php:282

SQL Query Safety

100% prepared1 total queries

Output Escaping

20% escaped122 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
tryBrowserCache (timthumb.php:340)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Category Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initsimplecategoryposts.php:282
Maintenance & Trust

Simple Category Posts Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedApr 20, 2015
PHP min version
Downloads11K

Community Trust

Rating86/100
Number of ratings4
Active installs100
Developer Profile

Simple Category Posts Developer Profile

Nitroweb

3 plugins · 5K total installs

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

How We Detect Simple Category Posts

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

Asset Fingerprints

Version Parameters
simple-seo-categories-posts/simplecategoryposts.php?ver=

HTML / DOM Fingerprints

CSS Classes
simpleCategoryPostsWidget
Data Attributes
id="simpleCategoryPostsWidget"name="simpleCategoryPostsWidget"
FAQ

Frequently Asked Questions about Simple Category Posts