WP Breadcrumb Security & Risk Analysis

wordpress.org/plugins/breadcrumbs-builder

Breadcrumb Builder will allow you to add Breadcrumbs navigation section to your site and your visitors will know current path.

10 active installs v1.0.7 PHP + WP 3.9+ Updated Apr 25, 2017
breadcrumbbreadcrumb-trailbreadcrumbsbreadcrumbs-navnavigation
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Breadcrumb Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The "breadcrumbs-builder" plugin v1.0.7 presents a mixed security picture. On the positive side, there are no known CVEs associated with this plugin, indicating a potentially stable history. The static analysis reveals a very small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events, which is a strong indicator of good security design in terms of entry points. Furthermore, the vast majority of SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, all of which are excellent security practices.

However, significant concerns arise from the code signals. The most striking issue is the very low percentage of properly escaped outputs (22%). This is a critical vulnerability indicator, as unsanitized output can lead to Cross-Site Scripting (XSS) vulnerabilities. While the taint analysis shows no critical or high severity flows, the presence of three flows with unsanitized paths, even if not yet classified as critical, warrants attention. The complete absence of nonce and capability checks on any potential entry points (though none are explicitly listed as unprotected) is also a weakness, as it relies on the assumption that the attack surface is truly zero, which might not hold true if future versions introduce new features without proper security controls.

In conclusion, while the plugin benefits from a small attack surface, a clean vulnerability history, and good practices in SQL handling and avoiding external interactions, the severely lacking output escaping and the presence of unsanitized taint flows represent significant risks. The lack of capability and nonce checks, while not directly exploitable due to the current attack surface, indicates potential future vulnerabilities if the plugin evolves without addressing these fundamental security mechanisms. The output escaping issue is the most immediate and serious concern.

Key Concerns

  • Very low output escaping percentage (22%)
  • Taint flows with unsanitized paths (3)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

WP Breadcrumb Security Vulnerabilities

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

WP Breadcrumb Code Analysis

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

SQL Query Safety

95% prepared20 total queries

Output Escaping

22% escaped85 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
ajaxTurnOn (com\controllers\Breadcrumb.php:410)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Breadcrumb Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 14
actionadmin_menucom\core\SGBB.php:48
actionnetwork_admin_menucom\core\SGBB.php:52
actionadmin_enqueue_scriptscom\core\SGBB.php:59
actionwp_enqueue_scriptscom\core\SGBB.php:60
actionmedia_buttonscom\core\SGBB.php:61
actionloop_startcom\core\SGBB.php:62
actionloop_endcom\core\SGBB.php:63
actionthe_contentcom\core\SGBB.php:64
actionwp_headcom\core\SGBB.php:65
actionwp_headcom\core\SGBB.php:66
actionwp_footercom\core\SGBB.php:67
actionadmin_footercom\core\SGBB.php:148
actionwpmu_new_blogcom\core\SGBB.php:288
actionwp_headcom\core\SGBB.php:352
Maintenance & Trust

WP Breadcrumb Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedApr 25, 2017
PHP min version
Downloads7K

Community Trust

Rating66/100
Number of ratings3
Active installs10
Developer Profile

WP Breadcrumb Developer Profile

Sygnoos

2 plugins · 100 total installs

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

How We Detect WP Breadcrumb

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/breadcrumbs-builder/assets/page/styles/jquery-ui-dialog.css/wp-content/plugins/breadcrumbs-builder/assets/core/scripts/jquery-ui-dialog.js
Script Paths
/wp-content/plugins/breadcrumbs-builder/com/core/scripts/jquery-ui-dialog.js

HTML / DOM Fingerprints

CSS Classes
sgbb-thickboxsgbb-insert-buttonsgbb-not-selected-notice-message
Data Attributes
id="sgbb-thickbox"id="sgbb-insert"id="sgbb-buttons-id"class="sgbb-not-selected-notice-message"class="sgbb-insert-button"
JS Globals
sgbb_ajaxurl
Shortcode Output
[sgbb_breadcrumb id=
FAQ

Frequently Asked Questions about WP Breadcrumb