WP-United : phpBB WordPress Integration Security & Risk Analysis

wordpress.org/plugins/wp-united

Bridge phpBB and WordPress!

100 active installs v0.9.2.8 PHP + WP 3.4.0+ Updated May 21, 2014
forumintegratephpbbphpbb3social
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP-United : phpBB WordPress Integration Safe to Use in 2026?

Generally Safe

Score 85/100

WP-United : phpBB WordPress Integration 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-united" plugin v0.9.2.8 presents a mixed security posture. On one hand, the static analysis reveals a remarkably small attack surface, with no identified AJAX handlers, REST API routes, shortcodes, or cron events that are exposed without authentication or permission checks. This indicates a well-contained plugin in terms of entry points. Furthermore, the plugin has no recorded vulnerability history, suggesting a track record of stability and security.

However, the code analysis does highlight several areas of concern. The presence of dangerous functions like `unserialize` and `create_function` can be risky if not handled with extreme care, as they can lead to code execution vulnerabilities if attacker-controlled input is processed. The low percentage of properly escaped output (7%) is a significant red flag, as this can lead to Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into web pages. Additionally, the taint analysis indicates two flows with unsanitized paths, which, while not classified as critical or high, still represent potential avenues for exploitation if malicious data is passed through them. The plugin also performs file operations and makes external HTTP requests, though the analysis doesn't detail the security of these operations.

In conclusion, while the plugin's limited attack surface and clean vulnerability history are positive indicators, the presence of dangerous functions, poor output escaping, and unsanitized data flows warrant careful attention. Developers should prioritize sanitizing all input, properly escaping all output, and thoroughly auditing the usage of `unserialize` and `create_function` to mitigate potential XSS and code execution risks.

Key Concerns

  • Dangerous functions used (unserialize, create_function)
  • Low percentage of output escaping (7%)
  • Taint flows with unsanitized paths (2)
Vulnerabilities
None known

WP-United : phpBB WordPress Integration Security Vulnerabilities

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

WP-United : phpBB WordPress Integration Code Analysis

Dangerous Functions
6
Raw SQL Queries
6
10 prepared
Unescaped Output
370
27 escaped
Nonce Checks
12
Capability Checks
5
File Operations
15
External Requests
0
Bundled Libraries
0

Dangerous Functions Found

unserialize$settingsObj = unserialize($wpuString);base-classes.php:96
unserialize$templateVoodoo = @unserialize($templateVoodoo);cache.php:357
create_functioncreate_function(functions-css-magic.php:229
create_functioncreate_function(functions-css-magic.php:241
create_functioncreate_function(functions-css-magic.php:253
unserialize$results = unserialize(base64_decode($fullKey));phpbb.php:1290

SQL Query Safety

63% prepared16 total queries

Output Escaping

7% escaped397 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

3 flows2 with unsanitized paths
wpu_map_show_data (settings-panel.php:872)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP-United : phpBB WordPress Integration Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 11
actionwidgets_initplugin-main.php:190
actionadmin_menusettings-panel.php:20
actionnetwork_admin_menusettings-panel.php:22
actionadmin_footersettings-panel.php:483
actionadmin_footersettings-panel.php:829
actionadmin_footersettings-panel.php:1514
actionuser_registeruser-integrator.php:263
actionget_avataruser-integrator.php:1013
actionprofile_updateuser-integrator.php:1070
filterrequestwordpress-runner.php:71
filtershow_admin_barwordpress-runner.php:150
Maintenance & Trust

WP-United : phpBB WordPress Integration Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedMay 21, 2014
PHP min version
Downloads62K

Community Trust

Rating66/100
Number of ratings52
Active installs100
Developer Profile

WP-United : phpBB WordPress Integration Developer Profile

jhong

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 WP-United : phpBB WordPress Integration

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-united/extras/quickpoll/widget.php

HTML / DOM Fingerprints

CSS Classes
wp-united-forum-polls
JS Globals
wpUnitedphpbbForum
FAQ

Frequently Asked Questions about WP-United : phpBB WordPress Integration