<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Royal Elementor Addons - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/royal-elementor-addons/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sun, 16 Aug 2026 06:24:58 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/royal-elementor-addons/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>CVE-2026-17123: SSRF in Royal Elementor Addons WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-08-royal-elementor-ssrf/</link><pubDate>Sun, 16 Aug 2026 06:24:58 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-royal-elementor-ssrf/</guid><description>The Royal Elementor Addons WordPress plugin is vulnerable to Server-Side Request Forgery due to improper handling of webhook URLs within the Form Builder widget, allowing authenticated contributors to send arbitrary outbound requests from the server.</description><content:encoded><![CDATA[<p>The Royal Elementor Addons plugin for WordPress (versions 1.7.1064 and below) contains a critical Server-Side Request Forgery (SSRF) vulnerability identified as CVE-2026-17123. The issue stems from the Form Builder widget, specifically its webhook functionality. When a user with Contributor-level access or higher previews a draft, the widget's render method saves a user-supplied URL into the 'wpr_webhook_url_{widget_id}' option. Subsequently, the AJAX handler 'wpr_form_builder_webhook' retrieves this value and executes an outbound request via 'wp_remote_post()'. Critically, this execution path fails to invoke existing internal security helpers designed to block requests to private or loopback IP addresses, nor does it enforce host allowlisting or scheme validation. This oversight enables an attacker to force the server to interact with internal network resources, potentially leading to unauthorized data access or the manipulation of internal services residing within the hosting environment.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows authenticated attackers to perform SSRF attacks, enabling them to scan internal networks, interact with local services that lack external authentication, or exfiltrate sensitive configuration data from the internal infrastructure. Given the ubiquity of WordPress installations, this vulnerability poses a significant risk to organizations hosting internal or private services within the same network segment as their public web servers.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update the Royal Elementor Addons plugin to the latest available version beyond 1.7.1064, which contains the patch for CVE-2026-17123.</li>
<li>Audit access logs for the 'wpr_form_builder_webhook' AJAX action to identify potentially malicious requests originating from Contributor-level user accounts.</li>
<li>Implement strict egress filtering at the network level on web servers to prevent unauthorized connections from the application server to internal IP segments.</li>
<li>Review all custom webhook integrations for similar 'wp_remote_post()' usage that bypasses standard sanitization helper functions.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>