Vulnerability Description
Fediverse Embeds embeds fediverse posts on WordPress sites. Prior to version 1.5.8, Fediverse Embeds registered an unauthenticated REST route ftf/media-proxy (includes/Media_Proxy.php) with permission_callback => __return_true that accepted a base64-encoded URL and forwarded it to wp_remote_get($url) without enforcing any allowlist. The plugin's source contained a comment block explicitly acknowledging that the request should be validated against allowed fediverse domains, but in 1.5.7 the validation only set a local $can_download_media flag that was never read. The full response body was echoed back to the caller, so this was a full-read SSRF / open proxy reachable by any anonymous visitor. This issue has been patched in version 1.5.8.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/stefanbohacek/fediverse-embeds-wordpress-plugin/commit/2f021f
- https://github.com/stefanbohacek/fediverse-embeds-wordpress-plugin/security/advi
FAQ
What is CVE-2026-46697?
CVE-2026-46697 is a vulnerability with a CVSS score of 7.5 (HIGH). Fediverse Embeds embeds fediverse posts on WordPress sites. Prior to version 1.5.8, Fediverse Embeds registered an unauthenticated REST route ftf/media-proxy (includes/Media_Proxy.php) with permission...
How severe is CVE-2026-46697?
CVE-2026-46697 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46697?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.