Material Sidebar Posts Security & Risk Analysis

wordpress.org/plugins/material-sidebar-posts

Provides latest posts with material style design, Display the posts with image and no thumbnail style and much more.

10 active installs v1.0 PHP 5.2.4+ WP 4.5+ Updated Nov 22, 2017
categorylistpostsrecent-postswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Material Sidebar Posts Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The "material-sidebar-posts" v1.0 plugin presents a mixed security posture. On the surface, it appears to have a very small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events that are exposed. However, the static analysis reveals significant underlying code quality concerns. The use of the deprecated and inherently insecure `create_function` is a critical flaw, as it can lead to arbitrary code execution if not handled with extreme care, and often is not. Furthermore, the plugin's SQL queries are not being prepared, making it vulnerable to SQL injection attacks. The low percentage of properly escaped output (20%) indicates a high likelihood of Cross-Site Scripting (XSS) vulnerabilities, as data displayed to users is not being adequately sanitized.

Key Concerns

  • Use of create_function
  • SQL queries not using prepared statements
  • Low percentage of properly escaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Material Sidebar Posts Security Vulnerabilities

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

Material Sidebar Posts Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("material_sp_list");'));material-sidebar-posts.php:247

SQL Query Safety

0% prepared1 total queries

Output Escaping

20% escaped59 total outputs
Attack Surface

Material Sidebar Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwp_enqueue_scriptsmaterial-sidebar-posts.php:30
actionwidgets_initmaterial-sidebar-posts.php:247
Maintenance & Trust

Material Sidebar Posts Maintenance & Trust

Maintenance Signals

WordPress version tested4.8.28
Last updatedNov 22, 2017
PHP min version5.2.4
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Material Sidebar Posts Developer Profile

jetendra pradhan

2 plugins · 10 total installs

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

How We Detect Material Sidebar Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/material-sidebar-posts/assets/css/msp_style.css
Version Parameters
material-sidebar-posts/assets/css/msp_style.css?ver=

HTML / DOM Fingerprints

Data Attributes
id="material_sp_list_style_load"name="material-sidebar-posts/assets/css/msp_style.css"
FAQ

Frequently Asked Questions about Material Sidebar Posts