CVE-2026-3328 HIGH

CVE-2026-3328: Frontend Admin by DynamiApps <= 3.28.31 - Authenticated (Editor+) PHP Object Injection via 'post_content' of Admin Form Posts

Vendor Shabti
Product Frontend Admin by DynamiApps
Weakness CWE-502 · Unsafe deserialization
Published March 26, 2026
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to PHP Object Injection via deserialization of the 'post_content' of admin_form posts in all versions up to, and including, 3.28.31. This is due to the use of WordPress's `maybe_unserialize()` function without class restrictions on user-controllable content stored in admin_form post content. This makes it possible for authenticated attackers, with Editor-level access and above, to inject a PHP Object. The additional presence of a POP chain allows attackers to achieve remote code execution.

Explanation of Vulnerability in Simple Terms

02Summary

Frontend Admin by DynamiApps versions 3.28.31 and earlier contain a deserialization vulnerability in how they process untrusted data. An authenticated administrator can craft malicious serialized input to execute arbitrary code on the site. This requires high-level admin access but no user interaction. Sites running affected versions should update immediately.

What an attacker can do

03Attacker Capabilities

Run arbitrary code on the site with full admin privileges.

Potential impact on your site

04Site Impact

A compromised admin account can fully control your site, modify content, install backdoors, or steal data.

Conditions required to exploit

05Prerequisites

Attacker must have administrator-level access to the site.

Key dates

06Disclosure timeline

March 26, 2026 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE