Vulnerability Description
Fediverse Embeds embeds fediverse posts on WordPress sites. Prior to version 1.5.9, Fediverse Embeds registered the unauthenticated AJAX action wp_ajax_nopriv_ftf_get_site_info (includes/Site_Info.php) that verified a nonce ftf-fediverse-embeds-nonce and then called file_get_html($site_url) on the attacker-supplied URL. The same nonce was enqueued onto every public page containing a fediverse embed (via includes/Enqueue_Assets.php lines 41-46 + includes/Helpers.php lines 64-83), so the nonce gate was not an authentication boundary; any visitor of a public post with an embed could grab it and reuse it. This issue has been patched in version 1.5.9.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/stefanbohacek/fediverse-embeds-wordpress-plugin/commit/938214
- https://github.com/stefanbohacek/fediverse-embeds-wordpress-plugin/security/advi
- https://github.com/stefanbohacek/fediverse-embeds-wordpress-plugin/security/advi
FAQ
What is CVE-2026-46698?
CVE-2026-46698 is a vulnerability with a CVSS score of 5.3 (MEDIUM). Fediverse Embeds embeds fediverse posts on WordPress sites. Prior to version 1.5.9, Fediverse Embeds registered the unauthenticated AJAX action wp_ajax_nopriv_ftf_get_site_info (includes/Site_Info.php...
How severe is CVE-2026-46698?
CVE-2026-46698 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46698?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.