CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-3478

High
Published: Translated: NVD NIST

Summary

Wtyczka Content Syndication Toolkit dla WordPressa jest podatna na atak typu Server-Side Request Forgery (SSRF) we wszystkich wersjach do 1.3 włącznie, poprzez akcję AJAX redux_p w bibliotece ReduxFramework. Wtyczka rejestruje punkt końcowy proxy, który jest dostępny dla nieautoryzowanych użytkowników, co pozwala na przekazywanie URL bez walidacji.

Risk Assessment

Atakujący mogą wykorzystać tę podatność do wykonywania żądań webowych do dowolnych lokalizacji, co może prowadzić do wycieku informacji z wewnętrznych usług oraz skanowania portów w sieci wewnętrznej. To stwarza poważne zagrożenie dla bezpieczeństwa organizacji.

Recommendation

Zaleca się aktualizację wtyczki do najnowszej wersji, która zawiera poprawki zabezpieczeń. Dodatkowo, warto rozważyć ograniczenie dostępu do punktu końcowego proxy tylko dla autoryzowanych użytkowników.

Related vulnerabilities

Original NVD description (English source)

The Content Syndication Toolkit plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 1.3 via the redux_p AJAX action in the bundled ReduxFramework library. The plugin registers a proxy endpoint (wp_ajax_nopriv_redux_p) that is accessible to unauthenticated users. The proxy() method in the Redux_P class takes a URL directly from $_GET['url'] without any validation (the regex is set to /.*/ which matches all URLs) and passes it to wp_remote_request(), which does not have built-in SSRF protection like wp_safe_remote_request(). There is no authentication check, no nonce verification, and no URL restriction. The response from the requested URL is then returned to the attacker, making this a full-read SSRF. This makes it possible for unauthenticated attackers to make web requests to arbitrary locations originating from the web application, which can be used to query and modify information from internal services, scan internal network ports,

Vulnerability data from NVD (NIST) · CISA KEV · EPSS