---
id: CVE-2026-84859
title: "ScadaLTS 2.8.1-release-candidate build 0 is affected by an\_Authenticated Blind SQL Injection\n\n\n\nThe /api/events/search endpoint accepts a JSON body containing a sortBy array"
summary: "ScadaLTS 2.8.1-release-candidate build 0 is affected by an\_Authenticated Blind SQL Injection\n\n\n\nThe /api/events/search endpoint accepts a JSON body containing a sortBy array. The values in this array are concatenated directly into the SQ…"
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-89
vendor: Scada-LTS
product: Scada-LTS
affected:
  - Scada-LTS 2.8.1
published: '2026-09-16'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T19:18:42.907'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-84859'
references:
  - url: 'https://www.tenable.com/security/research/tra-2026-60'
    label: vulnreport@tenable.com
tags:
  - nvd
  - cve.org
epss: 0.00365
epssPercentile: 0.27673
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-17T18:37:34.735068Z'
ingestedAt: '2026-09-16T14:57:28.029Z'
---

## Overview

ScadaLTS 2.8.1-release-candidate build 0 is affected by an Authenticated Blind SQL Injection



The /api/events/search endpoint accepts a JSON body containing a sortBy array. The values in this array are concatenated directly into the SQL ORDER BY clause without any sanitization or parameterization. This allows authenticated users with the ROLE_USER role to perform time-based and boolean-based blind SQL injection to extract arbitrary data from the database, including password hashes of all users.



The endpoint is accessible to any authenticated user with ROLE_USER, ROLE_ADMIN, or ROLE_PUBLIC via POST /api/events/search as defined in spring-security.xml.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
