<?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>Cpe:2.3:h:netlink:hg323rw:3.1.02-260228:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3hnetlinkhg323rw3.1.02-260228/</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, 24 Sep 2026 14:13:29 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3hnetlinkhg323rw3.1.02-260228/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>Remote Code Execution in Netlink ICT HG323RW Routers via CVE-2026-96515</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2026-96515/</link><pubDate>Thu, 24 Sep 2026 14:13:29 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2026-96515/</guid><description>A vulnerability in the Netlink ICT HG323RW router allows authenticated low-privileged users to achieve remote code execution as root via an insecure diagnostic import endpoint.</description><content:encoded><![CDATA[<p>CVE-2026-96515 is a high-severity security vulnerability affecting Netlink ICT HG323RW routers, specifically firmware version 3.1.02-260228. The issue stems from the device's diagnostic import handler, hosted at the <code>/boaform/formImportOMCIShell</code> endpoint, which fails to correctly validate user-supplied files. An attacker with a low-privileged, authenticated web account on an adjacent network can upload a crafted shell script that is subsequently executed by the BOA process with root (UID 0) privileges. This vulnerability, identified as CWE-862 (Missing Authorization) and CWE-434 (Unrestricted Upload of File with Dangerous Type), was reported by Muhammed Safvan and acknowledged by CERT-In in advisory CIVN-2026-0473. With the recent publication of a functional proof-of-concept exploit, the risk of exploitation has increased significantly for unpatched devices. Defenders should ensure all affected hardware is updated to firmware version 3.1.02-260904, which removes the vulnerable endpoints.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains access to a low-privileged web account on the Netlink ICT HG323RW router, potentially via factory default credentials or credential harvesting.</li>
<li>Attacker establishes a connection to the router's web interface from an adjacent network segment.</li>
<li>Attacker authenticates to the web portal and obtains necessary session/CSRF tokens to authorize subsequent API requests.</li>
<li>Attacker crafts a multipart HTTP POST request containing a malicious shell script payload, targeting the <code>/boaform/formImportOMCIShell</code> endpoint and the <code>binary</code> field.</li>
<li>Attacker transmits the multipart request to the target router, triggering the file upload mechanism.</li>
<li>The <code>bin/boa</code> process on the router saves the uploaded content to <code>/tmp/omcishell</code> without proper sanitization.</li>
<li>The system's diagnostic handler invokes the execution sink, resulting in <code>/bin/sh /tmp/omcishell</code> being executed with UID 0.</li>
<li>Attacker gains a reverse shell or arbitrary command execution as the root user, facilitating full system control.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an attacker to gain full control over the affected Netlink ICT HG323RW router with root-level privileges. This enables the attacker to intercept network traffic, modify device configurations, establish persistent backdoors, or use the device as a pivot point for further lateral movement within the private network. Given the device's role as a network gateway, this represents a significant compromise of the local infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all Netlink ICT HG323RW routers to firmware version 3.1.02-260904 immediately, as this version disables the vulnerable <code>/boaform/formImportOMCIShell</code> endpoint.</li>
<li>Restrict administrative web access to the router to trusted management VLANs or internal-only interfaces.</li>
<li>Change default factory credentials and enforce strong, unique passwords for all user accounts, including low-privileged ones.</li>
<li>Monitor internal network traffic for unexpected HTTP POST requests directed toward <code>/boaform/formImportOMCIShell</code> or <code>/boaform/admin/formImportOMCIShell</code>.</li>
<li>Audit for any unexplained processes spawned from <code>/tmp/</code> directory files, specifically those executing via <code>/bin/sh</code> or <code>/bin/bash</code> with UID 0.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve</category><category>rce</category><category>network-device</category><category>router</category></item></channel></rss>