CVE Catalog

CVE-2026-46698

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.04%

13th percentile — higher than 13% of all known CVEs

Summary

The Fediverse Embeds plugin prior to version 1.5.9 had a vulnerability that allowed unauthorized invocation of the AJAX action wp_ajax_nopriv_ftf_get_site_info, enabling attackers to fetch information from external URLs.

Risk Assessment

An attacker could exploit this vulnerability to gain access to data from external sources, potentially leading to information leakage or other attacks on the site.

Recommendation

It is recommended to update the Fediverse Embeds plugin to version 1.5.9 or later to mitigate this vulnerability.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS