CVE-2026-3478
Server-Side Request Forgery in WordPress Content Syndication Toolkit
Publication date: 2026-03-21
Last updated on: 2026-03-21
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| reduxframework | content_syndication_toolkit | to 1.3 (inc) |
| wordfence | content_syndication_toolkit | to 1.3 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Content Syndication Toolkit plugin for WordPress, up to version 1.3, contains a Server-Side Request Forgery (SSRF) vulnerability via the redux_p AJAX action in the bundled ReduxFramework library.
An unauthenticated attacker can access a proxy endpoint (wp_ajax_nopriv_redux_p) that takes a URL parameter without any validation or restrictions and uses it to make web requests from the server.
Because the plugin does not verify authentication, nonce, or restrict URLs, the attacker can make arbitrary requests originating from the web application, potentially accessing internal services or cloud metadata endpoints.
How can this vulnerability impact me? :
This vulnerability allows unauthenticated attackers to make arbitrary web requests from the vulnerable server to internal or external systems.
- Attackers can query or modify information from internal services that are not normally accessible externally.
- It can be used to scan internal network ports, potentially revealing other vulnerable services.
- Attackers may interact with cloud metadata endpoints, which could lead to exposure of sensitive cloud environment information.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know