Impact
A flaw in the Fediverse Embeds WordPress plugin allows any unauthenticated visitor to send a base64‑encoded URL to a REST endpoint that forwards the request without domain validation. The plugin simply forwards the response body back to the caller, giving the attacker a full‑read Server‑Side Request Forgery or open proxy capability. An attacker could use this to probe internal networks, access sensitive information, or facilitate further attacks such as data exfiltration or credential theft.
Affected Systems
The vulnerability affects the stefanbohacek:fediverse-embeds-wordpress-plugin, specifically all releases before version 1.5.8. Versions 1.5.8 and later contain a proper domain validation guard that prevents unauthenticated media proxy requests.
Risk and Exploitability
The CVSS score is 7.5, indicating a high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is an unauthenticated HTTP request to the ftf/media-proxy REST route, which means any web visitor can invoke it. Once exploited, the attacker can retrieve arbitrary external resources through the compromised server, effectively turning the host into an open proxy.
OpenCVE Enrichment