Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Unauthenticated reflected/stored XSS reachable over the network with low complexity; victim interaction required, scope change into authenticated WP admin context yields low C/I/A.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Cross Site Scripting (XSS) in Post SMTP <= 3.6.2 versions.
AnalysisAI
Reflected or stored cross-site scripting in the Post SMTP WordPress plugin (versions 3.6.2 and earlier) allows unauthenticated remote attackers to inject malicious script that executes in a victim's browser after user interaction. The CVSS 7.1 score with scope change reflects potential session theft or administrative action hijacking against WordPress sites running the plugin. No public exploit identified at time of analysis, and the issue is tracked by Patchstack but not listed in CISA KEV.
Technical ContextAI
Post SMTP (CPE cpe:2.3:a:wpexperts:post_smtp) is a widely deployed WordPress plugin from WPExperts that replaces the default wp_mail() function to route outbound mail through SMTP, Mailgun, SendGrid, and similar providers, and includes a dashboard for logs, diagnostics, and test-email tooling. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), meaning attacker-supplied input is rendered in a page context without adequate output encoding or sanitization, allowing browser execution of attacker-controlled JavaScript. Because the issue is reachable without authentication, the injection sink is exposed on a public endpoint of the plugin rather than gated behind wp-admin capability checks.
RemediationAI
Upstream fix available per Patchstack advisory; released patched version not independently confirmed from the provided data, so administrators should update Post SMTP to the latest available release from the WordPress plugin repository above 3.6.2 and verify the changelog references the XSS fix referenced at https://patchstack.com/database/wordpress/plugin/post-smtp/vulnerability/wordpress-post-smtp-plugin-3-6-2-cross-site-scripting-xss-vulnerability. As compensating controls while patching, deploy a WordPress-aware WAF rule (Patchstack, Wordfence, or equivalent) to filter script payloads against the plugin's public endpoints, restrict access to Post SMTP's logging, diagnostic, and test-email pages via web-server ACLs or an auth gate (trade-off: blocks legitimate anonymous bounce/tracking callbacks if any are exposed), and tighten the site's Content-Security-Policy to disallow inline script execution (trade-off: may break other plugins or themes that rely on inline JS). If the plugin's mail-tracking or bounce-handling features are unused, disable them in plugin settings to reduce the unauthenticated attack surface.
The POST SMTP Mailer WordPress plugin before 2.5.7 does not have proper CSRF checks in some AJAX actions, which could al
The Post SMTP Mailer/Email Log WordPress plugin before 2.1.7 does not have proper authorisation in some AJAX actions, wh
The POST SMTP WordPress plugin before 2.8.7 does not sanitise and escape the msg parameter before outputting it back in
The POST SMTP Mailer WordPress plugin before 2.7.1 does not escape email message content before displaying it in the bac
The Post SMTP Mailer/Email Log WordPress plugin before 2.1.4 does not escape some of its settings before outputting them
The POST SMTP - The #1 WordPress SMTP Plugin with Advanced Email Logging and Delivery Failure Notifications plugin for W
The Post SMTP plugin for WordPress is vulnerable to Stored Cross-Site Scripting via email contents in versions up to, an
The Post SMTP plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the from and subject parameter in al
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Post SMTP POST SMT
The Post SMTP plugin for WordPress is vulnerable to generic SQL Injection via the ‘columns’ parameter in all versions up
The POST SMTP Mailer plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including,
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36845
GHSA-h4p6-m7g5-cfp4