Cloudbridge 2FA Security & Risk Analysis

wordpress.org/plugins/cloudbridge-2fa

Uncomplicated 2FA plugin for WordPress. Tested with WordPress 5.5+ and PHP 7.4+.

0 active installs v1.0.5 PHP 7.4+ WP 5.4.0+ Updated Dec 8, 2025
2fapasswordssecurity
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Cloudbridge 2FA Safe to Use in 2026?

Generally Safe

Score 100/100

Cloudbridge 2FA has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3mo ago
Risk Assessment

The cloudbridge-2fa v2.0.1 plugin exhibits a generally good security posture, primarily due to the absence of known historical vulnerabilities and the implementation of several security best practices. The code analysis reveals a lack of dangerous functions and all SQL queries utilize prepared statements, which significantly reduces the risk of common injection attacks. Furthermore, the presence of nonce and capability checks, although limited in number, indicates an awareness of access control mechanisms. The plugin also avoids external HTTP requests and bundled libraries, further limiting potential attack vectors.

However, there are areas for concern. The static analysis highlights that only 58% of output is properly escaped, leaving a significant portion vulnerable to Cross-Site Scripting (XSS) attacks. While the taint analysis shows only one flow with unsanitized paths, the fact that it exists at all warrants attention, especially given the lack of detail on its severity. The presence of one file operation without further context is also a minor concern. The vulnerability history being completely empty is a positive sign but doesn't guarantee future immunity. Overall, while the plugin avoids many common pitfalls, the unescaped output and the single unsanitized taint flow represent the most immediate security risks that should be addressed.

Key Concerns

  • Unescaped output detected
  • Flow with unsanitized paths
  • File operations present
Vulnerabilities
None known

Cloudbridge 2FA Security Vulnerabilities

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

Cloudbridge 2FA Code Analysis

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

Output Escaping

58% escaped179 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

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

Cloudbridge 2FA Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 22
actionadmin_noticescloudbridge-2fa.php:148
actionadmin_noticescloudbridge-2fa.php:152
actionadmin_noticescloudbridge-2fa.php:217
filterall_pluginscloudbridge-2fa.php:1311
actionadd_optioncloudbridge-2fa.php:1951
actionupdate_optioncloudbridge-2fa.php:1952
actionupdated_optioncloudbridge-2fa.php:1953
actioninitcloudbridge-2fa.php:2213
filterauthenticatecloudbridge-2fa.php:2217
actionlogin_formcloudbridge-2fa.php:2218
actionadmin_enqueue_scriptscloudbridge-2fa.php:2222
actionadmin_menucloudbridge-2fa.php:2223
actionadmin_initcloudbridge-2fa.php:2224
actionshow_user_profilecloudbridge-2fa.php:2225
actionedit_user_profilecloudbridge-2fa.php:2226
actionpersonal_options_updatecloudbridge-2fa.php:2227
actionedit_user_profile_updatecloudbridge-2fa.php:2228
actionwp_enqueue_scriptscloudbridge-2fa.php:2231
actioninitcloudbridge-2fa.php:2234
filterwp_mail_content_typeinclude\class_cb2fa_login.inc.php:418
filterwp_mail_frominclude\class_cb2fa_login.inc.php:419
filterwp_mail_from_nameinclude\class_cb2fa_login.inc.php:420
Maintenance & Trust

Cloudbridge 2FA Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 8, 2025
PHP min version7.4
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Cloudbridge 2FA Developer Profile

joho68

5 plugins · 190 total installs

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

How We Detect Cloudbridge 2FA

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/cloudbridge-2fa/include/cb2fa-login-styles.css/wp-content/plugins/cloudbridge-2fa/include/cb2fa-admin-styles.css/wp-content/plugins/cloudbridge-2fa/include/cb2fa-login-scripts.js/wp-content/plugins/cloudbridge-2fa/include/cb2fa-admin-scripts.js
Version Parameters
/wp-content/plugins/cloudbridge-2fa/include/cb2fa-login-styles.css?ver=/wp-content/plugins/cloudbridge-2fa/include/cb2fa-admin-styles.css?ver=/wp-content/plugins/cloudbridge-2fa/include/cb2fa-login-scripts.js?ver=/wp-content/plugins/cloudbridge-2fa/include/cb2fa-admin-scripts.js?ver=

HTML / DOM Fingerprints

CSS Classes
cloudbridge2fa-login-buttoncloudbridge2fa-login-inputcloudbridge2fa-admin-form-sectioncloudbridge2fa-admin-field-labelcloudbridge2fa-admin-field-inputcloudbridge2fa-admin-alertcb2fa-login-error-messagecb2fa-admin-notice
HTML Comments
<!-- Cloudbridge 2FA --><!-- Cloudbridge 2FA Login Form --><!-- Cloudbridge 2FA Admin Settings -->
Data Attributes
data-cb2fa-actiondata-cb2fa-user-id
JS Globals
Cloudbridge2FAcb2fa_ajax_objectCloudbridge_2FA_Admin
REST Endpoints
/wp-json/cloudbridge-2fa/v1/validate-code
FAQ

Frequently Asked Questions about Cloudbridge 2FA