The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to unauthenticated privilege escalation in versions up to and including 3.29.2. This is due to insecure form submission handling that accepts arbitrary form definitions from user input instead of securely loading them from the backend. When $_POST['_acf_form'] is an array (rather than a form ID), the validate_form() function bypasses database lookup and directly processes the attacker-controlled structure. The create_record() function preserves attacker-supplied record data if present, and the user action's run() function falls back to attacker-controlled field definitions from $form['fields'] when legitimate fields cannot be found. The role field's pre_update_value() validation reads $field['role_options'] from this attacker-controlled definition, allowing an attacker to specify ['administrator'] as an allowed role and bypass the security check. This makes it possible for unauthenticated attackers to create administrator accounts by injecting a custom form configuration with a spoofed role field.
The Frontend Admin plugin for WordPress contains an unauthenticated privilege escalation vulnerability allowing attackers to create administrator accounts by manipulating form submissions. Versions up to 3.29.2 are affected due to insecure handling of user-supplied form definitions that bypass database validation.
تحتوي إضافة Frontend Admin على ثغرة في معالجة النماذج تسمح للمهاجمين بتجاوز التحقق من قاعدة البيانات. يمكن للمهاجمين إرسال تعريفات نماذج مزيفة تتضمن أدوار المسؤول في خيارات الأدوار. هذا يسمح بإنشاء حسابات مسؤول بدون مصادقة.
Frontend Admin plugin for WordPress contains an unauthenticated privilege escalation vulnerability allowing attackers to create administrator accounts by manipulating form submissions. Versions up to 3.29.2 are affected due to insecure handling of user-supplied form definitions that bypass database validation.
Update the Frontend Admin plugin to version 3.29.3 or later immediately. Implement Web Application Firewall rules to detect and block malicious form submissions. Disable the plugin if immediate patching is not possible. Review user accounts for unauthorized administrator creations and audit access logs for exploitation attempts.
قم بتحديث إضافة Frontend Admin إلى الإصدار 3.29.3 أو أحدث فوراً. طبق قواعد جدار حماية تطبيقات الويب للكشف عن طلبات النماذج الضارة. عطل الإضافة إذا لم يكن التحديث ممكناً فوراً. راجع حسابات المستخدمين للتحقق من عمليات الإنشاء غير المصرح بها وتدقيق سجلات الوصول.