<?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>File-Listing — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/file-listing/</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:52:58 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/file-listing/feed.xml" rel="self" type="application/rss+xml"/><item><title>Remote Sunrise Helper for Windows 2026.14 - Unauthenticated File/Directory Listing</title><link>https://feed.craftedsignal.io/briefs/2026-05-remote-sunrise-helper-file-listing/</link><pubDate>Fri, 15 May 2026 12:52:58 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-remote-sunrise-helper-file-listing/</guid><description>A local exploit has been published for Remote Sunrise Helper for Windows 2026.14, detailing an unauthenticated file/directory listing vulnerability. Successful exploitation allows unauthenticated attackers to list files and directories on the affected system.</description><content:encoded><![CDATA[<p>A public exploit has been published on Exploit-DB (EDB-52566) detailing an unauthenticated file/directory listing vulnerability in Remote Sunrise Helper for Windows 2026.14. The vulnerable software exposes an API endpoint <code>/api/listFiles</code> which can be accessed without authentication to list directory contents on the target Windows system. The exploit leverages HTTP GET requests to this endpoint, potentially allowing attackers to enumerate sensitive files and directories. The availability of this exploit increases the risk to systems running the affected version of Remote Sunrise Helper.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target system running Remote Sunrise Helper for Windows 2026.14 on port 49762.</li>
<li>The attacker crafts an HTTP GET request to <code>https://&lt;target_ip&gt;:49762/api/getVersion</code> to determine if authentication is required.</li>
<li>If the response indicates that authentication is not required ( <code>&quot;requires.auth&quot;: False</code>), the attacker proceeds to the next step.</li>
<li>The attacker crafts an HTTP GET request to <code>https://&lt;target_ip&gt;:49762/api/listFiles</code> with the <code>X-HostName</code>, <code>X-ClientToken</code>, and <code>X-HostFullModel</code> headers set to arbitrary values.</li>
<li>To list a specific directory, the attacker URL-encodes the path and includes it in the request to <code>https://&lt;target_ip&gt;:49762/api/listFiles=&lt;encoded_path&gt;</code>.</li>
<li>The server responds with a JSON payload containing a list of files and directories within the requested path.</li>
<li>The attacker parses the JSON response to enumerate files and directories on the target system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an unauthenticated attacker to list files and directories on the Windows system running Remote Sunrise Helper 2026.14. This information can be used to discover sensitive information, identify potential targets for further exploitation, or gather intelligence about the system&rsquo;s configuration. The impact is information disclosure, potentially leading to further compromise of the affected system.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply appropriate access controls or remove the affected software.</li>
<li>Monitor webserver logs for requests to the <code>/api/listFiles</code> endpoint from unusual source IPs, as detailed in the overview.</li>
<li>Deploy the Sigma rule to detect unauthenticated access to the <code>/api/listFiles</code> endpoint as outlined below.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>unauthenticated-access</category><category>file-listing</category><category>windows</category></item></channel></rss>