Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
5DescriptionCVE.org
The Sendmachine for WordPress plugin for WordPress is vulnerable to authorization bypass via the 'manage_admin_requests' function in all versions up to, and including, 1.0.20. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to overwrite the plugin's SMTP configuration, which can be leveraged to intercept all outbound emails from the site (including password reset emails).
AnalysisAI
Authorization bypass in Sendmachine for WordPress plugin (versions ≤1.0.20) allows unauthenticated remote attackers to overwrite SMTP configuration settings without authentication. Attackers can redirect all outbound emails from WordPress sites - including password reset tokens and sensitive communications - to attacker-controlled servers, enabling credential theft and account takeover. CVSS 9.8 (Critical) reflects network attack vector with no authentication or user interaction required. No active exploitation confirmed at time of analysis, though the straightforward attack path (single HTTP request to exposed admin function) makes this a high-priority remediation target for sites using this plugin.
Technical ContextAI
This vulnerability stems from CWE-862 (Missing Authorization) in the 'manage_admin_requests' function within sendmachine_wp_admin.php. WordPress plugins typically enforce authorization checks using functions like current_user_can() or check_admin_referer() before processing administrative actions. The vulnerable code at lines 174-183 processes SMTP configuration updates without verifying the requesting user has administrative privileges or valid nonces. The affected sendmachine_email_manager.php component at line 39 handles email routing configuration. CPE identifier cpe:2.3:a:sendmachine:sendmachine_for_wordpress confirms this affects the Sendmachine for WordPress plugin across all versions through 1.0.20. SMTP hijacking attacks exploit this by submitting crafted POST requests directly to the plugin's admin handler, bypassing WordPress's standard authentication middleware entirely.
RemediationAI
Immediately update Sendmachine for WordPress plugin to version 1.0.21 or later if available (verify current version at official WordPress plugin repository). If no patched version exists, disable and deactivate the plugin until vendor releases a fix - access WordPress admin dashboard, navigate to Plugins, locate Sendmachine for WordPress, and click Deactivate then Delete. Compensating control if plugin functionality is business-critical: implement WordPress application firewall rules (via plugins like Wordfence or firewall-level WAF) to block unauthenticated POST requests to /wp-admin/admin-ajax.php with action parameters matching sendmachine admin functions, though this requires careful tuning to avoid blocking legitimate traffic and may break plugin functionality. Review WordPress email logs and SMTP configuration immediately for unauthorized changes - check for unfamiliar SMTP servers, authentication credentials, or port configurations. Monitor outbound email headers for unexpected relay servers. Audit user accounts for suspicious password resets or new administrator accounts created via intercepted reset emails. Consult vendor advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/7889e071-84a8-46ec-abe5-5c98980ce275 for specific patch details and indicators of compromise.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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 Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-24700
GHSA-4x86-c4g3-px96