CVE-2026-48234
HighSummary
Open ISES Tickets before version 3.44.2 contains a SQL injection vulnerability in portal/ajax/list_requests.php where the sort and dir GET parameters are concatenated into the ORDER BY clause of a SELECT statement without sanitization. Authenticated attackers can craft requests that alter query semantics to read, modify, or destroy database contents.
Risk Assessment
This vulnerability poses a serious risk to data integrity in the database, potentially leading to the loss of sensitive information or deletion of critical data. Attackers with access to the system can exploit this flaw to perform unauthorized operations on the database.
Recommendation
It is recommended to upgrade to version 3.44.2 or later to eliminate this vulnerability. Additionally, implementing input sanitization mechanisms is advisable to protect against SQL injection attacks.
Original NVD description (English source)
Open ISES Tickets before 3.44.2 contains a SQL injection vulnerability in portal/ajax/list_requests.php where the sort and dir GET parameters are concatenated into the ORDER BY clause of a SELECT statement without sanitization. Authenticated attackers can craft requests that alter query semantics to read, modify, or destroy database contents.

