<?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>ScadaLTS - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/scadalts/</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>Wed, 16 Sep 2026 17:57:05 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/scadalts/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>Authenticated Blind SQL Injection in ScadaLTS</title><link>https://feed.craftedsignal.io/briefs/2026-09-scadalts-sqli/</link><pubDate>Wed, 16 Sep 2026 17:57:05 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-scadalts-sqli/</guid><description>ScadaLTS 2.8.1-rc is vulnerable to an authenticated blind SQL injection via the sortBy parameter in the /api/events/search endpoint, allowing low-privileged users to exfiltrate database contents.</description><content:encoded><![CDATA[<p>ScadaLTS version 2.8.1-rc is susceptible to an authenticated blind SQL injection vulnerability, identified as CVE-2026-84859. The flaw exists within the /api/events/search endpoint, which processes a JSON body containing a sortBy array. Because these array values are concatenated directly into a SQL ORDER BY clause without adequate sanitization or parameterization, an attacker can manipulate database queries. Any user with low-level privileges, including the ROLE_USER role, can leverage time-based or boolean-based SQL injection techniques to extract arbitrary information from the backend database. This impact includes the potential theft of user password hashes, which facilitates further unauthorized access or account takeover. Defenders must monitor API traffic for anomalous patterns originating from authenticated accounts and prioritize patching or isolating instances running the 2.8.1-rc build.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation grants an authenticated attacker unauthorized read access to the ScadaLTS database. This enables the exfiltration of sensitive information, specifically user credential hashes, which could lead to wider system compromise across the Industrial Control System (ICS) environments where ScadaLTS is deployed.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor webserver access logs for anomalous JSON payloads targeting the /api/events/search endpoint.</li>
<li>Audit user roles and limit access to API endpoints to only necessary personnel to reduce the surface area for this authenticated exploit.</li>
<li>Review all database query patterns for evidence of SQL injection, specifically looking for unusual characters or SQL syntax (e.g., SLEEP, UNION, CASE) within the sortBy array parameters.</li>
<li>Patch or upgrade ScadaLTS to a version beyond 2.8.1-rc once a vendor-provided secure version is released.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>sqli</category><category>vulnerability</category><category>web-application</category></item></channel></rss>