Side Matter Security & Risk Analysis

wordpress.org/plugins/side-matter

Turns footnotes into sidenotes, magically aligning each note in the sidebar next to its corresponding reference in the text.

100 active installs v1.4 PHP + WP 3.0+ Updated Jan 9, 2014
academicannotateannotationannotationsbibliography
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Side Matter Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The "side-matter" plugin v1.4 exhibits a generally positive security posture based on the static analysis provided. The absence of dangerous functions, external HTTP requests, and file operations is a strong indicator of secure coding practices. Furthermore, all SQL queries are performed using prepared statements, mitigating the risk of SQL injection vulnerabilities. The plugin also has a clean vulnerability history with no known CVEs, suggesting a history of secure development and maintenance.

However, there are notable areas for improvement. The most significant concern is the extremely low percentage (6%) of properly escaped output. This suggests a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected into the website through the plugin's output. While the static analysis did not report any specific taint flows or unprotected entry points (other than the shortcode which is presumed to have checks by the "unprotected: 0" status), the lack of output escaping creates a broad attack surface for XSS.

In conclusion, the plugin's strengths lie in its prevention of common backend vulnerabilities like SQL injection and its lack of known historical exploits. However, the critical weakness in output escaping presents a substantial XSS risk that needs immediate attention. While the attack surface is small, the high likelihood of unescaped output makes it a potential target for attackers.

Key Concerns

  • Low percentage of properly escaped output
  • No nonce checks found
  • No capability checks found
Vulnerabilities
None known

Side Matter Security Vulnerabilities

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

Side Matter Code Analysis

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

Output Escaping

6% escaped48 total outputs
Attack Surface

Side Matter Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[ref] side-matter.php:52
WordPress Hooks 8
actionadmin_initside-matter.php:45
actionadmin_initside-matter.php:46
actionadmin_menuside-matter.php:47
actionadmin_enqueue_scriptsside-matter.php:48
actionadmin_print_footer_scriptsside-matter.php:49
actionwp_enqueue_scriptsside-matter.php:53
actionwidgets_initside-matter.php:55
actionside_matter_list_notesside-matter.php:57
Maintenance & Trust

Side Matter Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedJan 9, 2014
PHP min version
Downloads9K

Community Trust

Rating92/100
Number of ratings13
Active installs100
Developer Profile

Side Matter Developer Profile

setzer

1 plugin · 100 total installs

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

How We Detect Side Matter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/side-matter/css/side-matter.css/wp-content/plugins/side-matter/js/side-matter.js
Script Paths
/wp-content/plugins/side-matter/js/side-matter.js
Version Parameters
side-matter/css/side-matter.css?ver=side-matter/js/side-matter.js?ver=

HTML / DOM Fingerprints

CSS Classes
side-matter
Data Attributes
data-side-matter
JS Globals
sideMatter
Shortcode Output
<sup class="side-matter-ref"></sup><div class="side-matter-note"></div>
FAQ

Frequently Asked Questions about Side Matter