<?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>OpenChamber (1.11.7) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/openchamber-1.11.7/</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>Thu, 06 Aug 2026 15:25:36 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/openchamber-1.11.7/feed.xml" rel="self" type="application/rss+xml"/><item><title>Unauthenticated Remote Code Execution in OpenChamber</title><link>https://feed.craftedsignal.io/briefs/2026-08-openchamber-rce/</link><pubDate>Thu, 06 Aug 2026 15:25:36 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-openchamber-rce/</guid><description>OpenChamber 1.11.7 contains a critical unauthenticated RCE vulnerability in the /api/fs/exec endpoint due to improper command input validation and flawed authentication middleware.</description><content:encoded><![CDATA[<p>OpenChamber version 1.11.7 is susceptible to a critical unauthenticated remote code execution vulnerability (CVE-2026-53975). The vulnerability exists in the /api/fs/exec endpoint, which passes user-provided input directly to the Node.js spawn() function without any validation or sanitization. Furthermore, the application's authentication middleware fails to enforce security when the UI_PASSWORD environment variable is unset. As the default Docker deployment configuration leaves this variable unconfigured, most deployments are exposed to unauthenticated exploitation. An attacker can submit a crafted POST request to trigger arbitrary command execution as the application user, resulting in the server returning the full command output, including stdout, stderr, and the exit code. This poses a significant risk to the integrity and availability of the host environment, particularly in containerized deployments.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an unauthenticated remote attacker to execute arbitrary OS commands on the host machine with the privileges of the OpenChamber application user. This could lead to full system compromise, data exfiltration, or deployment of further malicious payloads. The scope of impact is high, as the vulnerability resides in the default configuration for containerized environments.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized, concrete actions for detection engineering teams:</p>
<ul>
<li>Deploy the provided webserver detection rule to identify malicious POST requests targeting the /api/fs/exec endpoint.</li>
<li>Audit all OpenChamber deployments to ensure the UI_PASSWORD environment variable is explicitly configured to a strong, unique password.</li>
<li>Update OpenChamber to the latest patched version once available.</li>
<li>Implement egress network filtering to prevent the application container from initiating unauthorized external connections.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>remote-code-execution</category><category>web-vulnerability</category><category>cve-2026-53975</category></item></channel></rss>