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
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.
More in User Frontend
View allPHP Object Injection in the User Frontend WordPress plugin (versions before 4.3.11) allows any authenticated subscriber-
PHP object injection via unsafe deserialization in the User Frontend WordPress plugin (versions before 4.3.10) grants Ed
Unauthenticated attachment deletion in the User Frontend WordPress plugin before 4.3.8 allows remote attackers to perman
Unauthenticated post creation and publication is possible in the User Frontend WordPress plugin before 4.3.11 due to a s
Unauthenticated mass PII enumeration in the User Frontend WordPress plugin (versions 4.3.0 through 4.3.10) exposes the e
PHP object injection in User Frontend plugin for WordPress versions up to 4.3.1 allows authenticated attackers with Subs
Authorization bypass in the WP User Frontend (WPUF) WordPress plugin through version 4.3.7 allows unauthenticated visito
Unauthenticated content tampering in the WP User Frontend WordPress plugin (all versions through 4.3.7) allows any visit
Insecure Direct Object Reference in weDevs WP User Frontend plugin (all versions ≤4.3.1) allows unauthenticated network
Unauthorized subscription cancellation in weDevs User Frontend WordPress plugin (all versions through 4.3.2) allows any
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12202