Severity by source
AV:N/AC:L/PR:N/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:N/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
3DescriptionCVE.org
The User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the draft_post() function in all versions up to, and including, 4.2.8. This makes it possible for unauthenticated attackers to modify arbitrary posts (e.g. unpublish published posts and overwrite the contents) via the 'post_id' parameter.
AnalysisAI
Unauthenticated attackers can modify arbitrary WordPress posts through the User Frontend plugin (versions up to 4.2.8) due to missing authorization checks in the draft_post() function, allowing them to unpublish or alter post content. The vulnerability affects all installations of the affected plugin versions without requiring authentication or user interaction. No patch is currently available.
Technical ContextAI
The User Frontend plugin is a WordPress plugin designed for frontend user interactions including post submission, user directories, and profile management. The vulnerability stems from CWE-862 (Missing Authorization/Capability Check), where the draft_post() function fails to verify whether the requesting user possesses the necessary WordPress capabilities before allowing post modification operations. WordPress enforces capability checks through its permissions API, and this plugin bypasses those checks entirely. The affected technology stack involves PHP-based WordPress post manipulation functions without proper use of current_user_can() checks, allowing any HTTP request (authenticated or not) to invoke post state changes. The plugin's reliance on the 'post_id' parameter as the sole identifier for targeting posts compounds the issue, as enumeration of post IDs is trivial in WordPress environments.
RemediationAI
Immediately upgrade the User Frontend plugin to version 4.2.9 or later, which should include the capability check fix. This can be performed through the WordPress dashboard under Plugins > Installed Plugins by clicking 'Update Now' if an update is available, or by manually downloading and uploading the latest version from the WordPress.org plugin repository. Until patching is completed, implement temporary mitigations by restricting HTTP access to WordPress administrative endpoints via web application firewall rules or reverse proxy configuration, disabling the plugin if functionality is not immediately required, and auditing recent post modification logs via WordPress audit plugins to detect unauthorized changes. Monitor post revisions and maintain verified backups to enable recovery if posts are modified without authorization. Consider implementing additional role-based access controls through WordPress user capability management to minimize the blast radius of unauthenticated requests.
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-12202