ASPL Contact Form Security & Risk Analysis

wordpress.org/plugins/aspl-contact-form

ASPL Contact Form is just another contact form plugin which makes it fast and easy to capture visitor information right from your WordPress site.

0 active installs v1.1.0 PHP 5.0+ WP 5.1+ Updated Jul 10, 2020
asplcontactcontact-formform
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is ASPL Contact Form Safe to Use in 2026?

Generally Safe

Score 85/100

ASPL Contact Form has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The aspl-contact-form plugin v1.1.0 presents a moderate security risk primarily due to its handling of entry points. While the plugin demonstrates excellent practices in output escaping and avoids file operations or external HTTP requests, its security posture is weakened by the presence of two AJAX handlers that lack authentication checks. This creates a significant attack surface for potential unauthorized actions if these handlers are exploitable. The static analysis also identified the use of the `unserialize` function, which is inherently risky if the data being unserialized is not fully trusted and validated, though the taint analysis did not reveal any exploitable flows related to this.

The plugin's vulnerability history is remarkably clean, with zero recorded CVEs, which suggests a generally well-developed and secure codebase in the past. This absence of past vulnerabilities is a positive indicator. However, the current code analysis reveals specific weaknesses that could be exploited despite the lack of historical issues. The lack of capability checks and nonce checks on the unprotected AJAX handlers are critical omissions that could allow unauthenticated users to trigger functionalities they shouldn't access.

In conclusion, while aspl-contact-form v1.1.0 benefits from strong output sanitization and a clean vulnerability record, the two unprotected AJAX handlers and the use of `unserialize` without clear context pose tangible risks. These are the primary areas where security could be significantly improved to harden the plugin.

Key Concerns

  • AJAX handlers without auth checks
  • Missing nonce checks
  • Missing capability checks
  • Dangerous function: unserialize
  • SQL queries not fully prepared
Vulnerabilities
None known

ASPL Contact Form Security Vulnerabilities

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

ASPL Contact Form Code Analysis

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

Dangerous Functions Found

unserialize$fields_data = unserialize($temp);include\aspl_cf_add_new.php:76
unserialize$fields_data = unserialize($temp);index.php:142

SQL Query Safety

29% prepared7 total queries

Output Escaping

100% escaped47 total outputs
Attack Surface
2 unprotected

ASPL Contact Form Attack Surface

Entry Points3
Unprotected2

AJAX Handlers 2

authwp_ajax_aspl_cf_fuction_respons_sen_btnindex.php:265
noprivwp_ajax_aspl_cf_fuction_respons_sen_btnindex.php:266

Shortcodes 1

[aspl-contact-form] index.php:181
WordPress Hooks 4
actionwp_enqueue_scriptsindex.php:25
actionadmin_enqueue_scriptsindex.php:34
actionadmin_menuindex.php:38
filterset-screen-optionindex.php:71
Maintenance & Trust

ASPL Contact Form Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedJul 10, 2020
PHP min version5.0
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

ASPL Contact Form Developer Profile

acespritech

9 plugins · 30 total installs

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

How We Detect ASPL Contact Form

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/aspl-contact-form/js/aspl_cf_custom_user_js.js/wp-content/plugins/aspl-contact-form/css/aspl_cf_custom_user_css.css/wp-content/plugins/aspl-contact-form/js/aspl_cf_custom_admin_js.js/wp-content/plugins/aspl-contact-form/css/aspl_cf_custom_admin_css.css
Script Paths
/wp-content/plugins/aspl-contact-form/js/aspl_cf_custom_user_js.js/wp-content/plugins/aspl-contact-form/js/aspl_cf_custom_admin_js.js

HTML / DOM Fingerprints

CSS Classes
aspl-comtect-form-useraspl-contect-fields-useraspl_email_btn
Data Attributes
aspl-contect-hidden-field-user-emailaspl-contect-hidden-field-template-idaspl-contect-hidden-field-form-name
JS Globals
ajaxurl
Shortcode Output
<div class='aspl-comtect-form-user'><form name='aspl_' class='aspl_' method='POST'>
FAQ

Frequently Asked Questions about ASPL Contact Form