Description
The Open ISES Project 3.30A contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the ticket_id parameter. Attackers can send GET requests to add_facnote.php with crafted SQL payloads to extract sensitive database information including version details and other data.
Published: 2026-05-29
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the Open ISES Project version 3.30A. An attacker can send GET requests to add_facnote.php and inject malformed SQL through the ticket_id parameter. The application fails to properly validate or escape the input, enabling arbitrary SQL statements. This flaw is classified as CWE‑89. The result is that an attacker without any authentication can retrieve or manipulate sensitive database content, such as version details and other user data, potentially compromising confidentiality and integrity.

Affected Systems

The affected product is the Open ISES Project, specifically release 3.30A. No other versions were explicitly listed as vulnerable in the advisory. The vendor is Open ISES and the product name is the Open ISES Project.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity. The EPSS score is not available and the vulnerability is not catalogued in CISA's KEV. The likely attack vector is network-based via HTTP GET requests to the web application. No authentication or special privileges are required, making the attack trivial to execute under the stated conditions. The exploitation probability remains unknown due to the missing EPSS data, but the high CVSS and lack of mitigations make the risk significant.

Generated by OpenCVE AI on May 29, 2026 at 17:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Open ISES to a patched version or, if unavailable, obtain the vendor’s official fix from the Open ISES Project website.
  • Modify the add_facnote.php code to use prepared statements or parameterized queries for the ticket_id field, eliminating direct string construction of SQL.
  • Restrict access to add_facnote.php so that only authenticated users with appropriate privileges can invoke the script, or remove the script entirely if it is not needed.
  • Deploy a web application firewall rule that detects and blocks typical SQL injection patterns against the ticket_id parameter.

Generated by OpenCVE AI on May 29, 2026 at 17:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 29 May 2026 16:15:00 +0000

Type Values Removed Values Added
Description The Open ISES Project 3.30A contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the ticket_id parameter. Attackers can send GET requests to add_facnote.php with crafted SQL payloads to extract sensitive database information including version details and other data.
Title The Open ISES Project 3.30A SQL Injection via add_facnote.php
Weaknesses CWE-89
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-29T14:46:44.129Z

Reserved: 2026-05-29T13:00:19.759Z

Link: CVE-2018-25404

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-05-29T16:16:20.137

Modified: 2026-05-29T16:32:14.400

Link: CVE-2018-25404

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-29T17:30:04Z

Weaknesses