Katalog CVE

CVE-2026-6394

ŚrednieCVSS 5.4
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.32%

Percentyl 24 - wyżej niż 24% wszystkich znanych CVE

Streszczenie

Wtyczka Nexa Blocks dla WordPressa w wersjach do 1.1.1 jest podatna na SSRF (Server-Side Request Forgery) z powodu braku walidacji URL w funkcji import_demo(). Funkcja ta akceptuje URL podany przez użytkownika w parametrze POST demo_json_file i przekazuje go bezpośrednio do wp_remote_get() bez ograniczeń dotyczących sieci wewnętrznych. Dodatkowo, nonce wymagany dla akcji AJAX jest publicznie dostępny w źródle HTML każdej strony frontendowej, co umożliwia ataki nieuwierzytelnionym użytkownikom.

Ocena ryzyka

Ryzyko obejmuje możliwość wykonywania żądań HTTP do wewnętrznych usług, takich jak metadane chmury AWS, localhost czy inne zasoby, co może prowadzić do wycieku danych i eskalacji ataku.

Rekomendacja

Zaleca się natychmiastową aktualizację wtyczki Nexa Blocks do wersji 1.1.2 lub nowszej, która zawiera poprawkę eliminującą tę podatność.

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

The Nexa Blocks – Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE plugin for WordPress is vulnerable to Server-Side Request Forgery (SSRF) in versions up to and including 1.1.1. This is due to the import_demo() function accepting a user-supplied URL in the demo_json_file POST parameter and passing it directly to wp_remote_get() without any URL validation or restriction against internal or private network destinations. The nexa_blocks_nonce required for the AJAX action is publicly exposed in the HTML source of any frontend page where the plugin is active via wp_localize_script on the enqueue_block_assets hook, effectively making the nonce available to all visitors and bypassing any intended authentication barrier. This makes it possible for unauthenticated attackers to make server-side HTTP requests to arbitrary internal or external destinations, potentially exposing internal services, cloud metadata endpoints such as the AWS instance metadata service, localhost services, and other resources not intended to be publicly accessible. A secondary SSRF vector also exists whereby image URLs extracted from the attacker-controlled JSON response are subsequently fetched via a second wp_remote_get() call, allowing chained exploitation through a crafted JSON payload.

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