WP Side Comments Security & Risk Analysis

wordpress.org/plugins/wp-side-comments

WP Side Comments create a new way to display comments like in medium.com network. It's based on SideComment.js

10 active installs v1.0.5 PHP + WP 3.5.1+ Updated Jul 3, 2014
commentcommentsmediumside
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Side Comments Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "wp-side-comments" v1.0.5 plugin demonstrates some good security practices, including a lack of critical code signals like dangerous functions, file operations, or external HTTP requests. The use of prepared statements for SQL queries is also a positive sign, with 75% of them being prepared. However, the plugin has significant security concerns regarding its attack surface. Out of 4 AJAX handlers, 2 lack authentication checks, presenting a direct entry point for unauthenticated attackers to potentially exploit. The absence of capability checks further exacerbates this risk, as it implies these unprotected AJAX handlers might be accessible to any user, regardless of their role or permissions.

The taint analysis shows no unsanitized paths or critical/high severity flows, which is a strong indicator of secure data handling within the analyzed code. The vulnerability history is also completely clean, with no recorded CVEs. This suggests that the plugin has either been consistently developed with security in mind or has not yet been a target for significant vulnerability research. Despite the clean history and lack of critical taint flows, the two unprotected AJAX handlers represent a tangible and immediate risk that needs to be addressed. The plugin's overall security posture is therefore mixed, with some excellent foundational security practices undermined by an exposed and potentially vulnerable attack surface.

Key Concerns

  • Unprotected AJAX handlers
  • Missing capability checks on AJAX
  • Low output escaping coverage
  • SQL queries without prepared statements (25%)
Vulnerabilities
None known

WP Side Comments Security Vulnerabilities

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

WP Side Comments Release Timeline

v1.0.5Current
v1.0.4
v1.0.3
v1.0.2
Code Analysis
Analyzed Mar 16, 2026

WP Side Comments Code Analysis

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

SQL Query Safety

75% prepared4 total queries

Output Escaping

67% escaped3 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
add_comment (public\class-wp-side-comments.php:310)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

WP Side Comments Attack Surface

Entry Points4
Unprotected2

AJAX Handlers 4

authwp_ajax_addWPSideCommentpublic\class-wp-side-comments.php:67
noprivwp_ajax_addWPSideCommentpublic\class-wp-side-comments.php:68
authwp_ajax_removeWPSideCommentpublic\class-wp-side-comments.php:69
noprivwp_ajax_removeWPSideCommentpublic\class-wp-side-comments.php:70
WordPress Hooks 9
actionadmin_enqueue_scriptsadmin\class-wp-side-comments-admin.php:48
actionadmin_enqueue_scriptsadmin\class-wp-side-comments-admin.php:49
actionadmin_menuadmin\class-wp-side-comments-admin.php:52
actioninitpublic\class-wp-side-comments.php:55
actionwpmu_new_blogpublic\class-wp-side-comments.php:58
actionwp_enqueue_scriptspublic\class-wp-side-comments.php:61
actionwp_enqueue_scriptspublic\class-wp-side-comments.php:62
actionplugins_loadedwp-side-comments.php:43
actionplugins_loadedwp-side-comments.php:51
Maintenance & Trust

WP Side Comments Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedJul 3, 2014
PHP min version
Downloads3K

Community Trust

Rating54/100
Number of ratings3
Active installs10
Developer Profile

WP Side Comments Developer Profile

Pierre Sylvestre

2 plugins · 20 total installs

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

How We Detect WP Side Comments

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-side-comments/assets/css/style.css/wp-content/plugins/wp-side-comments/assets/js/sidecomment.js
Script Paths
/wp-content/plugins/wp-side-comments/assets/js/sidecomment.js
Version Parameters
wp-side-comments/assets/css/style.css?ver=wp-side-comments/assets/js/sidecomment.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpsc_commentswpsc_wrapperwpsc_comment_itemwpsc_comment_contentwpsc_comment_metawpsc_comment_authorwpsc_comment_datewpsc_comment_actions
Data Attributes
data-content-selectordata-comment-selector
JS Globals
WP_Side_Comments
FAQ

Frequently Asked Questions about WP Side Comments