The Post SMTP plugin for WordPress is vulnerable to...
Moderate severity
Unreviewed
Published
Mar 18, 2026
to the GitHub Advisory Database
•
Updated Mar 18, 2026
Description
Published by the National Vulnerability Database
Mar 18, 2026
Published to the GitHub Advisory Database
Mar 18, 2026
Last updated
Mar 18, 2026
The Post SMTP plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the
handle_office365_oauth_redirect()function in all versions up to, and including, 3.8.0. This is due to the function being hooked toadmin_initwithout anycurrent_user_can()check or nonce verification. This makes it possible for authenticated attackers, with Subscriber-level access and above, to overwrite the site's Office 365 OAuth mail configuration (access token, refresh token, and user email) via a crafted URL. The configuration option is used during wizard setup of Microsoft365 SMTP, only available in the Pro option of the plugin. This could cause an Administrator to believe an attacker-controlled Azure app is their own, and lead them to connect the plugin to the attacker's account during configuration after upgrading to Pro.References