Buddypress Notifications Manager Security & Risk Analysis

wordpress.org/plugins/buddypress-notifications-manager

BuddyPress Notifications Manager is a plugin for BuddyPress plugin to manage the notifications system of buddypress for all users.

10 active installs v1.0 PHP + WP + Updated Oct 16, 2012
buddypressemailmanagernotificationssettings
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Buddypress Notifications Manager Safe to Use in 2026?

Generally Safe

Score 85/100

Buddypress Notifications Manager has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 13yr ago
Risk Assessment

The "buddypress-notifications-manager" v1.0 plugin exhibits a generally good security posture with zero known vulnerabilities and a well-controlled attack surface. Static analysis reveals no direct entry points like AJAX handlers, REST API routes, or shortcodes that are unprotected. The plugin also demonstrates good practices in output escaping and includes a nonce and capability check. However, the presence of two dangerous functions, `unserialize` and `create_function`, represents a significant potential risk. While no taint flows indicate immediate exploitation, the use of `unserialize` is inherently dangerous as it can lead to remote code execution if used with untrusted data. The absence of prepared statements for its single SQL query also increases the risk of SQL injection, although the lack of known vulnerabilities suggests this has not been exploited to date. Overall, the plugin's strengths lie in its limited attack surface and lack of known vulnerabilities. Its primary weaknesses are the use of dangerous functions and the un-prepared SQL query, which require careful consideration and potential mitigation.

Key Concerns

  • Use of unserialize function
  • Use of create_function
  • SQL queries without prepared statements
Vulnerabilities
None known

Buddypress Notifications Manager Security Vulnerabilities

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

Buddypress Notifications Manager Release Timeline

v1.0Current
Code Analysis
Analyzed Mar 17, 2026

Buddypress Notifications Manager Code Analysis

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

Dangerous Functions Found

unserialize$notifications = unserialize( get_option('bp_notifications') );loader.php:77
create_functionadd_action( 'wp_before_admin_bar_render', create_function(loader.php:108

SQL Query Safety

0% prepared1 total queries
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
bp_notifications_manager_admin (bp-notifications-manager-admin.php:14)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Buddypress Notifications Manager Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_menuloader.php:70
filterbp_core_activated_userloader.php:86
actionwp_before_admin_bar_renderloader.php:108
actionwploader.php:118
actionbp_setup_navloader.php:120
Maintenance & Trust

Buddypress Notifications Manager Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedOct 16, 2012
PHP min version
Downloads7K

Community Trust

Rating20/100
Number of ratings3
Active installs10
Developer Profile

Buddypress Notifications Manager Developer Profile

meg@info

4 plugins · 160 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 Notifications Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/buddypress-notifications-manager/bp-notifications-manager-admin.css/wp-content/plugins/buddypress-notifications-manager/bp-notifications-manager-admin.js
Script Paths
/wp-content/plugins/buddypress-notifications-manager/bp-notifications-manager-admin.js
Version Parameters
buddypress-notifications-manager/bp-notifications-manager-admin.css?ver=buddypress-notifications-manager/bp-notifications-manager-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
bp-notifications-manager-wrapbp-notifications-manager-settings
HTML Comments
<!-- Buddypress Notifications Manager Admin Start --><!-- Buddypress Notifications Manager Admin End -->
Data Attributes
data-bp-notifications-manager-settings
JS Globals
bp_notifications_manager_vars
FAQ

Frequently Asked Questions about Buddypress Notifications Manager