BuddyPress Sitewide Featured Posts Security & Risk Analysis

wordpress.org/plugins/buddypress-sitewide-featured-posts

This is a BuddyPress plugin that allows you to select and display featured posts sitewide.

10 active installs v0.3 PHP + WP 2.9+ Updated Feb 21, 2010
buddypressfeaturedpagespostssitewide
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is BuddyPress Sitewide Featured Posts Safe to Use in 2026?

Generally Safe

Score 85/100

BuddyPress Sitewide Featured Posts has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 16yr ago
Risk Assessment

The "buddypress-sitewide-featured-posts" plugin version 0.3 presents a mixed security profile. On the positive side, the static analysis reveals a very small attack surface with no exposed AJAX handlers, REST API routes, shortcodes, or cron events that are not protected by authentication checks. The absence of file operations and external HTTP requests further limits potential attack vectors. However, several code signals raise concerns. The presence of the `create_function` is a notable risk as it can lead to arbitrary code execution if user-supplied input is passed to it. Furthermore, a significant portion of SQL queries are not using prepared statements, increasing the risk of SQL injection vulnerabilities. Critically, none of the 23 identified output points are properly escaped, which strongly suggests a high likelihood of Cross-Site Scripting (XSS) vulnerabilities. The plugin has no recorded vulnerability history, which is positive, but this may also be due to its limited usage or the fact that the identified code issues have not yet been exploited or discovered.

Key Concerns

  • Use of create_function
  • SQL queries not using prepared statements
  • No output properly escaped
Vulnerabilities
None known

BuddyPress Sitewide Featured Posts Security Vulnerabilities

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

BuddyPress Sitewide Featured Posts Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("BP_Sitewide_Featured_Posts_Wbp-sitewide-featured-posts-widgets.php:5

SQL Query Safety

43% prepared7 total queries

Output Escaping

0% escaped23 total outputs
Attack Surface

BuddyPress Sitewide Featured Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actionwidgets_initbp-sitewide-featured-posts-widgets.php:5
actionplugins_loadedbp-sitewide-featured-posts-widgets.php:7
actionadmin_menubp-sitewide-featured-posts.php:63
actionadmin_menubp-sitewide-featured-posts.php:229
actionpublish_postbp-sitewide-featured-posts.php:231
actionpublish_pagebp-sitewide-featured-posts.php:232
actionedit_postbp-sitewide-featured-posts.php:233
actiontrash_postbp-sitewide-featured-posts.php:235
actiondelete_postbp-sitewide-featured-posts.php:236
actionbp_initbuddypress-sitewide-featured-posts.php:45
Maintenance & Trust

BuddyPress Sitewide Featured Posts Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.1.1
Last updatedFeb 21, 2010
PHP min version
Downloads6K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

BuddyPress Sitewide Featured Posts Developer Profile

grosbouff

16 plugins · 380 total installs

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

How We Detect BuddyPress Sitewide Featured Posts

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
featured-postsitem-avataritemitem-titleitem-contentitem-metawidget-error
Data Attributes
id="featured-posts"class="item-list"
FAQ

Frequently Asked Questions about BuddyPress Sitewide Featured Posts