<?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>CubeCart (6.7.4) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/cubecart-6.7.4/</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, 31 Aug 2026 14:04:53 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/cubecart-6.7.4/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>SQL Injection in CubeCart 6.7.4</title><link>https://feed.craftedsignal.io/briefs/2026-08-cubecart-sqli/</link><pubDate>Mon, 31 Aug 2026 14:04:53 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cubecart-sqli/</guid><description>An authenticated SQL injection vulnerability in CubeCart 6.7.4 allows administrative users to execute arbitrary SQL commands due to improper sanitization of the download_expire parameter.</description><content:encoded><![CDATA[<p>CubeCart version 6.7.4 is affected by an authenticated SQL injection vulnerability, identified as CVE-2026-54647. The vulnerability exists within the administrative settings interface, specifically in the file <code>admin/sources/settings.index.inc.php</code>. The application fails to properly sanitize the <code>download_expire</code> parameter when processing POST requests to save administrative settings. Because the application uses an unsafe concatenation method to build database queries, an authenticated administrative user can inject SQL syntax by including commas and other SQL control characters in the payload. This vulnerability allows an attacker to manipulate the <code>UPDATE</code> SQL statements executed by the application, potentially leading to unauthorized modification of database settings or other database-level actions.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker obtains valid administrative credentials for the target CubeCart instance.</li>
<li>Attacker logs into the CubeCart administrative dashboard.</li>
<li>Attacker navigates to the administrative Settings page.</li>
<li>Attacker initiates a save request for the system settings.</li>
<li>Attacker intercepts the HTTP POST request using a proxy tool.</li>
<li>Attacker modifies the <code>download_expire</code> parameter to include malicious SQL syntax, such as &quot;1, expire=0 WHERE 1=1-- -&quot;.</li>
<li>The application processes the tainted input and executes the injected SQL command against the database.</li>
<li>Unauthorized changes are applied to the database configuration or data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an authenticated administrative attacker to manipulate arbitrary columns within the database settings tables. This can result in unauthorized changes to system configurations or potentially facilitate lateral movement and further data compromise within the underlying database.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security teams:</p>
<ul>
<li>Patch CubeCart to version 6.7.5 or later immediately, as this version contains the fix for CVE-2026-54647.</li>
<li>Audit administrative access logs for suspicious account activity that precedes configuration changes.</li>
<li>Review database access logs for evidence of malformed SQL queries originating from the administrative settings endpoint.</li>
<li>Disable or restrict access to the administrative dashboard to trusted internal IP addresses only.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>webapps</category><category>sqli</category><category>cube-cart</category><category>xss</category><category>injection</category><category>cve-2026-54644</category></item></channel></rss>