<?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>Corget - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/corget/</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, 10 Aug 2026 14:37:45 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/corget/feed.xml" rel="self" type="application/rss+xml"/><item><title>OS Command Injection in Corget GpsDget</title><link>https://feed.craftedsignal.io/briefs/2026-08-corget-rce/</link><pubDate>Mon, 10 Aug 2026 14:37:45 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-corget-rce/</guid><description>Corget GpsDget 2_3.2 is vulnerable to unauthenticated OS command injection via the HTTP SendEmail method, allowing root-level code execution.</description><content:encoded><![CDATA[<p>Corget GpsDget version 2_3.2 contains an OS command injection vulnerability within its PTTServer HTTP service. The flaw resides in the handling of the 'Target' header during a POST request to the 'SendEmail' method. Analysis of the HttpHandler.cpp source code reveals that user-supplied input from the 'Target' header is insecurely concatenated into a system() call without proper sanitization.</p>
<p>This vulnerability allows unauthenticated remote attackers to inject arbitrary shell commands. Because the service executes these commands with root privileges, exploitation results in full system compromise. The issue was identified in GpsDget version 2_3.2 (build 2020-09-01) of the Gps2.0 product line. Defenders should note that this vulnerability has an active public proof-of-concept exploit available (EDB-52631), which specifically targets the PTTServer component.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs reconnaissance to identify systems running the PTTServer service via public exposure.</li>
<li>Attacker crafts a malicious HTTP POST request to the target web service.</li>
<li>The request includes the 'Method' header set to 'SendEmail'.</li>
<li>The request includes a malicious payload in the 'Target' header containing shell metacharacters (e.g., x;&lt;cmd&gt;;).</li>
<li>The PTTServer application parses the headers and passes the 'Target' value directly to a system() call.</li>
<li>The underlying operating system executes the injected shell command as the root user.</li>
<li>Attacker achieves persistent access, data exfiltration, or further lateral movement from the compromised host.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation grants an unauthenticated attacker full root-level control over the target system. This allows for total compromise of the affected device, including data theft, installation of backdoors, or use of the device in further attacks. As this service is often used in GPS and PTT infrastructure, this vulnerability represents a significant threat to internal operational systems.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the identification of all internet-facing instances of Corget GpsDget and restrict access to the PTTServer interface. If patching is unavailable, implement network-level egress filtering and proxy inspection to block HTTP requests containing suspicious shell metacharacters in the 'Target' header. Monitor system logs for unexpected execution of system utilities or shell commands originating from the GpsDget process or user.</p>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>