gk-sms Security & Risk Analysis

wordpress.org/plugins/gk-sms

Twilio Integration for WordPress

10 active installs v1.0.1 PHP + WP 3.5+ Updated Sep 16, 2013
smstext-messagetext-messagestwilio
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is gk-sms Safe to Use in 2026?

Generally Safe

Score 85/100

gk-sms has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The "gk-sms" plugin version 1.0.1 presents a significant security risk due to its substantial unprotected attack surface. All four identified AJAX handlers lack authentication checks, meaning any authenticated user could potentially trigger these actions, leading to unauthorized operations or data manipulation. Compounding this is the complete absence of output escaping for all identified outputs, creating a high likelihood of Cross-Site Scripting (XSS) vulnerabilities. While the plugin demonstrates good practices by using prepared statements for SQL queries and has no recorded vulnerability history, these strengths are overshadowed by the critical weaknesses in handling entry points and output sanitization.

The taint analysis reveals flows with unsanitized paths, which, although not categorized as critical or high severity in this specific analysis, strongly correlate with the lack of output escaping and the unprotected AJAX endpoints. This suggests a potential for malicious input to be processed and rendered in an unsafe manner. The plugin's vulnerability history being clean is positive, but it cannot be relied upon as a guarantee of future security, especially given the clear indicators of poor input handling and output sanitization within the current codebase.

In conclusion, while "gk-sms" v1.0.1 avoids common pitfalls like raw SQL queries and has no known CVEs, its security posture is severely compromised by the unprotected AJAX endpoints and the pervasive lack of output escaping. These issues create a direct pathway for common web attacks like XSS and potentially other vulnerabilities exploitable by authenticated users. Immediate attention is required to address these fundamental security flaws.

Key Concerns

  • Unprotected AJAX handlers
  • Unescaped output
  • Unsanitized paths in taint flows
  • Missing nonce checks on AJAX
  • Missing capability checks on AJAX
Vulnerabilities
None known

gk-sms Security Vulnerabilities

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

gk-sms Code Analysis

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

Output Escaping

0% escaped5 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
wp_ajax_save_options (gk-sms.php:328)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
4 unprotected

gk-sms Attack Surface

Entry Points4
Unprotected4

AJAX Handlers 4

authwp_ajax_get_optionsgk-sms.php:307
authwp_ajax_save_optionsgk-sms.php:308
authwp_ajax_send_smsgk-sms.php:309
authwp_ajax_check_twilio_credentialsgk-sms.php:310
WordPress Hooks 3
actioninitgk-sms.php:42
actionadmin_menugk-sms.php:52
actionadmin_initgk-sms.php:53
Maintenance & Trust

gk-sms Maintenance & Trust

Maintenance Signals

WordPress version tested3.6.1
Last updatedSep 16, 2013
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

gk-sms Developer Profile

Grant Norwood

2 plugins · 30 total installs

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

How We Detect gk-sms

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/gk-sms/lib/bootstrap/css/bootstrap.css/wp-content/plugins/gk-sms/css/gk-sms.css/wp-content/plugins/gk-sms/lib/bootstrap/js/bootstrap.min.js/wp-content/plugins/gk-sms/lib/jquery.limit-1.2.source.js/wp-content/plugins/gk-sms/js/gk-sms-options-page.js
Script Paths
/wp-content/plugins/gk-sms/js/gk-sms-options-page.js
Version Parameters
gk-sms/css/gk-sms.css?ver=gk-sms/js/gk-sms-options-page.js?ver=

HTML / DOM Fingerprints

CSS Classes
gk-sms-bootstrap
Data Attributes
data-gk-sms-options-page
JS Globals
gk_sms_options_page
REST Endpoints
/wp-json/gk-sms/v1/options
FAQ

Frequently Asked Questions about gk-sms