<?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>Online Art Gallery Shop 1.0 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/online-art-gallery-shop-1.0/</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>Tue, 26 May 2026 13:46:04 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/online-art-gallery-shop-1.0/feed.xml" rel="self" type="application/rss+xml"/><item><title>Online Art Gallery Shop 1.0 SQL Injection Vulnerability (CVE-2026-9364)</title><link>https://feed.craftedsignal.io/briefs/2026-05-online-art-gallery-shop-sql-injection/</link><pubDate>Tue, 26 May 2026 13:46:04 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-online-art-gallery-shop-sql-injection/</guid><description>A SQL injection vulnerability (CVE-2026-9364) exists in projectworlds Online Art Gallery Shop version 1.0, specifically in the /admin/adminHome.php file, which can be exploited remotely by manipulating the social_linked argument, potentially leading to unauthorized data access or modification.</description><content:encoded><![CDATA[<p>A SQL injection vulnerability, identified as CVE-2026-9364, has been discovered in projectworlds Online Art Gallery Shop version 1.0. This vulnerability resides in the <code>/admin/adminHome.php</code> file and is triggered by manipulating the <code>social_linked</code> argument. The vulnerability allows for remote exploitation, enabling attackers to inject malicious SQL queries into the application&rsquo;s database interactions. An exploit is publicly available, making exploitation more likely. This poses a significant risk to organizations using the affected software, potentially leading to data breaches and unauthorized access to sensitive information.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable instance of Online Art Gallery Shop 1.0.</li>
<li>The attacker crafts a malicious HTTP request targeting <code>/admin/adminHome.php</code>.</li>
<li>The request includes a crafted <code>social_linked</code> parameter containing SQL injection payloads.</li>
<li>The server-side application processes the request without proper sanitization of the <code>social_linked</code> parameter.</li>
<li>The unsanitized input is incorporated into a SQL query executed against the application&rsquo;s database.</li>
<li>The injected SQL commands are executed, potentially allowing the attacker to bypass authentication, extract sensitive data, or modify existing records.</li>
<li>The attacker leverages the SQL injection vulnerability to retrieve user credentials or other sensitive data.</li>
<li>The attacker uses the compromised credentials to gain unauthorized access to the application&rsquo;s administrative interface.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SQL injection vulnerability (CVE-2026-9364) in projectworlds Online Art Gallery Shop 1.0 can lead to unauthorized access to sensitive data, including user credentials, customer information, and financial records. The attacker could potentially modify data, escalate privileges, or even take complete control of the application and its underlying database. The NVD lists the CVSS v3.1 score as 7.3 HIGH. Given that a public exploit is available, the risk of widespread exploitation is elevated.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply input validation and sanitization to the <code>social_linked</code> parameter in <code>/admin/adminHome.php</code> to prevent SQL injection attacks.</li>
<li>Deploy the provided Sigma rules to detect potential exploitation attempts targeting CVE-2026-9364 in web server logs.</li>
<li>Monitor web server logs for suspicious activity, such as requests containing SQL injection payloads, based on the provided Sigma rules.</li>
<li>Consider using a web application firewall (WAF) to filter out malicious requests and protect against SQL injection attacks.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>sql-injection</category><category>vulnerability</category><category>web-application</category></item></channel></rss>