<?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>Web-Injection - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/web-injection/</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, 18 Aug 2026 14:54:30 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/web-injection/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 Vulnerability in code-projects Task Management System</title><link>https://feed.craftedsignal.io/briefs/2026-08-cve-2026-75778/</link><pubDate>Tue, 18 Aug 2026 14:54:30 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cve-2026-75778/</guid><description>An unauthenticated remote SQL injection vulnerability in code-projects Task Management System 1.0 allows attackers to execute arbitrary SQL commands via the email parameter in the login form.</description><content:encoded><![CDATA[<p>A vulnerability has been identified in the code-projects Task Management System version 1.0, specifically within the Login Form component. The vulnerability resides in the <code>Operation::select_with_multiple_condition</code> function found in the <code>/index.php</code> file. An unauthenticated remote attacker can exploit this flaw by manipulating the <code>email</code> argument during the authentication process. Because the input is not properly neutralized, it leads to SQL injection, allowing for unauthorized database interaction. The vulnerability is assigned CVE-2026-75778 and has been confirmed to have publicly available exploit code, increasing the likelihood of opportunistic exploitation against exposed instances.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs reconnaissance to identify instances of code-projects Task Management System 1.0.</li>
<li>Attacker navigates to the login page hosted by the vulnerable application.</li>
<li>Attacker crafts a malicious payload containing SQL injection sequences (e.g., <code>' OR 1=1 --</code>).</li>
<li>Attacker submits the malicious payload via the <code>email</code> parameter in the login form POST request.</li>
<li>The server-side code in <code>/index.php</code> processes the unsanitized input within the <code>Operation::select_with_multiple_condition</code> function.</li>
<li>The injection triggers the execution of arbitrary SQL commands against the application's backend database.</li>
<li>Attacker achieves unauthorized data access, modification, or potentially full database compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an unauthenticated remote attacker to execute arbitrary SQL commands. This can lead to the unauthorized disclosure of sensitive information, data manipulation, or denial of service of the backend database. Given the nature of the application as a Task Management System, exposed databases likely contain project details, user credentials, and internal communications, posing a significant risk to organizational confidentiality and integrity.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security teams:</p>
<ul>
<li>Identify and inventory all instances of code-projects Task Management System 1.0 within the environment.</li>
<li>Implement a web application firewall (WAF) rule to inspect and block HTTP POST requests containing SQL injection patterns in the email parameter of the login form.</li>
<li>Deploy the provided Sigma rule to detect attempts to reach the vulnerable endpoint with suspicious query parameters.</li>
<li>Patch the application immediately or restrict access to the application to trusted networks if a patch is not available.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-injection</category><category>sql-injection</category><category>cve-2026-75778</category></item></channel></rss>