Description
Open ISES Tickets before 3.44.2 contains a SQL injection vulnerability in tables.php where the multiple POST parameters (tablename, indexname, sortby) are concatenated into table/column identifiers in dynamically constructed SELECT/UPDATE/DELETE statements without sanitization. Authenticated attackers can craft requests that alter query semantics to read, modify, or destroy database contents.
Published: 2026-05-21
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a classic SQL injection flaw in the tables.php module of Open ISES Tickets versions prior to 3.44.2. It allows an attacker with valid credentials to inject arbitrary SQL fragments through the POST parameters tablename, indexname and sortby. Because these parameters are directly concatenated into SQL identifiers, the attacker can manipulate SELECT, UPDATE and DELETE statements to read sensitive data, modify records, or delete database content. The weakness is consistent with CWE-89: Improper Neutralization of Special Elements used in a SQL Command.

Affected Systems

The affected system is the Open ISES Tickets application. All installations running any pre‑3.44.2 version of the product are vulnerable. No specific sub‑versions were listed in the CNA data, but any application build before the 3.44.2 release should be considered at risk.

Risk and Exploitability

The CVSS score of 7.1 indicates a high severity. No EPSS data is available, so the current exploitation probability is unknown, and the vulnerability is not listed in the CISA KEV catalog. Because the flaw requires authenticated access and the application constructs SQL identifiers directly from user input, an attacker who already has login credentials could readily craft requests to alter database operations. The lack of input sanitization allows the injection of malicious payloads; based on the description, it is inferred that this could lead to a bypass of database-level access controls.

Generated by OpenCVE AI on May 21, 2026 at 18:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Open ISES Tickets to version 3.44.2 or later, which removes the unsanitized concatenation of table and column identifiers.
  • Ensure that the tables.php endpoint is only accessible to users with the minimum privileges required to perform the intended operation, and consider adding an IP‑based access restriction for administrators.
  • Implement server‑side validation that verifies tablename, indexname, and sortby against a whitelist of allowed database identifiers before they are included in SQL statements.

Generated by OpenCVE AI on May 21, 2026 at 18:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 21 May 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 21 May 2026 17:45:00 +0000

Type Values Removed Values Added
Description Open ISES Tickets before 3.44.2 contains a SQL injection vulnerability in tables.php where the multiple POST parameters (tablename, indexname, sortby) are concatenated into table/column identifiers in dynamically constructed SELECT/UPDATE/DELETE statements without sanitization. Authenticated attackers can craft requests that alter query semantics to read, modify, or destroy database contents.
Title Open ISES Tickets < 3.44.2 SQL Injection via tables.php Multiple Parameters
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'}

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-05-21T19:01:05.059Z

Reserved: 2026-05-21T13:15:18.101Z

Link: CVE-2026-48231

cve-icon Vulnrichment

Updated: 2026-05-21T19:00:54.115Z

cve-icon NVD

Status : Deferred

Published: 2026-05-21T18:16:19.790

Modified: 2026-05-21T19:10:12.323

Link: CVE-2026-48231

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-21T19:00:14Z

Weaknesses