BP System Report Security & Risk Analysis

wordpress.org/plugins/bp-system-report

Records regular summaries of BuddyPress-related systemwide information

10 active installs v0.1 PHP + WP + Updated May 8, 2010
analyticsbuddypressreportstatisticsstats
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is BP System Report Safe to Use in 2026?

Generally Safe

Score 85/100

BP System Report has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 15yr ago
Risk Assessment

The 'bp-system-report' plugin, in version 0.1, exhibits a mixed security posture. On the positive side, it demonstrates excellent adherence to secure database practices by exclusively using prepared statements for all SQL queries and has a clean vulnerability history with no recorded CVEs. Furthermore, there are no external HTTP requests or file operations, which inherently reduces common attack vectors.

However, significant concerns arise from the static analysis. The plugin fails to properly escape any of its 46 identified outputs, creating a high risk of Cross-Site Scripting (XSS) vulnerabilities. Additionally, the taint analysis revealed two flows with unsanitized paths, and while categorized as not critical or high severity, these still represent potential avenues for exploitation if not addressed. The complete lack of nonce and capability checks, coupled with the presence of a cron event that lacks specific authorization checks (implied by '0 without auth checks' for cron events if they were categorized as entry points), suggests a potentially broad attack surface that could be exploited by unauthenticated users.

In conclusion, while the plugin avoids common pitfalls like raw SQL and known vulnerabilities, the critical flaw of unescaped output and the potential risks from unsanitized paths and the absence of robust authorization checks present a considerable security risk. The lack of any recorded vulnerabilities might be due to the plugin's obscurity or its early version, rather than inherent security. Addressing the output escaping and authorization mechanisms is paramount for improving its security.

Key Concerns

  • No output escaping
  • Unsanitized paths in taint analysis
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

BP System Report Security Vulnerabilities

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

BP System Report Code Analysis

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

Output Escaping

0% escaped46 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
bp_system_report_admin_screen (bp-system-report-bp-functions.php:52)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

BP System Report Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionbp_system_report_pseudo_cron_hookbp-system-report-bp-functions.php:8
actionadmin_menubp-system-report-bp-functions.php:15
filtercron_schedulesbp-system-report.php:18
actionbp_initbp-system-report.php:36
actionadmin_initbp-system-report.php:41
actionplugins_loadedbp-system-report.php:51

Scheduled Events 1

bp_system_report_pseudo_cron_hook
Maintenance & Trust

BP System Report Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedMay 8, 2010
PHP min version
Downloads6K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

BP System Report Developer Profile

Boone Gorges

27 plugins · 12K total installs

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

How We Detect BP System Report

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/bp-system-report/bp-system-report-css.css

HTML / DOM Fingerprints

CSS Classes
bp-sr-type-label
HTML Comments
Only load the BuddyPress plugin functions if BuddyPress is loaded and initialized.print "<pre>";print_r($a_data);print_r($b_data);+4 more
Data Attributes
id="bp-sr-table"class="wrap"name="bpsr_b"name="bpsr_a"value="Go"selected="selected"
FAQ

Frequently Asked Questions about BP System Report