Katalog CVE

CVE-2026-6226

Wysokie
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Wtyczka Frontend Admin od DynamiApps dla WordPressa jest podatna na nieautoryzowane podniesienie uprawnień w wersjach do 3.29.2 włącznie. Problem wynika z niebezpiecznego przetwarzania formularzy, które akceptuje dowolne definicje formularzy z wejścia użytkownika.

Ocena ryzyka

Atakujący mogą wykorzystać tę podatność do uzyskania uprawnień administratora bez autoryzacji, co stwarza poważne zagrożenie dla bezpieczeństwa systemu.

Rekomendacja

Zaleca się aktualizację wtyczki do najnowszej wersji, aby usunąć tę podatność oraz przegląd zabezpieczeń formularzy w aplikacji.

Oryginalny opis (angielski, źródło NVD)

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 administra

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS