CVE-2026-5127 HIGH

CVE-2026-5127: User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration <= 4.3.1 - Authenticated (Subscriber+) PHP Object Injection

Vendor Wedevs
Product User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration
Weakness CWE-502 · Unsafe deserialization
Published May 8, 2026
Last update May 8, 2026

CVSS base score

8.8/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

The User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration plugin for WordPress is vulnerable to Deserialization of Untrusted Data in versions up to, and including, 4.3.1 This is due to insufficient input validation and type checking on the wpuf_files parameter during form submission, combined with unconditional deserialization via maybe_unserialize() when displaying post content. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary PHP objects, which can be leveraged to execute arbitrary code, delete arbitrary files, or perform other malicious actions if a POP chain is present on the target system.

Explanation of Vulnerability in Simple Terms

02Summary

User Frontend versions up to 4.3.1 contain a deserialization vulnerability in how the plugin processes untrusted data. An authenticated attacker can craft malicious serialized objects that execute arbitrary PHP code when deserialized, compromising the entire site. This requires a valid user account but no additional user interaction.

What an attacker can do

03Attacker Capabilities

Run arbitrary PHP code on the site with the privileges of the web server.

Potential impact on your site

04Site Impact

Complete site compromise: data theft, malware injection, defacement, or total takeover possible.

Conditions required to exploit

05Prerequisites

Attacker must have a valid user account (low privilege level sufficient).

Key dates

06Disclosure timeline

May 8, 2026 CVE published
May 8, 2026 Record updated

Related vulnerabilities

08Related CVE