<?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>IpTIME - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/iptime/</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>Mon, 17 Aug 2026 14:54:27 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/iptime/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 ipTIME A3004T EAD Service</title><link>https://feed.craftedsignal.io/briefs/2026-08-iptime-rce/</link><pubDate>Mon, 17 Aug 2026 14:54:27 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-iptime-rce/</guid><description>The ipTIME A3004T router (firmware 14.19.0) is vulnerable to pre-authentication remote code execution via a flaw in the EAD service, allowing root command injection.</description><content:encoded><![CDATA[<p>A publicly disclosed vulnerability in the ipTIME A3004T router (firmware version 14.19.0) allows for unauthenticated remote code execution (RCE). The flaw resides in the EAD service, which listens on UDP port 56026. The vulnerability stems from an insecure implementation of the handle_send_cmd() function (lines 473-580 in ead.c), where user-controlled input provided in an EAD_TYPE_SEND_CMD packet is passed directly to the system() function without sanitization. This permits an attacker to execute arbitrary commands with root privileges. Additional vectors identified in the source include buffer overflows, format string vulnerabilities, and path traversal within the EAD service components. Because the EAD service does not implement source IP filtering, any remote attacker can target this service directly.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs reconnaissance to identify ipTIME A3004T devices reachable via UDP port 56026.</li>
<li>Attacker crafts a malicious EAD_TYPE_SEND_CMD packet (0x0a command code).</li>
<li>The crafted packet includes a semi-colon followed by the target command to achieve command injection.</li>
<li>The packet is transmitted via UDP to the target device on port 56026.</li>
<li>The EAD service's handle_send_cmd() function receives and processes the unsanitized input.</li>
<li>The system() binary is invoked by the service, executing the injected command.</li>
<li>Attacker gains arbitrary code execution with root-level privileges on the device.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full device compromise, allowing an attacker to execute arbitrary commands with root privileges. This grants total control over the router, facilitating traffic interception, internal network pivoting, and denial of service. The vulnerability affects the ipTIME A3004T specifically on firmware 14.19.0.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized, concrete actions for detection and mitigation:</p>
<ul>
<li>Block inbound traffic to UDP port 56026 at the network perimeter.</li>
<li>Audit ipTIME A3004T devices for firmware version 14.19.0 and apply patches if available from the vendor.</li>
<li>Deploy network intrusion detection signatures to identify UDP packets containing the string &quot;EAD_TYPE_SEND_CMD&quot; followed by shell metacharacters like &quot;;&quot;.</li>
<li>Monitor network traffic for unusual payloads targeting UDP port 56026.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>remote-code-execution</category><category>router-vulnerability</category><category>command-injection</category></item></channel></rss>