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.
Published: 2026-06-11
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The plugin registers an unauthenticated AJAX endpoint that uses a nonce originally intended only for a client‑side check. Because the same nonce is rendered on every public page containing a Fediverse embed, any visitor can obtain it and invoke the endpoint with an arbitrary URL. The server then performs an HTTP GET to that URL via file_get_html, enabling a server‑side request forgery. An attacker can direct internal or public network requests, potentially exposing sensitive services, leaking data, or abusing internal resources. This is a classic SSRF weakness (CWE‑918).

Affected Systems

The vulnerability is present in the Fediverse Embeds WordPress plugin (vendor stefanbohacek) on any WordPress installation running a version prior to 1.5.9. Public pages that include a Fediverse embed are required to obtain the shared nonce; therefore every site using the plugin before the fix is affected.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity. No EPSS value is published, so the exact exploitation probability is unknown. The vulnerability is not listed in CISA KEV. Attackers need only visit a public page that contains a Fediverse embed to capture the nonce and then send a crafted AJAX request. Because the action is unauthenticated and the nonce is globally available, the exploitation requirement is low, making it reasonably likely in an environment where the plugin is deployed and public posts exist.

Generated by OpenCVE AI on June 11, 2026 at 20:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Fediverse Embeds WordPress plugin to version 1.5.9 or later, which removes the vulnerable AJAX action.
  • If an immediate upgrade is not possible, block or remove the wp_ajax_nopriv_ftf_get_site_info endpoint by adding a capability check or filtering it out with remove_action.
  • Add web‑application firewall rules or network filtering to block unexpected outbound requests from WordPress to internal services, mitigating potential SSRF if the endpoint still exists.

Generated by OpenCVE AI on June 11, 2026 at 20:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 11 Jun 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 11 Jun 2026 18:00:00 +0000

Type Values Removed Values Added
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.
Title Fediverse Embeds: Public-nonce SSRF via ftf_get_site_info AJAX action
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-11T18:54:33.223Z

Reserved: 2026-05-15T23:26:58.308Z

Link: CVE-2026-46698

cve-icon Vulnrichment

Updated: 2026-06-11T18:53:51.049Z

cve-icon NVD

Status : Deferred

Published: 2026-06-11T18:16:26.093

Modified: 2026-06-11T20:59:55.650

Link: CVE-2026-46698

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-11T20:30:28Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)