SMTP MAILER WP Security & Risk Analysis

wordpress.org/plugins/smtp-mailer-wp

Use your personal SMTP mail server (GMAIL, YAHOO etc.) to send emails in your WordPress system.

10 active installs v1.5 PHP 7.0+ WP 5.0+ Updated Apr 1, 2020
emailemail-servergmailsmtpyahoo
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is SMTP MAILER WP Safe to Use in 2026?

Generally Safe

Score 85/100

SMTP MAILER WP has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6yr ago
Risk Assessment

The static analysis of smtp-mailer-wp v1.5 reveals a generally positive security posture, with no directly exploitable attack surface identified. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's exposure. Furthermore, the plugin avoids dangerous functions and relies entirely on prepared statements for SQL queries, which is a strong security practice. However, a significant concern arises from the taint analysis, which identified one flow with an unsanitized path. While no critical or high severity issues were found in the taint analysis, this single unsanitized path presents a potential risk that needs further investigation. The low percentage of properly escaped output (5%) is also a considerable weakness, suggesting that sensitive data displayed to users might be susceptible to cross-site scripting (XSS) attacks.

The plugin's vulnerability history is remarkably clean, with no known CVEs recorded. This lack of past vulnerabilities can be interpreted as either a testament to good development practices or potentially due to a lack of in-depth security audits. However, given the current findings of an unsanitized path and poor output escaping, the clean history should not be seen as a guarantee of future security. The plugin's strengths lie in its minimal attack surface and robust SQL handling. Its weaknesses are the identified unsanitized path and the widespread issue with output escaping, which collectively pose a moderate risk.

Key Concerns

  • Unsanitized path found in taint analysis
  • Low percentage of properly escaped output
  • No nonce checks on potential entry points
  • No capability checks on potential entry points
Vulnerabilities
None known

SMTP MAILER WP Security Vulnerabilities

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

SMTP MAILER WP Code Analysis

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

Output Escaping

5% escaped38 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<smtp-settings> (templates\settings-tabs\smtp-settings.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

SMTP MAILER WP Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwp_mail_failedtemplates\settings-tabs\test-send-mail.php:9
Maintenance & Trust

SMTP MAILER WP Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedApr 1, 2020
PHP min version7.0
Downloads2K

Community Trust

Rating100/100
Number of ratings9
Active installs10
Developer Profile

SMTP MAILER WP Developer Profile

krut1

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 SMTP MAILER WP

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/smtp-mailer-wp/assets/css/admin.css/wp-content/plugins/smtp-mailer-wp/assets/css/frontend.css/wp-content/plugins/smtp-mailer-wp/assets/js/admin.js/wp-content/plugins/smtp-mailer-wp/assets/js/frontend.js
Script Paths
/wp-content/plugins/smtp-mailer-wp/assets/js/admin.js/wp-content/plugins/smtp-mailer-wp/assets/js/frontend.js
Version Parameters
smtp-mailer-wp/assets/css/admin.css?ver=smtp-mailer-wp/assets/css/frontend.css?ver=smtp-mailer-wp/assets/js/admin.js?ver=smtp-mailer-wp/assets/js/frontend.js?ver=

HTML / DOM Fingerprints

CSS Classes
krut1_smtp_mailer_wp_admin_pagekrut1_smtp_mailer_wp_admin_noticekrut1_smtp_mailer_wp_form_fieldkrut1_smtp_mailer_wp_smtp_settings_form
HTML Comments
<!-- SMTP MAILER WP Settings -->
Data Attributes
data-smtp-mailer-wp-noncedata-smtp-mailer-wp-action
JS Globals
krut1_smtp_mailer_wp_admin_varskrut1_smtp_mailer_wp_frontend_vars
REST Endpoints
/wp-json/smtp-mailer-wp/v1/test-connection/wp-json/smtp-mailer-wp/v1/send-test-email
Shortcode Output
[smtp_mailer_wp_test_form][smtp_mailer_wp_contact_form]
FAQ

Frequently Asked Questions about SMTP MAILER WP