What the vulnerability does
01Description
The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to generic SQL Injection via the 'order' parameter in all versions up to, and including, 3.28.28 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires that the attacker also supply a valid 'orderby' parameter in the same request, as this is necessary to reach the vulnerable code path that processes and concatenates the 'order' value into the SQL query.
Explanation of Vulnerability in Simple Terms
02Summary
Frontend Admin by DynamiApps versions 3.28.8 and earlier contain a SQL injection vulnerability in a database query. An authenticated administrator can craft a malicious input to extract sensitive data from the site's database. The vulnerability requires high-level admin privileges and does not allow data modification or site disruption.
What an attacker can do
03Attacker Capabilities
Read sensitive data from the site database via SQL injection.
Potential impact on your site
04Site Impact
An admin account compromise could expose database contents like user credentials and private posts.
Conditions required to exploit
05Prerequisites
Attacker must have administrator-level access to the site.
Key dates
06Disclosure timeline
May 29, 2026
CVE published
May 29, 2026
Record updated