CVE-2026-48237
Deferred Deferred - Pending Action
SQL Injection in Open ISES Tickets

Publication date: 2026-05-21

Last updated on: 2026-05-21

Assigner: VulnCheck

Description
Open ISES Tickets before 3.44.2 contains a SQL injection vulnerability in message.php where the frm_ticket_id and frm_resp_id POST parameters are concatenated into WHERE clauses of SELECT/UPDATE statements without sanitization. Authenticated attackers can craft requests that alter query semantics to read, modify, or destroy database contents.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-21
Last Modified
2026-05-21
Generated
2026-06-11
AI Q&A
2026-05-21
EPSS Evaluated
2026-06-10
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-48237 is a SQL injection vulnerability found in Open ISES Tickets versions before 3.44.2. It occurs in the message.php file where the frm_ticket_id and frm_resp_id POST parameters are directly concatenated into SQL WHERE clauses without proper sanitization. This improper handling allows authenticated attackers to manipulate the SQL queries, potentially altering their behavior.

By exploiting this vulnerability, attackers can read, modify, or delete data in the database by crafting malicious requests that change the intended SQL commands.

Impact Analysis

This vulnerability can have serious impacts including unauthorized access to sensitive data, modification of database contents, and deletion of important information. Since attackers can alter SQL queries, they might extract confidential information, corrupt data integrity, or disrupt normal application operations.

Mitigation Strategies

To mitigate this vulnerability, you should update Open ISES Tickets to version 3.44.2 or later, where the SQL injection issue in message.php has been fixed.

Compliance Impact

The vulnerability allows authenticated attackers to read, modify, or delete database contents due to SQL injection in Open ISES Tickets before version 3.44.2.

Such unauthorized access and potential data manipulation can lead to violations of data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information against unauthorized access and alteration.

Therefore, if exploited, this vulnerability could compromise compliance with these standards by exposing or altering protected data.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-48237. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart