UTHSC WPCAS Security & Risk Analysis

wordpress.org/plugins/uthsc-wpcas

Integrate Central Authentication Service (CAS) with WordPress

10 active installs v1.0 PHP + WP 3.0.1+ Updated Feb 16, 2016
authenticationcascentral-authentication-servicephpcas
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is UTHSC WPCAS Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The uthsc-wpcas plugin v1.0 presents a mixed security posture. On one hand, the plugin demonstrates strong security practices in its handling of database interactions, with all SQL queries utilizing prepared statements. Furthermore, the static analysis reveals a very small attack surface, with no identified AJAX handlers, REST API routes, shortcodes, or cron events. This significantly limits the potential avenues for external exploitation. However, there are notable concerns. The complete absence of nonce checks and capability checks is a major weakness, as it means actions within the plugin are not protected against CSRF attacks or unauthorized privilege escalation. Additionally, the low percentage of properly escaped output (3%) suggests a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected into the website. The presence of the `ini_set` function, while not inherently malicious, warrants review in its usage as it can alter PHP configurations. The lack of any recorded vulnerabilities in its history is a positive indicator, suggesting the developers may be attentive, but it does not negate the risks identified in the current code analysis.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
  • Low percentage of properly escaped output
  • Use of ini_set function
Vulnerabilities
None known

UTHSC WPCAS Security Vulnerabilities

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

UTHSC WPCAS Release Timeline

v1.0.1
v1.0.0
v0.2.2
v0.2.1
v0.2
Code Analysis
Analyzed Apr 16, 2026

UTHSC WPCAS Code Analysis

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

Dangerous Functions Found

ini_setini_set('display_errors', true);phpCAS-1.3-stable/utils/makepackage.php:16

SQL Query Safety

100% prepared6 total queries

Output Escaping

3% escaped74 total outputs
Data Flows · Security
8 unsanitized

Data Flow Analysis

8 flows8 with unsanitized paths
uthsc_wpcas_test (admin/uthsc-wpcas-test.php:3)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

UTHSC WPCAS Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 13
actionlogin_inituthsc-wpcas.php:43
actionadmin_inituthsc-wpcas.php:50
actionadmin_menuuthsc-wpcas.php:57
actioninituthsc-wpcas.php:62
filterauthenticateuthsc-wpcas.php:76
actionwp_logoututhsc-wpcas.php:77
actionlost_passworduthsc-wpcas.php:78
actionretrieve_passworduthsc-wpcas.php:79
actionpassword_resetuthsc-wpcas.php:80
filtershow_password_fieldsuthsc-wpcas.php:81
actioncheck_passwordsuthsc-wpcas.php:82
filterwp_signonuthsc-wpcas.php:83
filterlogin_urluthsc-wpcas.php:84
Maintenance & Trust

UTHSC WPCAS Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedFeb 16, 2016
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

UTHSC WPCAS Developer Profile

gpspake

1 plugin · 10 total installs

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

How We Detect UTHSC WPCAS

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/uthsc-wpcas/admin/css/uthsc-wpcas-admin.css/wp-content/plugins/uthsc-wpcas/admin/js/uthsc-wpcas-admin.js/wp-content/plugins/uthsc-wpcas/phpCAS-1.3-stable/CAS.php
Script Paths
/wp-content/plugins/uthsc-wpcas/phpCAS-1.3-stable/CAS.php
Version Parameters
uthsc-wpcas/admin/css/uthsc-wpcas-admin.css?ver=uthsc-wpcas/admin/js/uthsc-wpcas-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
uthsc-wpcas-settings-pageuthsc-wpcas-test-pageuthsc-wpcas-about-page
HTML Comments
<!-- Register settings in lib/wpcas-options.php --><!-- Update settings in lib/wpcas-options.php --><!-- Unregister settings in lib/wpcas-options.php --><!-- Delete settings in lib/wpcas-options.php -->+17 more
Data Attributes
data-wpcas-hostdata-wpcas-portdata-wpcas-contextdata-wpcas-cas-server-ca-certdata-wpcas-no-cas-server-validation
JS Globals
phpCAS
FAQ

Frequently Asked Questions about UTHSC WPCAS