<?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>Cve-2026-44402 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-44402/</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>Wed, 12 Aug 2026 13:20:25 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-44402/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 Remote Code Execution in Voltronic Power SNMP Web Pro</title><link>https://feed.craftedsignal.io/briefs/2026-08-voltronic-rce/</link><pubDate>Wed, 12 Aug 2026 13:20:25 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-voltronic-rce/</guid><description>Voltronic Power SNMP Web Pro version 1.1 contains an unauthenticated RCE vulnerability allowing attackers to upload and execute malicious CGI scripts as root by bypassing session validation.</description><content:encoded><![CDATA[<p>Voltronic Power SNMP Web Pro 1.1 is susceptible to a critical unauthenticated remote code execution (RCE) vulnerability within the <code>upload.cgi</code> endpoint. The vulnerability arises from two primary flaws: the backend fails to validate session cookies, allowing unauthenticated access, and the firmware update functionality accepts and extracts user-supplied tar archives without validation. An attacker can craft a malicious archive containing an <code>install.sh</code> script and a custom CGI file. Once uploaded and triggered via the <code>install</code> parameter, the application executes the malicious script with root privileges, effectively dropping arbitrary CGI files into the web root. This allows for full system compromise on the affected ARM-based Linux device. As of August 12, 2026, no patch is available from the vendor, and public exploit code is available.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies the <code>upload.cgi</code> endpoint, which does not require valid authentication; any arbitrary session cookie bypasses access controls.</li>
<li>The attacker performs a reconnaissance request to <code>upload.cgi?params=extract</code> to confirm file paths and directory expectations via echoed error messages.</li>
<li>The attacker crafts a malicious tar archive containing an <code>install.sh</code> script and a backdoor CGI script (e.g., <code>pwned.cgi</code>).</li>
<li>The attacker performs a multipart HTTP POST request to upload the crafted tar archive to the vulnerable server.</li>
<li>The attacker invokes the extraction process via <code>GET /cgi-bin/upload.cgi?name=upgrade&amp;?params=extract</code>.</li>
<li>The attacker triggers the installation process via <code>GET /cgi-bin/upload.cgi?name=upgrade&amp;?params=install</code>, which executes the <code>install.sh</code> script as root.</li>
<li>The <code>install.sh</code> script copies the backdoor CGI script into the web server's CGI directory and sets execute permissions.</li>
<li>The attacker executes arbitrary commands by requesting the deployed backdoor CGI script via HTTP, achieving full remote code execution with root privileges.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full system compromise, allowing an attacker to execute arbitrary commands with root privileges on the device. This poses a significant risk to the availability, integrity, and confidentiality of the SNMP-managed power infrastructure. The exploit provides a persistent backdoor by installing a custom CGI handler, enabling ongoing unauthorized access to the underlying ARM Linux environment.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Implement an Nginx or similar reverse proxy in front of all Voltronic Power SNMP Web Pro 1.1 instances to enforce strict authentication before reaching the web application.</li>
<li>Deploy the Sigma rule below to detect attempts to access the vulnerable <code>upload.cgi</code> endpoint with common exploit parameters.</li>
<li>Monitor network egress from the SNMP devices to detect unusual activity or shell execution following a POST request to the web interface.</li>
<li>Block or restrict access to the web management interface of SNMP devices from any untrusted or external network segments.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>remote-code-execution</category><category>cve-2026-44402</category><category>firmware-vulnerability</category></item></channel></rss>