WP Over Network Security & Risk Analysis

wordpress.org/plugins/wp-over-network

Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.

90 active installs v0.4.4 PHP + WP 3.5+ Updated Jul 28, 2013
blogsmultisitenetworkposts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Over Network Safe to Use in 2026?

Generally Safe

Score 85/100

WP Over Network 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 "wp-over-network" plugin v0.4.4 presents a generally good security posture based on the provided static analysis. The absence of direct SQL injection risks due to 100% prepared statement usage and the lack of file operations or external HTTP requests are significant strengths. Furthermore, the plugin has no recorded vulnerability history, which suggests a level of diligence in its development and maintenance.

However, there are notable areas for improvement. The plugin exhibits a concerning lack of security checks in its entry points. With 3 shortcodes acting as potential entry points, the complete absence of nonce checks and capability checks is a significant weakness. While the attack surface of AJAX and REST API routes is currently zero, this can change with future updates, and the lack of fundamental checks on existing shortcodes sets a poor precedent. Additionally, a substantial 49% of output is not properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities if user-controlled data is rendered directly without sanitization.

In conclusion, while the plugin benefits from secure SQL practices and a clean vulnerability history, the lack of authentication and authorization checks on its shortcodes, coupled with the high percentage of unescaped output, presents a tangible risk. Addressing these specific weaknesses should be a priority to improve the plugin's overall security.

Key Concerns

  • Missing nonce checks on shortcodes
  • Missing capability checks on shortcodes
  • Unescaped output (49% of total)
Vulnerabilities
None known

WP Over Network Security Vulnerabilities

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

WP Over Network Code Analysis

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

SQL Query Safety

100% prepared3 total queries

Output Escaping

51% escaped61 total outputs
Attack Surface

WP Over Network Attack Surface

Entry Points3
Unprotected0

Shortcodes 3

[wponw_recent_post_list] wp-over-network.php:59
[wponw_post_list] wp-over-network.php:60
[wponw_reset_query] wp-over-network.php:61
WordPress Hooks 5
actionplugins_loadedwp-over-network.php:11
actionwidgets_initwp-over-network.php:56
actionsave_postWPONW_RecentPostsWidget.php:23
actiondeleted_postWPONW_RecentPostsWidget.php:24
actionswitch_themeWPONW_RecentPostsWidget.php:25
Maintenance & Trust

WP Over Network Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJul 28, 2013
PHP min version
Downloads6K

Community Trust

Rating100/100
Number of ratings2
Active installs90
Developer Profile

WP Over Network Developer Profile

yuka2py

1 plugin · 90 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 Over Network

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-over-network/css/wp_over_network.css/wp-content/plugins/wp-over-network/js/wp_over_network.js
Script Paths
/wp-content/plugins/wp-over-network/js/wp_over_network.js
Version Parameters
wp-over-network/css/wp_over_network.css?ver=wp-over-network/js/wp_over_network.js?ver=

HTML / DOM Fingerprints

JS Globals
wponw
Shortcode Output
[wponw_recent_post_list][wponw_post_list][wponw_reset_query]
FAQ

Frequently Asked Questions about WP Over Network