CVE-2026-3478
Last modified
CVE-2026-3478 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
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, or interact with cloud metadata endpoints.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-3478?
How severe is CVE-2026-3478?
How do I fix CVE-2026-3478?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-34774Electron is a framework for writing cross-platform desktop a…8.1
- CVE-2026-34775Electron is a framework for writing cross-platform desktop a…9.8
- CVE-2026-34776Electron is a framework for writing cross-platform desktop a…5.3
- CVE-2026-34777Electron is a framework for writing cross-platform desktop a…5.4
- CVE-2026-34778Electron is a framework for writing cross-platform desktop a…6.5
- CVE-2026-34779Electron is a framework for writing cross-platform desktop a…7.8
- CVE-2026-34780Electron is a framework for writing cross-platform desktop a…6.1
- CVE-2026-34781Electron is a framework for writing cross-platform desktop a…3.3
- CVE-2026-34782Zammad is a web based open source helpdesk/customer support …4.3
- CVE-2026-34783Ferret is a declarative system for working with web data. Pr…8.1
- CVE-2026-34784Parse Server is an open source backend that can be deployed …7.5
- CVE-2026-34785Rack is a modular Ruby web server interface. Prior to versio…7.5
Are you affected by CVE-2026-3478?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
