Multisite Post Reader Security & Risk Analysis

wordpress.org/plugins/multisite-post-reader

Use shortcodes on a page/post to display/edit all posts from all multisite subsites.

20 active installs v3.02 PHP + WP 4.6+ Updated Apr 6, 2023
multisite-post-reader
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Multisite Post Reader Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The multisite-post-reader v3.02 plugin exhibits a mixed security posture. On the positive side, the plugin has no known vulnerabilities in its history, uses prepared statements exclusively for SQL queries, and avoids file operations and external HTTP requests. It also has a very small attack surface with no unprotected entry points identified in static analysis. However, there are significant concerns regarding output escaping, with 0% of its 10 identified outputs being properly escaped. This represents a substantial risk of Cross-Site Scripting (XSS) vulnerabilities, as unescaped output can allow malicious code to be injected and executed within the user's browser.

While the lack of known CVEs and critical taint flows is a strength, the complete absence of output escaping is a major weakness. The plugin's capability checks are present, but without proper output sanitization, these checks may not be sufficient to prevent XSS attacks if the data originates from untrusted sources. The absence of nonce checks, while not immediately problematic given the lack of AJAX handlers, is a general best practice that is overlooked here. In conclusion, while the plugin shows good practices in areas like SQL handling and attack surface management, the severe lack of output escaping poses a critical risk that significantly undermines its overall security.

Key Concerns

  • 0% output escaping
  • No nonce checks
Vulnerabilities
None known

Multisite Post Reader Security Vulnerabilities

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

Multisite Post Reader Code Analysis

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

Output Escaping

0% escaped10 total outputs
Attack Surface

Multisite Post Reader Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[mpr_display] multisite-post-reader.php:197
WordPress Hooks 6
actionadmin_initmultisite-post-reader.php:45
actionadmin_noticesmultisite-post-reader.php:46
actionnetwork_admin_initmultisite-post-reader.php:47
actionnetwork_admin_noticesmultisite-post-reader.php:48
actionadmin_menumultisite-post-reader.php:67
actioninitmultisite-post-reader.php:203
Maintenance & Trust

Multisite Post Reader Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedApr 6, 2023
PHP min version
Downloads6K

Community Trust

Rating80/100
Number of ratings6
Active installs20
Alternatives

Multisite Post Reader Alternatives

No alternatives data available yet.

Developer Profile

Multisite Post Reader Developer Profile

Rick Hellewell

16 plugins · 1K total installs

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

How We Detect Multisite Post Reader

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/multisite-post-reader/assets/banner-1000x200.jpg
Version Parameters
multisite-post-reader/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
mpr_headermpr_shadowmpr_optionsmpr_sidebarmpr_footer
HTML Comments
Copyright (c) 2016-2019 by Rick Hellewell and CellarWeb.comAll Rights ReservedThis program is free software; you can redistribute it and/or modifyThis program is distributed in the hope that it will be useful,+19 more
Data Attributes
class='mpr_header'width="95%"class='mpr_shadow'class="mpr_options"class='mpr_sidebar'class="mpr_footer"
Shortcode Output
[mpr_display]
FAQ

Frequently Asked Questions about Multisite Post Reader