SidePost Security & Risk Analysis

wordpress.org/plugins/sidepost

To add recent posts in sidebar, with thumbnails, from specific categories...

10 active installs v1.0.7 PHP + WP 3.1+ Updated Jun 16, 2016
newspostrecentsidebarthumbnails
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is SidePost Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The "sidepost" v1.0.7 plugin exhibits a generally strong security posture regarding its attack surface and SQL query handling. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits external entry points for potential attackers. Furthermore, all detected SQL queries utilize prepared statements, which is a critical security best practice for preventing SQL injection vulnerabilities.

However, the analysis does reveal some areas of concern. The presence of the `create_function` dangerous function is a notable risk, as it can be exploited for code injection if not handled with extreme caution and proper sanitization, though no taint flows were detected in this version. The low percentage of properly escaped output (19%) is a significant weakness, increasing the risk of cross-site scripting (XSS) vulnerabilities. The complete lack of nonce and capability checks across all identified entry points is also a major concern, meaning that any interaction with the plugin, if it had exposed entry points, could be performed by unauthenticated or unauthorized users.

The plugin's vulnerability history is clean, with no recorded CVEs. This, combined with the lack of detected taint flows, suggests that in its current state and history, it has not been a target or source of known widespread vulnerabilities. Despite the positive aspects of its limited attack surface and SQL practices, the identified issues with output escaping and the absence of authorization checks present tangible risks that should be addressed.

Key Concerns

  • Unescaped output is dangerously low
  • Dangerous function create_function found
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

SidePost Security Vulnerabilities

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

SidePost Release Timeline

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

SidePost Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
38
9 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("srp_plugin");'));?>zmsrp.php:166

Output Escaping

19% escaped47 total outputs
Attack Surface

SidePost Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionwp_enqueue_scriptszmsrp.php:17
actionadmin_print_styleszmsrp.php:21
filterexcerpt_lengthzmsrp.php:24
filterexcerpt_morezmsrp.php:27
actionwidgets_initzmsrp.php:166
Maintenance & Trust

SidePost Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedJun 16, 2016
PHP min version
Downloads2K

Community Trust

Rating60/100
Number of ratings2
Active installs10
Developer Profile

SidePost Developer Profile

webmaric

3 plugins · 30 total installs

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

How We Detect SidePost

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/sidepost/css/style.css/wp-content/plugins/sidepost/css/srpadmin.css

HTML / DOM Fingerprints

CSS Classes
zmsprnaslovdatumokvirslikaupisatidvaupisati
FAQ

Frequently Asked Questions about SidePost