WordPress
CVE-2025-13794
MEDIUM
Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Auto Featured Image (Auto Post Thumbnail) plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the bulk_action_generate_handler function in all versions up to, and including, 4.2.1. This makes it possible for authenticated attackers, with Contributor-level access and above, to delete or generate featured images on posts they do not own.
AnalysisAI
Authenticated attackers with Contributor-level access or above can delete or generate featured images on posts they do not own in the Auto Featured Image (Auto Post Thumbnail) WordPress plugin through version 4.2.1, due to a missing capability check in the bulk_action_generate_handler function. The vulnerability requires user authentication and has a CVSS score of 4.3; no public exploit code or active exploitation has been confirmed at the time of analysis.
Technical ContextAI
The Auto Featured Image plugin for WordPress implements a bulk action handler (bulk_action_generate_handler) that processes requests to generate or delete featured images on posts. The function fails to verify whether the authenticated user has the capability to modify the target posts (CWE-862: Missing Authorization). WordPress capability checks typically verify post ownership or administrative permissions; the absence of such checks allows any authenticated user with Contributor status or higher to manipulate featured image metadata on arbitrary posts. This is a server-side authorization flaw in a PHP/WordPress plugin context where post modification permissions should be enforced before processing bulk actions.
Affected ProductsAI
The Auto Featured Image (Auto Post Thumbnail) WordPress plugin is vulnerable in all versions up to and including 4.2.1. The vulnerable code is located in the class-plugin.php file at the bulk_action_generate_handler function. WordPress sites with this plugin installed at version 4.2.1 or earlier are affected; the vulnerability applies to any installation where Contributor-level users or above exist.
RemediationAI
Update the Auto Featured Image (Auto Post Thumbnail) plugin to a patched version released after 4.2.1. Consult the WordPress plugin repository (https://plugins.trac.wordpress.org/browser/auto-post-thumbnail/) and the Wordfence threat intelligence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/29b0fd97-a669-42bb-b01e-bdc0395d697e?source=cve) for the exact fixed version. As an interim mitigation, administrators of WordPress sites relying on strict post authorship controls should audit user roles and restrict Contributor-level access to only trusted authors until an update is applied. Additionally, audit post featured image modification logs if available to detect unauthorized changes.
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