<?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>Webstudio (&lt;= 0.296.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/webstudio--0.296.0/</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>Sat, 05 Sep 2026 13:31:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/webstudio--0.296.0/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>Unauthenticated SSRF Vulnerability in Webstudio</title><link>https://feed.craftedsignal.io/briefs/2026-09-webstudio-ssrf/</link><pubDate>Sat, 05 Sep 2026 13:31:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-webstudio-ssrf/</guid><description>Webstudio versions through 0.296.0 are vulnerable to unauthenticated SSRF via proxy endpoints, allowing attackers to access internal cloud metadata and services.</description><content:encoded><![CDATA[<p>Webstudio through version 0.296.0 contains an unauthenticated Server-Side Request Forgery (SSRF) vulnerability. The flaw exists within the /cgi/image, /cgi/video, and /cgi/asset proxy routes when the RESIZE_ORIGIN environment variable is left unset. Because these endpoints do not properly validate user-supplied URLs before performing a request, an unauthenticated remote attacker can force the application to make arbitrary outbound HTTP requests from the server's context.</p>
<p>This vulnerability allows attackers to bypass network perimeters to access sensitive cloud instance metadata (e.g., AWS IMDS or GCP metadata services), interact with internal services that are not exposed to the internet, and conduct network reconnaissance of the host infrastructure. Defenders should ensure the RESIZE_ORIGIN environment variable is properly configured or upgrade to a patched version once available.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for the exfiltration of sensitive cloud provider credentials via metadata services, unauthorized access to internal management interfaces, and infrastructure-wide network mapping. This poses a high risk to organizations hosting Webstudio in cloud environments where instance metadata is accessible.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Ensure the RESIZE_ORIGIN environment variable is set to a restricted, known-good value to disable the vulnerable proxy behavior.</li>
<li>Monitor webserver access logs for anomalous requests to /cgi/ endpoints that contain suspicious URL query parameters or private IP addresses.</li>
<li>Restrict outbound network access from the Webstudio server to the cloud metadata service IP address (e.g., 169.254.169.254) using host-based firewalls or cloud security groups.</li>
<li>Apply patches or updates from the vendor as soon as they are released to address the underlying input validation flaw in the proxy routes.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>webstudio</category><category>ssrf</category><category>vulnerability</category><category>cloud-security</category></item></channel></rss>