CVE Catalog

CVE-2026-84859

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

An authenticated blind SQL injection vulnerability in ScadaLTS 2.8.1-release-candidate build 0 in the /api/events/search endpoint. The sortBy array values are concatenated directly into the SQL ORDER BY clause without sanitization, allowing authenticated users with ROLE_USER to perform time-based and boolean-based blind SQL injection to extract arbitrary data, including password hashes of all users.

Risk Assessment

The risk involves the theft of authentication data and other sensitive information, which could lead to full compromise of the SCADA system.

Recommendation

Immediately apply vendor patches or restrict access to this endpoint, and use parameterized SQL queries and input validation.

Other vulnerabilities in ScadaLTS

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS