<?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>Bablilayoub - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/bablilayoub/</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>Tue, 28 Jul 2026 22:24:50 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/bablilayoub/feed.xml" rel="self" type="application/rss+xml"/><item><title>Path Traversal Vulnerability in openhole-server (CVE-2026-54650)</title><link>https://feed.craftedsignal.io/briefs/2026-07-openhole-server-path-traversal/</link><pubDate>Tue, 28 Jul 2026 22:24:50 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-openhole-server-path-traversal/</guid><description>An unauthenticated path traversal vulnerability (CVE-2026-54650) in openhole-server and openhole CLI versions 0.1.1 and earlier allows remote attackers to read arbitrary files outside the web root on tunneled local services by exploiting URL-decoded percent-encoded dot-segments and slashes, enabling arbitrary file disclosure and potential bypass of access controls.</description><content:encoded><![CDATA[<p>A high-severity path traversal vulnerability, tracked as CVE-2026-54650, affects <code>openhole-server</code> and the <code>openhole CLI</code> in versions 0.1.1 and earlier. Discovered by GHSA, this flaw allows an unauthenticated remote attacker to access arbitrary files outside the intended web root on local services exposed through the <code>openhole</code> tunnel. The vulnerability stems from the server incorrectly forwarding the URL-decoded request path (<code>r.URL.Path</code>) to tunnel clients instead of preserving the original, percent-encoded request-target. This leads to percent-encoded dot-segments (<code>%2e%2e/</code> for <code>../</code>) and separators (<code>%2f</code> for <code>/</code>) being decoded and interpreted literally by the backend, bypassing Go's <code>ServeMux</code> protections against literal path traversals. This could enable attackers to read sensitive configuration files, system files like <code>/etc/passwd</code>, and potentially bypass existing path-based access controls.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated remote attacker crafts a malicious HTTP request targeting an <code>openhole-server</code> instance.</li>
<li>The request path includes specifically engineered URL-encoded directory traversal sequences, such as <code>/%2e%2e/</code> (for <code>../</code>) and potentially <code>%2f</code> (for <code>/</code>).</li>
<li>The <code>openhole-server</code> receives this request and, due to the vulnerability, URL-decodes the <code>r.URL.Path</code> parameter.</li>
<li>The percent-encoded traversal sequences are transformed into their literal forms (e.g., <code>%2e%2e</code> becomes <code>..</code> and <code>%2f</code> becomes <code>/</code>).</li>
<li>The server then forwards this URL-decoded path to the tunneled backend service, effectively bypassing Go's <code>ServeMux</code> protection that typically rejects literal <code>../</code> sequences.</li>
<li>The backend service processes the path, interpreting the literal <code>../</code> sequences as directory traversals, allowing access to files outside its intended web root or application directory.</li>
<li>The attacker gains unauthorized access to and reads sensitive files (e.g., <code>/etc/passwd</code>, application configuration files) from the victim's system, which are then returned in the HTTP response.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-54650 can lead to severe consequences for organizations utilizing vulnerable versions of <code>openhole-server</code>. An unauthenticated remote attacker can read arbitrary files from the underlying system that hosts the tunneled service, beyond the intended web or application root. This can expose sensitive information such as user credentials, system configuration, source code, and other proprietary data. The vulnerability also allows for the bypass of path-based access controls, potentially granting access to restricted areas or functionalities. While specific victim counts or targeted sectors are not detailed, any organization using affected <code>openhole-server</code> instances is at risk of significant data breaches and unauthorized system access.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately upgrade <code>openhole-server</code> and <code>openhole CLI</code> to version <code>v0.1.2</code> or later to remediate CVE-2026-54650.</li>
<li>Deploy the Sigma rule &quot;Detect CVE-2026-54650 Exploitation Attempt in openhole-server&quot; to your SIEM to identify HTTP requests containing suspicious URL-encoded path traversal sequences.</li>
<li>Enable comprehensive webserver logging to capture full HTTP request paths and query parameters for detection and forensic analysis.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>path-traversal</category><category>webserver</category></item></channel></rss>