CVE-2026-10039

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.
Configurations

No configuration.

History

21 Jul 2026, 12:10

Type Values Removed Values Added
Summary
  • (es) El plugin Frontend Admin de DynamiApps para WordPress es vulnerable a inyección SQL genérica a través del parámetro 'order' en todas las versiones hasta, e incluyendo, la 3.28.28 debido a un escape insuficiente en el parámetro proporcionado por el usuario y a la falta de preparación suficiente en la consulta SQL existente. Esto hace posible que atacantes autenticados, con acceso de nivel de administrador y superior, añadan consultas SQL adicionales a consultas ya existentes que pueden ser utilizadas para extraer información sensible de la base de datos. La explotación requiere que el atacante también proporcione un parámetro 'orderby' válido en la misma solicitud, ya que esto es necesario para alcanzar la ruta de código vulnerable que procesa y concatena el valor 'order' en la consulta SQL.

29 May 2026, 09:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-29 09:16

Updated : 2026-07-21 12:10


NVD link : CVE-2026-10039

Mitre link : CVE-2026-10039

CVE.ORG link : CVE-2026-10039


JSON object : View

Products Affected

No product.

CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')