Buddy Notification Bell Security & Risk Analysis

wordpress.org/plugins/buddy-notification-bell

Buddy Notification Bell convert BuddyPress notification to BuddyPress Bell Notification. It shows all notification with bell alert and anywhere you wa …

100 active installs v1.0.4 PHP 7.4+ WP 4.5+ Updated Dec 15, 2023
buddypressbuddypress-notificationsfacebook-like-notificationnotificationsnotifications-bell
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Buddy Notification Bell Safe to Use in 2026?

Generally Safe

Score 85/100

Buddy Notification Bell 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 "buddy-notification-bell" plugin v1.0.4 exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices regarding SQL queries, exclusively utilizing prepared statements, which significantly mitigates SQL injection risks. It also avoids file operations and external HTTP requests, further reducing potential attack vectors. The vulnerability history is clean, with no recorded CVEs, suggesting a history of relatively secure development or effective patching.

However, there are notable areas of concern. The code analysis reveals that 100% of the identified entry points lack proper authorization checks (0 AJAX handlers without auth checks, 0 REST API routes without permission callbacks). This is a significant weakness, as any unauthenticated user could potentially interact with these points. Furthermore, only 30% of output is properly escaped, indicating a risk of Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is directly outputted without sanitization. The taint analysis also flagged two flows with unsanitized paths, even though they are not classified as critical or high severity, they still represent potential issues that need review.

In conclusion, while the plugin avoids common pitfalls like raw SQL and has no known vulnerabilities, the lack of authentication checks on all entry points and insufficient output escaping are serious concerns that could be exploited. The absence of nonce checks is also a significant oversight, especially in conjunction with the lack of authorization.

Key Concerns

  • No capability checks on entry points
  • Insufficient output escaping (70% unescaped)
  • Taint flows with unsanitized paths
  • No nonce checks on entry points
Vulnerabilities
None known

Buddy Notification Bell Security Vulnerabilities

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

Buddy Notification Bell Code Analysis

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

SQL Query Safety

100% prepared6 total queries

Output Escaping

30% escaped10 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
buddy_notifications_setttings_menu (includes\class-notification-bell-settings.php:71)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Buddy Notification Bell Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[buddy_notification_bell] includes\class-notification-bell-public.php:55
WordPress Hooks 9
actionbp_includebuddy-notification-bell.php:52
actionadmin_noticesbuddy-notification-bell.php:64
actionplugins_loadedbuddy-notification-bell.php:85
actionwp_enqueue_scriptsincludes\class-notification-bell-public.php:57
actionwp_enqueue_scriptsincludes\class-notification-bell-public.php:58
filterheartbeat_receivedincludes\class-notification-bell-public.php:59
actionwp_headincludes\class-notification-bell-public.php:60
filterwp_nav_menu_itemsincludes\class-notification-bell-public.php:61
actionadmin_menuincludes\class-notification-bell-settings.php:52
Maintenance & Trust

Buddy Notification Bell Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedDec 15, 2023
PHP min version7.4
Downloads9K

Community Trust

Rating94/100
Number of ratings14
Active installs100
Developer Profile

Buddy Notification Bell Developer Profile

1naveengiri

2 plugins · 200 total installs

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

How We Detect Buddy Notification Bell

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/buddy-notification-bell/assets/css/style.css/wp-content/plugins/buddy-notification-bell/assets/js/script.js/wp-content/plugins/buddy-notification-bell/assets/sounds/Pling-bell.mp3
Script Paths
/wp-content/plugins/buddy-notification-bell/assets/js/script.js

HTML / DOM Fingerprints

CSS Classes
notification-bell-menubnb-pending-countbnb-alertbnb-countbnb-no-alert
HTML Comments
<!-- Buddy Notification Bell -->
Data Attributes
data-new-notification-countdata-bell-alertdata-bell-no-alertdata-total-notifications
JS Globals
bnb
Shortcode Output
[buddy_notification_bell]
FAQ

Frequently Asked Questions about Buddy Notification Bell