Bootstrap Admin Security & Risk Analysis

wordpress.org/plugins/bootstrap-admin

A clean, minimalistic administration theme based on Twitter's Bootstrap

10 active installs v1.16.2 PHP + WP 3.5+ Updated Oct 26, 2014
admin-themeadministrationadministration-themebootstrapdashboard
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Bootstrap Admin Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "bootstrap-admin" plugin v1.16.2, based on the provided static analysis and vulnerability history, presents a generally good security posture with no known vulnerabilities or critical code signals. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits its attack surface. Furthermore, the code demonstrates a strong adherence to secure coding practices by exclusively using prepared statements for all SQL queries and not initiating any external HTTP requests. The taint analysis reporting zero flows is also a positive indicator of secure data handling within the analyzed code.

However, there are areas that warrant attention. The output escaping is only properly implemented for one-third of the outputs, meaning that two-thirds of the plugin's output might be vulnerable to cross-site scripting (XSS) if user-supplied data is not sufficiently sanitized before being echoed. Additionally, the plugin lacks any nonce checks or capability checks, which are fundamental security mechanisms for protecting against various types of attacks, especially in the context of user interactions. The presence of bundled libraries, specifically jQuery, also introduces a potential risk if this library is outdated or has known vulnerabilities, though this is not explicitly detailed in the provided data.

In conclusion, while the plugin demonstrates strengths in its limited attack surface and secure SQL practices, the weak output escaping and absence of crucial security checks like nonces and capability checks are significant weaknesses. The clean vulnerability history is encouraging, but it does not mitigate the risks identified in the static code analysis. Therefore, while not critically insecure, the plugin has notable areas for improvement to achieve a more robust security posture.

Key Concerns

  • Low output escaping rate
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Bootstrap Admin Security Vulnerabilities

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

Bootstrap Admin Release Timeline

v1.16.2Current
v1.16
v1.15
v1.13
v1.12
v1.11
v1.10
v1.06
v1.05
v1.03
v1.02
v1.01
v1.0
v0.5
Code Analysis
Analyzed Apr 16, 2026

Bootstrap Admin Code Analysis

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

Bundled Libraries

jQuery

Output Escaping

33% escaped12 total outputs
Attack Surface

Bootstrap Admin Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_enqueue_scriptsbootstrap-admin.php:36
actionadmin_enqueue_scriptsbootstrap-admin.php:60
actionwp_default_stylesbootstrap-admin.php:118
Maintenance & Trust

Bootstrap Admin Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedOct 26, 2014
PHP min version
Downloads33K

Community Trust

Rating90/100
Number of ratings14
Active installs10
Developer Profile

Bootstrap Admin Developer Profile

Ari Stathopoulos

6 plugins · 3K total installs

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

How We Detect Bootstrap Admin

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/bootstrap-admin/assets/css/compiled-style.css/wp-content/plugins/bootstrap-admin/assets/js/chosen/chosen.css/wp-content/plugins/bootstrap-admin/assets/js/bootstrap.min.js/wp-content/plugins/bootstrap-admin/assets/js/script.js/wp-content/plugins/bootstrap-admin/assets/js/icon32.js/wp-content/plugins/bootstrap-admin/assets/js/chosen/chosen.jquery.min.js/wp-content/plugins/bootstrap-admin/assets/js/chosen-trigger.js
Script Paths
/wp-content/plugins/bootstrap-admin/assets/js/bootstrap.min.js/wp-content/plugins/bootstrap-admin/assets/js/script.js/wp-content/plugins/bootstrap-admin/assets/js/icon32.js/wp-content/plugins/bootstrap-admin/assets/js/chosen/chosen.jquery.min.js/wp-content/plugins/bootstrap-admin/assets/js/chosen-trigger.js
Version Parameters
bootstrap-admin/assets/css/compiled-style.css?ver=2.1.0bootstrap-admin/assets/js/chosen/chosen.jquery.min.js?ver=0.9.8bootstrap-admin/assets/js/chosen-trigger.js?ver=0.9.8

HTML / DOM Fingerprints

CSS Classes
chosen-containerchosen-with-dropchosen-drop
HTML Comments
The below is a replacement of the wp_default_styles * function found in wp-includes/script-loader.php.
Data Attributes
data-chosen-trigger
FAQ

Frequently Asked Questions about Bootstrap Admin