<?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>Opencart — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/opencart/</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>Sun, 10 May 2026 13:19:42 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/opencart/feed.xml" rel="self" type="application/rss+xml"/><item><title>Opencart TMD Vendor System Blind SQL Injection Vulnerability (CVE-2021-47928)</title><link>https://feed.craftedsignal.io/briefs/2026-05-opencart-sqli/</link><pubDate>Sun, 10 May 2026 13:19:42 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-opencart-sqli/</guid><description>Opencart TMD Vendor System 3.x contains a blind SQL injection vulnerability (CVE-2021-47928) that allows unauthenticated attackers to extract database information by injecting SQL code through the product_id parameter, potentially leading to account takeover and data exfiltration.</description><content:encoded><![CDATA[<p>Opencart TMD Vendor System 3.x is susceptible to a blind SQL injection vulnerability (CVE-2021-47928) that enables unauthenticated attackers to extract sensitive database information. The vulnerability stems from insufficient input sanitization of the <code>product_id</code> parameter, allowing injection of malicious SQL code. By leveraging time-based or content-based blind injection techniques, attackers can enumerate usernames, emails, and password reset codes from the <code>oc_user</code> table. This can lead to unauthorized access to user accounts and potential data breaches. This vulnerability was reported to NVD on May 10, 2026.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies the vulnerable <code>product_id</code> parameter in the Opencart TMD Vendor System 3.x application.</li>
<li>The attacker crafts a malicious HTTP GET request with a SQL injection payload embedded within the <code>product_id</code> parameter.</li>
<li>The application processes the crafted request without proper sanitization, passing the malicious SQL code to the database server.</li>
<li>The database server executes the injected SQL code, performing actions such as querying the <code>oc_user</code> table.</li>
<li>Using blind SQL injection techniques (time-based or content-based), the attacker infers information about the database structure and contents.</li>
<li>The attacker iterates through the database, extracting sensitive information such as usernames, emails, and password reset codes.</li>
<li>The attacker uses the extracted credentials or password reset codes to gain unauthorized access to user accounts.</li>
<li>The attacker may further compromise the system, exfiltrate data, or perform other malicious activities.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability (CVE-2021-47928) can lead to complete database compromise, including exposure of user credentials, personally identifiable information (PII), and other sensitive data. Unauthenticated attackers can leverage this access to take over administrator accounts, modify website content, or gain deeper access into the target network. Given the potential for widespread exploitation, organizations using Opencart TMD Vendor System 3.x are at significant risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply available patches or upgrade to a secure version of Opencart TMD Vendor System to remediate CVE-2021-47928.</li>
<li>Deploy the Sigma rule &ldquo;Detect CVE-2021-47928 Exploitation — Opencart TMD Vendor System Blind SQL Injection&rdquo; to identify exploitation attempts in web server logs.</li>
<li>Implement web application firewall (WAF) rules to block requests containing SQL injection payloads targeting the <code>product_id</code> parameter.</li>
<li>Enforce the principle of least privilege on database accounts to limit the impact of successful SQL injection attacks.</li>
<li>Regularly review and audit web application code for SQL injection vulnerabilities using static and dynamic analysis tools.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>sql-injection</category><category>cve-2021-47928</category><category>opencart</category><category>web-application</category></item><item><title>OpenCart Session Fixation Vulnerability (CVE-2021-47923)</title><link>https://feed.craftedsignal.io/briefs/2026-05-opencart-session-fixation/</link><pubDate>Sun, 10 May 2026 13:18:34 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-opencart-session-fixation/</guid><description>OpenCart 3.0.3.8 is vulnerable to session fixation (CVE-2021-47923), allowing attackers to hijack user sessions by injecting arbitrary values into the OCSESSID cookie, leading to unauthorized access.</description><content:encoded><![CDATA[<p>OpenCart 3.0.3.8 is susceptible to a session fixation vulnerability, identified as CVE-2021-47923. This flaw allows a remote attacker to hijack legitimate user sessions by injecting arbitrary values into the <code>OCSESSID</code> cookie. By setting a malicious <code>OCSESSID</code> value, the attacker can force the server to associate the victim&rsquo;s session with the attacker-controlled session ID. This vulnerability enables unauthorized access to user accounts without requiring the attacker to know the user&rsquo;s credentials directly. A successful attack could lead to account takeover, data theft, and modification of user profiles.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies an OpenCart 3.0.3.8 instance.</li>
<li>The attacker crafts a malicious <code>OCSESSID</code> cookie value.</li>
<li>The attacker injects the malicious <code>OCSESSID</code> cookie value into a victim&rsquo;s browser session. This can be achieved through various methods, such as phishing or man-in-the-middle attacks.</li>
<li>The victim visits the OpenCart site, and their browser sends the manipulated <code>OCSESSID</code> cookie.</li>
<li>The OpenCart server accepts the attacker-controlled <code>OCSESSID</code> value and associates it with the victim&rsquo;s session.</li>
<li>The attacker uses the same malicious <code>OCSESSID</code> cookie to access the OpenCart site.</li>
<li>The server recognizes the attacker&rsquo;s session as the victim&rsquo;s, granting the attacker unauthorized access.</li>
<li>The attacker can now perform actions as the victim, such as viewing personal information, modifying settings, or making purchases.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this session fixation vulnerability can result in complete account takeover. An attacker can gain unauthorized access to sensitive user data, including personal information, order history, and payment details. This can lead to financial loss for the victim, reputational damage to the OpenCart store, and potential legal liabilities. Given the high CVSS score (9.8), this vulnerability poses a significant risk to OpenCart users.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade to a patched version of OpenCart that addresses CVE-2021-47923.</li>
<li>Deploy the Sigma rule <code>Detect OpenCart Session Fixation Attempt via OCSESSID Manipulation</code> to monitor for suspicious OCSESSID cookie values.</li>
<li>Implement server-side checks to validate the legitimacy of the <code>OCSESSID</code> cookie.</li>
<li>Enforce strict cookie policies, including setting the <code>HttpOnly</code> and <code>Secure</code> flags for the <code>OCSESSID</code> cookie to prevent client-side script access and transmission over unencrypted connections.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>opencart</category><category>session-fixation</category><category>CVE-2021-47923</category><category>webserver</category></item></channel></rss>