Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Payload execution requires active admin navigation in detail view (UI:R); all other metrics match provided vector; no availability impact applies.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The FluentSMTP - WP SMTP Plugin with Amazon SES, SendGrid, MailGun, Postmark, Google and Any SMTP Provider plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Recipient Display Name (to.name) in Email Logs in all versions up to, and including, 2.2.95 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The payload is delivered via an attacker-controlled recipient display name (to.name) in a wp_mail() call and does not fire in the log list view - only in the detail view when an administrator uses the Prev/Next navigation controls, as that path bypasses the escapeHtml pipeline used by the list view.
AnalysisAI
Stored XSS in FluentSMTP (WordPress plugin) versions up to and including 2.2.95 allows unauthenticated attackers to persist malicious scripts inside the plugin's Email Log detail view by controlling the recipient display name (to.name) field in any wp_mail() invocation. The payload bypasses the escapeHtml sanitization applied by the log list view and fires exclusively in the detail view when an administrator uses the Prev/Next navigation controls, meaning the attack surface is narrower than the CVSS UI:N vector implies. No public exploit code or CISA KEV listing has been identified; a patched version (2.3.0) is confirmed available via the WordPress plugin repository.
Technical ContextAI
FluentSMTP is a WordPress SMTP abstraction plugin (CPE: cpe:2.3:a:wpmanageninja:fluentsmtp) that routes outgoing mail through providers including Amazon SES, SendGrid, Mailgun, Postmark, and Gmail. The vulnerability (CWE-79 - Improper Neutralization of Input During Web Page Generation) originates in the handling of the to.name parameter inside BaseHandler.php (L290, L357) and Logger.php (L165, L310), where the recipient display name from wp_mail() arguments is persisted to the email log without adequate sanitization. The list view correctly runs output through an escapeHtml pipeline in fluent-mail-admin-app.js; however, the Prev/Next detail navigation code path skips this pipeline, rendering the raw stored value directly into the DOM and enabling script execution in the administrator's browser context.
RemediationAI
Vendor-released patch: 2.3.0. Upgrade FluentSMTP to version 2.3.0 or later immediately; the fix is confirmed in the WordPress plugin repository changeset at https://plugins.trac.wordpress.org/changeset?reponame=&new=3635135%40fluent-smtp%2Ftags%2F2.3.0&old=3428610%40fluent-smtp%2Ftags%2F2.2.95 and in the updated fluent-mail-admin-app.js at https://plugins.trac.wordpress.org/changeset/3635135/fluent-smtp/trunk/assets/admin/js/fluent-mail-admin-app.js. If immediate upgrade is not possible, the primary compensating control is to disable or restrict access to the FluentSMTP Email Log detail view - this eliminates the only code path where the payload executes, as the list view is not affected. Additionally, restricting which WordPress roles can access the SMTP log screen limits the attack surface. Note that disabling email logging entirely would prevent payload storage but may impair deliverability troubleshooting. Do not rely on input filtering at the wp_mail() call layer alone, as the root cause is output encoding in the detail view renderer.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53702
GHSA-v4r4-2fwc-5qq5