G-SSO Wallet Authenticator Security & Risk Analysis

wordpress.org/plugins/g-sso-wallet-login

Allow users to authenticate to your WordPress site using cryptocurrency wallets like MetaMask instead of traditional username/password.

0 active installs v1.0.1 PHP 7.4+ WP 5.8+ Updated Feb 27, 2026
authenticationcryptologinwalletweb3
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is G-SSO Wallet Authenticator Safe to Use in 2026?

Generally Safe

Score 100/100

G-SSO Wallet Authenticator has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The "g-sso-wallet-login" plugin v1.0.1 exhibits a mixed security posture. On the positive side, it demonstrates good practices by using prepared statements for a high percentage of its SQL queries and ensuring all output is properly escaped. The absence of any recorded vulnerabilities or CVEs in its history is also a strong indicator of a relatively secure codebase. However, a significant concern arises from the presence of three AJAX handlers that lack authentication checks. This exposes a considerable attack surface, as any unauthenticated user could potentially trigger these functions.

The static analysis reveals a total of four entry points, with three of them being unprotected, which is a notable weakness. While there are no recorded critical or high severity taint flows, the lack of authorization on these AJAX endpoints presents a clear risk of unauthorized actions or information disclosure if these handlers perform sensitive operations. The plugin also includes nonce checks and capability checks, which are good security measures, but their effectiveness is undermined by their absence on a majority of the identified entry points.

In conclusion, while the plugin avoids common pitfalls like raw SQL queries and unescaped output, the three unprotected AJAX handlers represent a critical security oversight. The lack of historical vulnerabilities might be due to its relatively simple functionality or perhaps a lack of widespread testing. Nevertheless, the identified unprotected entry points necessitate immediate attention to mitigate potential security risks.

Key Concerns

  • 3 unprotected AJAX handlers
  • Large attack surface without auth (3/4 entry points)
Vulnerabilities
None known

G-SSO Wallet Authenticator Security Vulnerabilities

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

G-SSO Wallet Authenticator Code Analysis

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

SQL Query Safety

75% prepared8 total queries

Output Escaping

100% escaped15 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
ajax_test_connection (admin\class-gsso-admin.php:145)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
3 unprotected

G-SSO Wallet Authenticator Attack Surface

Entry Points4
Unprotected3

AJAX Handlers 3

authwp_ajax_gsso_test_connectionadmin\class-gsso-admin.php:20
authwp_ajax_gsso_authenticatepublic\class-gsso-public.php:22
noprivwp_ajax_gsso_authenticatepublic\class-gsso-public.php:23

Shortcodes 1

[gsso_login] public\class-gsso-public.php:26
WordPress Hooks 12
actionadmin_menuadmin\class-gsso-admin.php:16
actionadmin_initadmin\class-gsso-admin.php:17
actionadmin_enqueue_scriptsadmin\class-gsso-admin.php:18
actionadmin_enqueue_scriptsadmin\class-gsso-admin.php:19
actionlogin_enqueue_scriptspublic\class-gsso-public.php:16
actionlogin_enqueue_scriptspublic\class-gsso-public.php:17
actionwp_enqueue_scriptspublic\class-gsso-public.php:18
actionwp_enqueue_scriptspublic\class-gsso-public.php:19
actionlogin_formpublic\class-gsso-public.php:20
actionregister_formpublic\class-gsso-public.php:21
actiontemplate_redirectpublic\class-gsso-public.php:24
actionlogin_footerpublic\class-gsso-public.php:105
Maintenance & Trust

G-SSO Wallet Authenticator Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 27, 2026
PHP min version7.4
Downloads270

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

G-SSO Wallet Authenticator Developer Profile

go2glory

1 plugin · 0 total installs

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

How We Detect G-SSO Wallet Authenticator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/g-sso-wallet-login/admin/css/gsso-admin.css/wp-content/plugins/g-sso-wallet-login/admin/js/gsso-admin.js/wp-content/plugins/g-sso-wallet-login/public/js/gsso-login.js
Version Parameters
ver=1.0.1

HTML / DOM Fingerprints

CSS Classes
gsso-wallet-login-button
Data Attributes
data-gsso-api-keydata-gsso-site-id
JS Globals
gssoAdmingssoPublic
FAQ

Frequently Asked Questions about G-SSO Wallet Authenticator