WordPress security changelog
MEDIUM CVE-2026-46698 Deferred

fediverse-embeds-wordpress-plugin: A security weakness

fediverse-embeds-wordpress-plugin is affected by a security weakness. The vulnerable path is reachable without authentication. The resulting impact depends on how the affected component exposes the vulnerable operation. The published affected range is < 1.5.9.

CVE / CNA score 5.3 CVSS 3.1 · security-advisories@github.com
NVD score Pending NVD has not published its own CVSS assessment.
Component
fediverse-embeds-wordpress-plugin
Plugin slug
Not applicable
Affected
< 1.5.9
Safe version
1.5.9
Published
Jun 11, 2026
Weakness
CWE-918 — Server-Side Request Forgery (SSRF)

Update, patch or deactivate.

Update fediverse-embeds-wordpress-plugin to 1.5.9 or later, or disable and remove it until a fixed version is available.

A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical 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.

CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Primary and upstream sources