Buddypress Profile Views Security & Risk Analysis

wordpress.org/plugins/buddypress-profile-views

Show number of profile views count by other members.

50 active installs v2.03 PHP 7.0+ WP 3.2+ Updated Jan 17, 2024
buddypressprofile-view-countprofile-views
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Buddypress Profile Views Safe to Use in 2026?

Generally Safe

Score 85/100

Buddypress Profile Views 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 "buddypress-profile-views" v2.03 plugin exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices regarding database interactions, with all SQL queries utilizing prepared statements, and there are no indications of dangerous function usage, file operations, or external HTTP requests. The lack of any recorded vulnerabilities or CVEs is also a strong indicator of a well-maintained and secure codebase historically.

However, significant concerns arise from the output escaping and capability check signals. The analysis shows that 100% of the identified output points are not properly escaped. This presents a critical risk for Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected and executed within the user's browser, potentially leading to session hijacking or defacement.

Furthermore, the complete absence of nonce checks and capability checks across all entry points, including the single shortcode, means that actions performed by the plugin are not protected against CSRF attacks or unauthorized access by less privileged users. While the attack surface is small, the lack of these fundamental security measures for the existing entry point is a notable weakness. The vulnerability history is clean, but the code signals reveal immediate and actionable security risks that need addressing.

Key Concerns

  • Output not properly escaped (100%)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Buddypress Profile Views Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Buddypress Profile Views Release Timeline

v2.03Current
v2.0.2
Code Analysis
Analyzed Mar 16, 2026

Buddypress Profile Views Code Analysis

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

SQL Query Safety

100% prepared5 total queries

Output Escaping

0% escaped2 total outputs
Attack Surface

Buddypress Profile Views Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[bp_profile_viewcount] includes\bp_views_core.php:65
WordPress Hooks 4
actionadmin_menubp_profile_views.php:34
actionadmin_initbp_profile_views.php:39
actionbp_initbp_profile_views.php:132
actionbp_after_member_headerincludes\bp_views_core.php:2
Maintenance & Trust

Buddypress Profile Views Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedJan 17, 2024
PHP min version7.0
Downloads11K

Community Trust

Rating72/100
Number of ratings10
Active installs50
Developer Profile

Buddypress Profile Views Developer Profile

chaladi

2 plugins · 60 total installs

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

How We Detect Buddypress Profile Views

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/buddypress-profile-views/bp-profile-views.php

HTML / DOM Fingerprints

CSS Classes
bp_profile_viewsuk-contentuk-formuk-helpuk-footer
HTML Comments
Use "echo get_bp_userviews(userid);" function to print views count at any member loop. * Use "[bp_profile_viewcount user_id='userid-here']" short code to get user views.
Data Attributes
name="df_displaytext"value="Total Profile Visits: "name="df_countviews"value="0"selected="selected"value="1"+2 more
JS Globals
$_SESSION['profile_visit']$_SESSION['profile_visit']$_SESSION['profile_visit']
Shortcode Output
Total Profile Visits:
FAQ

Frequently Asked Questions about Buddypress Profile Views