<?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>SQLPad - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/sqlpad/</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>Fri, 28 Aug 2026 08:24:27 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/sqlpad/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 via Blind Template Injection in SQLPad</title><link>https://feed.craftedsignal.io/briefs/2026-08-cve-2022-0944/</link><pubDate>Fri, 28 Aug 2026 08:24:27 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cve-2022-0944/</guid><description>SQLPad versions prior to 6.10.1 contain a blind template injection vulnerability (CVE-2022-0944) allowing authenticated high-privileged users to execute arbitrary system commands via the /api/test-connection endpoint.</description><content:encoded><![CDATA[<p>CVE-2022-0944 is a critical vulnerability identified in SQLPad versions 6.10.0 and earlier, stemming from improper input handling during template processing. An authenticated attacker possessing administrative privileges can trigger a blind template injection by supplying a malicious payload to the /api/test-connection endpoint. Because SQLPad processes this input improperly, it results in remote code execution (RCE) on the underlying host operating system. Given the availability of multiple proof-of-concept exploits on public repositories as of August 2026, the risk of exploitation is elevated for any internet-facing or improperly segmented instances of SQLPad. Defenders should prioritize patching to version 6.10.1 or later to mitigate this risk.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker gains authenticated access to the SQLPad management console using valid administrator credentials.</li>
<li>The attacker navigates to the /api/test-connection endpoint, typically used to verify database connectivity.</li>
<li>The attacker crafts a malicious request body containing a template injection payload designed to interact with the server's shell.</li>
<li>The request is sent to the target server via an HTTP POST request.</li>
<li>The application parses the malicious payload in the request body, triggering the template injection vulnerability.</li>
<li>The server-side template engine executes the embedded shell commands (e.g., executing system binaries).</li>
<li>The command execution results in the attacker achieving unauthorized control over the server environment.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for complete compromise of the SQLPad application server. Depending on the container or host configuration, this may result in full system-level access, exfiltration of stored database credentials, lateral movement within the network, or deployment of additional malicious payloads.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately patch all instances of SQLPad to version 6.10.1 or later.</li>
<li>Restrict access to the SQLPad web interface and API endpoints using network segmentation or firewall rules, ensuring they are not exposed to the public internet.</li>
<li>Monitor web server logs for HTTP POST requests to /api/test-connection that contain suspicious characters or strings indicative of template injection (e.g., shell metacharacters like backticks, pipes, or semicolons).</li>
<li>Implement strict monitoring for unexpected process creation originating from the SQLPad application service account or container.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>