CVE-2026-48231: Open ISES Tickets < 3.44.2 SQL Injection via tables.php Multiple Parameters
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.
Security readout for executives and security teams
Plain-English summary
Open ISES Tickets before 3.44.2 allows a signed-in attacker to manipulate database queries through several request parameters. This could expose sensitive records or change database contents. The supplied evidence does not establish active exploitation.
Executive priority
Prioritize remediation for internet-accessible or broadly accessible deployments. Although authentication limits exposure, low complexity and potential disclosure or modification of database contents make prompt upgrading appropriate. Escalate investigation if suspicious authenticated activity is found.
Technical view
CVE-2026-48231 is a CWE-89 SQL injection in tables.php. The tablename, indexname, and sortby POST parameters are concatenated into identifiers within dynamically constructed SELECT, UPDATE, and DELETE statements without sanitization. CVSS 4.0 scores it 7.1: network-accessible, low complexity, low privileges, and no user interaction.
Likely exposure
Deployments running versions earlier than 3.44.2 may be exposed when an attacker can authenticate and reach tables.php over the network. The structured affected-version entry is incomplete, so organizations should verify versions against vendor release information.
Exploitation context
Exploitation requires low-privileged authentication but no victim interaction, according to the supplied CVSS vector. Successful abuse may read or modify database contents. The bundle reports no KEV listing, and no supplied source confirms exploitation in the wild.
Researcher notes
The vendor patch and release identify 3.44.2 as the remediation point. The narrative says versions before 3.44.2 are affected, while the structured affected entry lists only version “0” with default status unaffected. Treat precise version enumeration cautiously and validate against vendor materials.
Mitigation direction
Upgrade Open ISES Tickets to version 3.44.2 or later.
Review the vendor release notes and patch before deployment.
Restrict access to tables.php until the upgrade is completed.
Investigate potentially compromised accounts and database changes.
Validation and detection
Inventory all Open ISES Tickets deployments and record their versions.
Confirm each deployment is running version 3.44.2 or later.
Verify the referenced patch is present in deployed application code.
Review authentication and application records for suspicious tables.php requests.
Assess database records for unexpected reads, changes, or deletions.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.