<?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/"><channel><title>Rs Ltd — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/rs-ltd/</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>Fri, 15 May 2026 12:53:11 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/rs-ltd/feed.xml" rel="self" type="application/rss+xml"/><item><title>Remote Sunrise Helper for Windows 2026.14 Remote Code Execution Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-remote-sunrise-helper-rce/</link><pubDate>Fri, 15 May 2026 12:53:11 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-remote-sunrise-helper-rce/</guid><description>A remote code execution vulnerability exists in Remote Sunrise Helper for Windows version 2026.14, which can be exploited without authentication, as demonstrated by a public exploit published on Exploit-DB.</description><content:encoded><![CDATA[<p>A remote code execution vulnerability has been identified in Remote Sunrise Helper for Windows 2026.14. A public exploit (EDB-52565) demonstrating the vulnerability has been published on Exploit-DB, indicating a heightened risk for systems running the vulnerable software. The exploit targets the application&rsquo;s API endpoints to execute arbitrary commands on the host. Successful exploitation allows an unauthenticated attacker to execute commands on the targeted Windows system.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a vulnerable Remote Sunrise Helper instance running on a Windows host.</li>
<li>The attacker sends a GET request to <code>/api/getVersion</code> to the target on port 49762 to verify the application version and check if authentication is disabled.</li>
<li>The application responds with a JSON object indicating the version and the value of <code>requires.auth</code>. If <code>requires.auth</code> is <code>False</code>, the system is vulnerable.</li>
<li>The attacker crafts a POST request to <code>/api/executeScript</code> with the <code>X-Script</code> header containing the command to execute.</li>
<li>The attacker sets the <code>X-HostName</code>, <code>X-ClientToken</code>, and <code>X-HostFullModel</code> headers.</li>
<li>The vulnerable application executes the command specified in the <code>X-Script</code> header.</li>
<li>The application returns the result of the executed command in JSON format.</li>
<li>The attacker gains remote code execution on the Windows host, potentially leading to further compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an unauthenticated attacker to execute arbitrary code on the affected Windows system. This could lead to complete system compromise, including data theft, installation of malware, or denial of service. The availability of a public exploit makes this vulnerability highly accessible to attackers.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply appropriate mitigations to prevent unauthorized access to port 49762 used by Remote Sunrise Helper.</li>
<li>Deploy the Sigma rule <code>Detect Remote Sunrise Helper Vulnerability Check</code> to identify systems potentially probing for the vulnerability.</li>
<li>Deploy the Sigma rule <code>Detect Remote Sunrise Helper Exploit</code> to detect exploit attempts against the <code>/api/executeScript</code> endpoint.</li>
<li>Monitor web server logs for POST requests to <code>/api/executeScript</code> with suspicious <code>X-Script</code> headers.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>remote-code-execution</category><category>exploit</category><category>windows</category></item></channel></rss>