<?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>Cve-2026-9526 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-9526/</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 14:27:35 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-9526/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-9526: SQL Injection Vulnerability in itsourcecode Electronic Judging System</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-9526-sql-injection/</link><pubDate>Tue, 26 May 2026 14:27:35 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-9526-sql-injection/</guid><description>A SQL injection vulnerability exists in itsourcecode Electronic Judging System version 1.0, specifically affecting the /admin/edit_team.php file, where an attacker can remotely manipulate the 'num_id' argument to execute arbitrary SQL commands.</description><content:encoded><![CDATA[<p>A SQL injection vulnerability, identified as CVE-2026-9526, has been discovered in itsourcecode Electronic Judging System version 1.0. This vulnerability specifically affects the <code>/admin/edit_team.php</code> file. By manipulating the <code>num_id</code> argument, a remote attacker can inject arbitrary SQL commands into the application&rsquo;s database queries. The vulnerability has been made public, increasing the risk of exploitation. This poses a significant threat to organizations using the affected software as it can lead to unauthorized data access, modification, or deletion. The base CVSS v3.1 score is rated as 7.3 (HIGH).</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a vulnerable instance of itsourcecode Electronic Judging System 1.0.</li>
<li>The attacker crafts a malicious HTTP request targeting the <code>/admin/edit_team.php</code> endpoint.</li>
<li>The attacker injects SQL code into the <code>num_id</code> parameter within the HTTP request&rsquo;s query string or POST data.</li>
<li>The application fails to properly sanitize the input, allowing the injected SQL code to be passed to the database server.</li>
<li>The database server executes the attacker-controlled SQL code.</li>
<li>The attacker retrieves sensitive information from the database, such as usernames, passwords, or judging data.</li>
<li>The attacker modifies data within the database, potentially altering judging results or compromising user accounts.</li>
<li>The attacker gains complete control over the application and underlying server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SQL injection vulnerability (CVE-2026-9526) can lead to severe consequences, including unauthorized access to sensitive judging data, manipulation of results, and complete compromise of the affected system. The number of victims is currently unknown but could impact any organization using the vulnerable version of itsourcecode Electronic Judging System. This could result in significant reputational damage, financial losses, and legal repercussions.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply appropriate input validation and sanitization to the <code>num_id</code> parameter in <code>/admin/edit_team.php</code> to prevent SQL injection (CVE-2026-9526).</li>
<li>Deploy the Sigma rule provided to detect potential exploitation attempts targeting the vulnerable endpoint.</li>
<li>Implement a web application firewall (WAF) rule to block requests containing SQL injection payloads directed at <code>/admin/edit_team.php</code>.</li>
<li>Restrict access to the <code>/admin/edit_team.php</code> endpoint to authorized personnel only.</li>
<li>Monitor web server logs for suspicious activity targeting the <code>/admin/edit_team.php</code> endpoint.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>sql-injection</category><category>cve-2026-9526</category><category>web-application</category></item></channel></rss>