Description
The User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 4.3.7 via the 'wpuf_files_data' parameter due to missing validation on a user controlled key. This makes it possible for unauthenticated attackers to overwrite the post_title, post_content, and post_excerpt of any arbitrary post on the site, including posts authored by administrators. Exploitation requires access to any WPUF post submission form; this is achievable by users with no WordPress role, as the wpuf_submit_post AJAX action is gated only by a nonce with no capability check for the downstream post-edit operation.
Published: 2026-07-09
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The User Frontend plugin for WordPress suffers from an insecure direct object reference that allows an unauthenticated user to modify any post’s title, content, and excerpt by supplying a crafted wpuf_files_data payload. Because the plugin fails to validate this key, the attacker can bypass normal post‑editing checks and overwrite data belonging to any post, including those authored by administrators. This capability constitutes a breach of content integrity, enabling defacement and the injection of malicious or phishing material.

Affected Systems

The affected product is the Wedevs User Frontend suite, which bundles AI powered posting, user directories, profile building, membership, and registration functionality, running on WordPress. All releases up to and including version 4.3.7 are impacted. Site owners using such versions should consider the plugin version and any existing compatibility constraints.

Risk and Exploitability

The CVSS base score of 5.3 places this flaw in the moderate range, while the EPSS score of less than 1% suggests a low current exploitation probability. It is not listed in CISA KEV. The vulnerability is exploitable through the wpuf_submit_post AJAX action, which only requires a valid nonce and no capability checks, allowing anyone who can reach the endpoint to send a payload that triggers the insecure data handling. An attacker needs only network access to the site but no user credentials.

Generated by OpenCVE AI on August 1, 2026 at 14:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched release of the User Frontend plugin that validates wpuf_files_data and enforces capability checks.
  • Add explicit capability checks (e.g., only allow users with edit_posts or publish_posts capability) to the wpuf_submit_post AJAX endpoint.
  • Restrict guest post submissions or disable the wpuf_submit_post action for unauthenticated visitors.

Generated by OpenCVE AI on August 1, 2026 at 14:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 08:15:00 +0000

Type Values Removed Values Added
Description The User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 4.3.7 via the 'wpuf_files_data' parameter due to missing validation on a user controlled key. This makes it possible for unauthenticated attackers to overwrite the post_title, post_content, and post_excerpt of any arbitrary post on the site, including posts authored by administrators. Exploitation requires access to any WPUF post submission form; this is achievable by users with no WordPress role, as the wpuf_submit_post AJAX action is gated only by a nonce with no capability check for the downstream post-edit operation.
Title User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration <= 4.3.7 - Insecure Direct Object Reference to Unauthenticated Arbitrary Post Modification via 'wpuf_files_data' Parameter
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-09T14:39:37.233Z

Reserved: 2026-06-16T16:03:46.619Z

Link: CVE-2026-12418

cve-icon Vulnrichment

Updated: 2026-07-09T13:32:28.069Z

cve-icon NVD

Status : Deferred

Published: 2026-07-09T08:16:46.000

Modified: 2026-07-09T16:20:12.533

Link: CVE-2026-12418

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T15:00:06Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key