Open ISES Tickets SQL Injection Vulnerability (CVE-2026-48234)

Open ISES Tickets SQL Injection Vulnerability (CVE-2026-48234)

The National Vulnerability Database has detailed CVE-2026-48234, a SQL injection vulnerability identified in Open ISES Tickets versions prior to 3.44.2. Specifically, the portal/ajax/list_requests.php endpoint is susceptible where the sort and dir GET parameters are directly concatenated into the ORDER BY clause of a SELECT statement without proper sanitization.

This flaw allows authenticated attackers to manipulate query semantics. With a CVSS score of 7.1 (High), this vulnerability enables malicious actors to read, modify, or potentially destroy database contents. While requiring authentication, the impact is significant given the potential for data exfiltration and integrity compromise, making it a critical concern for any organization using the affected software.

Defenders must prioritize patching. The National Vulnerability Database indicates that this SQL injection, categorized under CWE-89, allows for unauthorized data manipulation. Any instance of Open ISES Tickets running versions older than 3.44.2 is exposed to this risk. Immediate upgrade to the latest secure version is the only viable mitigation.

What This Means For You

  • If your organization uses Open ISES Tickets, you need to check your version immediately. Any deployment prior to 3.44.2 is vulnerable to CVE-2026-48234, allowing authenticated users to directly manipulate your database. Patch to 3.44.2 or newer without delay.

Related ATT&CK Techniques

🛡️ Detection Rules

5 rules · 6 SIEM formats

5 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.

high T1190 Initial Access

Web Application Exploitation Attempt — CVE-2026-48234

Sigma YAML — free preview
title: Web Application Exploitation Attempt — CVE-2026-48234
id: scw-2026-05-21-1
status: experimental
level: high
description: |
  Detects common exploitation patterns targeting web applications. Review CVE-2026-48234 advisories for specific indicators.
author: SCW Feed Engine (auto-generated)
date: 2026-05-21
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-48234/
tags:
  - attack.initial_access
  - attack.t1190
logsource:
    category: webserver
detection:
  selection:
      cs-uri-query|contains:
        - '..'
        - 'SELECT'
        - 'UNION'
        - '<script'
        - 'cmd='
        - '/etc/passwd'
      condition: selection
falsepositives:
  - Legitimate activity from CVE-2026-48234

Source: Shimi's Cyber World · License & reuse

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-48234 SQLi Open ISES Tickets before 3.44.2
CVE-2026-48234 SQLi portal/ajax/list_requests.php
CVE-2026-48234 SQLi GET parameters: sort, dir
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 21, 2026 at 21:16 UTC

This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.

Believe this infringes your rights? Submit a takedown request.

Related coverage

CVE-2026-48247 — Open ISES Tickets before 3.44.2 disables TLS certificate

CVE-2026-48247 — Open ISES Tickets before 3.44.2 disables TLS certificate verification in incs/functions.inc.php by setting CURLOPT_SSL_VERIFYPEER to false (and not setting CURLOPT_SSL_VERIFYHOST) when issuing outbound...

vulnerabilityCVEmedium-severitycwe-295
/SCW Vulnerability Desk /MEDIUM /5.9 /⚑ 2 IOCs /⚙ 2 Sigma

CVE-2026-48246 — Open ISES Tickets before 3.44.2 disables TLS certificate

CVE-2026-48246 — Open ISES Tickets before 3.44.2 disables TLS certificate verification in ajax/reports.php by setting CURLOPT_SSL_VERIFYPEER to false (and not setting CURLOPT_SSL_VERIFYHOST) when issuing outbound...

vulnerabilityCVEmedium-severitycwe-295
/SCW Vulnerability Desk /MEDIUM /5.9 /⚑ 2 IOCs

Open ISES Tickets CVE-2026-48242: Hardcoded MySQL Credentials Exposed

CVE-2026-48242 — Open ISES Tickets before 3.44.2 contains hardcoded MySQL database connection credentials (host, username, password, database name) in import_mdb.php. The credentials are embedded in...

vulnerabilityCVEhigh-severitycwe-798
/SCW Vulnerability Desk /HIGH /8.1 /⚑ 2 IOCs /⚙ 3 Sigma