MB Topbar Security & Risk Analysis

wordpress.org/plugins/mb-topbar

This is a theme demo bar that allow developers / designers to showcase their designs / websites.

0 active installs v1.0.0 PHP 7.0+ WP 5.0+ Updated Sep 12, 2019
demoswitchtopbar
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is MB Topbar Safe to Use in 2026?

Generally Safe

Score 85/100

MB Topbar has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6yr ago
Risk Assessment

The "mb-topbar" v1.0.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and avoids file operations and external HTTP requests. Its vulnerability history is clean, with no recorded CVEs, suggesting a potentially stable and well-maintained codebase in the past.

However, significant security concerns arise from the static analysis. The plugin has a single entry point exposed via the REST API that lacks any permission callbacks. Furthermore, there is a identified taint flow with an unsanitized path, which could potentially be exploited if an attacker can control the data flowing through it. The absence of nonce checks and capability checks across all entry points is also a critical oversight, leaving the plugin vulnerable to CSRF and privilege escalation attacks in conjunction with other identified weaknesses.

In conclusion, while the plugin has a clean vulnerability history and uses prepared statements, the presence of an unprotected REST API endpoint, an unsanitized taint flow, and a complete lack of authorization checks on its entry points present substantial risks. These issues indicate a need for immediate attention and remediation to secure the plugin against potential exploits.

Key Concerns

  • Unprotected REST API route
  • Flow with unsanitized path
  • No nonce checks
  • No capability checks
  • Low output escaping coverage
Vulnerabilities
None known

MB Topbar Security Vulnerabilities

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

MB Topbar Code Analysis

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

SQL Query Safety

100% prepared4 total queries

Output Escaping

22% escaped32 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<TopbarCallbacks> (inc\Api\Callbacks\TopbarCallbacks.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

MB Topbar Attack Surface

Entry Points1
Unprotected1

REST API Routes 1

GET/wp-json/mbwp-topbar/v1/apiinc\Modules\Topbar\TopbarController.php:30
WordPress Hooks 11
actionadmin_menuinc\Api\SettingsApi.php:22
actionadmin_initinc\Api\SettingsApi.php:26
actionadmin_enqueue_scriptsinc\Base\Enqueue.php:12
actionwp_enqueue_scriptsinc\Base\Enqueue.php:13
actionplugins_loadedinc\Modules\Languages\Internationalization.php:23
filterpage_attributes_dropdown_pages_argsinc\Modules\Topbar\PageTemplater.php:26
filtertheme_page_templatesinc\Modules\Topbar\PageTemplater.php:34
filterwp_insert_post_datainc\Modules\Topbar\PageTemplater.php:41
filtertemplate_includeinc\Modules\Topbar\PageTemplater.php:49
actionplugins_loadedinc\Modules\Topbar\TopbarController.php:25
actionrest_api_initinc\Modules\Topbar\TopbarController.php:29
Maintenance & Trust

MB Topbar Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedSep 12, 2019
PHP min version7.0
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

MB Topbar Developer Profile

Tihi321

2 plugins · 10 total installs

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

How We Detect MB Topbar

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/mb-topbar/skin/public/styles/adminTopBar.css/wp-content/plugins/mb-topbar/skin/public/scripts/adminTopBar.js/wp-content/plugins/mb-topbar/skin/public/styles/applicationTopBar.css/wp-content/plugins/mb-topbar/skin/public/scripts/applicationTopBar.js
Script Paths
/wp-content/plugins/mb-topbar/skin/public/scripts/adminTopBar.js/wp-content/plugins/mb-topbar/skin/public/scripts/applicationTopBar.js
Version Parameters
mb-topbar/skin/public/styles/adminTopBar.css?ver=mb-topbar/skin/public/scripts/adminTopBar.js?ver=mb-topbar/skin/public/styles/applicationTopBar.css?ver=mb-topbar/skin/public/scripts/applicationTopBar.js?ver=

HTML / DOM Fingerprints

CSS Classes
mb_topbar_admin_topbarmb_topbar_admin_topbar_wrapper
HTML Comments
<!-- Plugin Name: MB Topbar --><!-- Plugin URI: https://github.com/Tihi321/mbwp-topbar --><!-- Description: This plugin implements topbar --><!-- Version: 1.0.0 -->+40 more
Data Attributes
data-wp-i18n-messages
JS Globals
topbarOptionsmbwpAdminScriptsmbwpScriptstopbarOptions
REST Endpoints
/mbwp-topbar/v1/api
FAQ

Frequently Asked Questions about MB Topbar