Katalog CVE

CVE-2026-5113

Wysokie
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Wtyczka Gravity Forms dla WordPressa jest podatna na przechowywane ataki Cross-Site Scripting (XSS) poprzez ukryte pola zgody w wersjach do 2.10.0. Problem wynika z wadliwego mechanizmu walidacji stanu, który nieprawidłowo sanitizuje dane wejściowe.

Ocena ryzyka

Atakujący mogą wstrzykiwać złośliwe skrypty, które będą wykonywane, gdy administratorzy uzyskają dostęp do listy wpisów. To stwarza poważne zagrożenie dla bezpieczeństwa danych i integralności systemu.

Rekomendacja

Zaleca się aktualizację wtyczki Gravity Forms do najnowszej wersji, aby usunąć tę podatność. Dodatkowo, warto przeprowadzić audyt bezpieczeństwa w celu identyfikacji potencjalnych zagrożeń.

Inne podatności w Gravity Forms plugin for WordPress

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

The Gravity Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Consent field hidden inputs in versions up to and including 2.10.0. This is due to a flawed state validation mechanism that fails open when input is sanitized by wp_kses(), combined with insufficient output escaping. The state validation logic creates two hashes (raw input and wp_kses-sanitized input) and only fails validation if BOTH hashes don't match the original state. When an attacker injects XSS payloads using tags stripped by wp_kses() (like <svg>), the sanitized hash matches while the malicious raw value is preserved and saved to the database. When administrators view the Entries List page, the stored malicious consent label is retrieved and output without escaping, causing the XSS payload to execute. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in entries that will execute whenever an authenticated administrator accesses the entries list page.

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