CVE-2026-10039
Deferred Deferred - Pending Action
SQL Injection in Frontend Admin WordPress Plugin

Publication date: 2026-05-29

Last updated on: 2026-05-29

Assigner: Wordfence

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-29
Last Modified
2026-05-29
Generated
2026-05-29
AI Q&A
2026-05-29
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
dynamiapps frontend_admin to 3.28.28 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

The Frontend Admin by DynamiApps plugin for WordPress has a generic SQL Injection vulnerability in the 'order' parameter in all versions up to and including 3.28.28.

This vulnerability exists because the plugin does not properly escape the user-supplied 'order' parameter and does not sufficiently prepare the SQL query before concatenating this parameter.

An authenticated attacker with administrator-level access or higher can exploit this by appending additional SQL queries to extract sensitive information from the database.

Exploitation requires the attacker to also supply a valid 'orderby' parameter in the same request to reach the vulnerable code path.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability allows authenticated attackers with administrator-level access to perform SQL Injection attacks that can extract sensitive information from the database.

Such unauthorized access and potential data extraction could lead to violations of data protection regulations like GDPR and HIPAA, which require safeguarding sensitive personal and health information.

Therefore, exploitation of this vulnerability may compromise compliance with these standards by exposing sensitive data and failing to maintain adequate security controls.


How can this vulnerability impact me? :

This vulnerability allows an attacker with administrator-level access to execute additional SQL queries on the database.

As a result, sensitive information stored in the database can be extracted without authorization.

The vulnerability does not impact integrity or availability directly but poses a confidentiality risk.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart